-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
64 lines (58 loc) · 957 Bytes
/
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
body{
font-family: sans-serif;
background-color: #e5e5e5;
}
#header{
height:auto;
background-color: #fff9f4;
padding: 50px 0 70px 0;
z-index: 1;
}
.custom-navbar{
background-color: #fff9f4; ;
}
.custom-logo{
width:15%;
}
#header span{
font-weight: 1000;
}
.custom-highlight{
color: #ff8367;
}
.custom-ul{
text-align: center;
}
.custom-li{
font-weight: 700;
padding:0 20px;
}
h1,h2{
font-family: 'Bebas Neue';
font-size: 80px;
color: #363958;
padding: 0px;
margin: 0px;
}
.custom-btn {
background-color: #3D4FF3;
padding: 10px;
border: none;
}
#banner{
background-color: #fff9f4;
}
main h3
{ font-size: 40px;
font-family: Georgia, 'Times New Roman', Times, serif;
color:#363958;
}
.custom-img-width {
width: 80px;
}
.custom-card {
border-radius: 20px;
padding: 12px;
box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.05);
border: none;
}