-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
73 lines (62 loc) · 1.11 KB
/
styles.css
File metadata and controls
73 lines (62 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Yusei Magic', sans-serif;
}
body {
min-height: 100vh;
background-image: url('./img/idea-.jpg');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
}
/* Nav-bar Button */
.container-fluid {
border: 3px solid #B7E1DD;
border-radius: 5px;
width: 155px;
margin-left: 30px;
}
.navbar-brand {
font-weight: bold;
font-size: 1.3rem;
color: #B7E1DD;
translate: 1.2s;
}
.navbar-brand:hover {
transition-duration: 1.2s;
color: #BBB29D;
}
/* Text container */
.container {
height: 30%;
width: 100%;
margin-left: 30px;
margin-top: 100px;
}
.principal-title {
color: #B7E1DD;
margin-bottom: 40px;
}
.text-description {
color: #B7E1DD;
font-size: 21px;
margin-top: 180px;
}
.development {
text-align: center;
color: #15110F;
}
.development {
text-align: center;
justify-content: center;
}
/* Form-Control */
.NQ {
color: #B7E1DD;
}
.form-select {
display: inline-block;
}