-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
66 lines (61 loc) · 1.13 KB
/
style.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
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
*{
font-family: "Montserrat", sans-serif;
}
html{
scroll-behavior: smooth;
}
.section-padding{
padding: 100px 0;
}
.carousel-item{
height: 100vh;
min-height: 300px;
}
.carousel-caption{
bottom: 220px;
z-index: 2;
}
.carousel-caption h5{
font-size: 45px;
letter-spacing: 2px;
margin-top: 25px;
}
.carousel-caption p{
font-size: 18px;
line-height: 1.9;
margin: auto;
width: 70%;
}
.carousel-inner::before{
content:'';
position: absolute;
width: 100%;
height: 100%;
z-index: 1;
background: rgba(0, 0, 0, .7);
}
.navbar-nav a{
font-size: 17px;
text-transform: uppercase;
font-weight: 500;
}
.navbar-light .navbar-brand{
font-size: 25px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: 3px;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover{
color: black;
}
.w-100{
height: 100%;
}
.services .card-body i{
font-size: 40px;
}
.homework{
max-width: 100%;
height: auto;
}