-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfinal.css
78 lines (78 loc) · 1.55 KB
/
final.css
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
74
75
76
77
78
.carousel-item {
height: 100vh;
min-height: 300px;
}
.carousel-caption {
bottom: 220px;
}
.carousel-caption h5 {
font-size: 45px;
text-transform: uppercase;
letter-spacing: 2px;
margin-top: 25px;
font-family: merienda;
}
.carousel-caption p {
width: 60%;
margin: auto;
font-size: 18px;
line-height: 1.9;
font-family: poppins;
}
.carousel-caption a {
text-transform: uppercase;
background: #262626;
padding: 10px 30px;
display: inline-block;
color:white;
margin-top: 15px;
}
.navbar-nav a {
font-family: poppins;
font-size: 18px;
text-transform: uppercase;
font-weight: bold;
}
.navbar-light .navbar-brand {
color:white;
font-size: 25px;
text-transform: uppercase;
font-weight: bold;
letter-spacing: 2px;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
color: white;
}
.navbar-light .navbar-nav .nav-link {
color: white;
}
.navbar-nav {
text-align: center;
}
.nav-link {
padding: .2rem 1rem;
}
.nav-link.active, .nav-link:focus {
color: white;
}
.navbar-toggler {
padding: 1px 5px;
font-size: 18px;
line-height: 0.3;
background: white;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
color:rgb(30, 121, 226);
}
.w-100 {
height: 100vh;
}
@media only screen and (max-width: 767px) {
.navbar-nav.ml-auto {
background: rgba(0, 0, 0, 0.5);
}
.navbar-nav a {
font-size: 14px;
font-weight: normal;
}
}