-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
81 lines (81 loc) · 1.44 KB
/
style.css
File metadata and controls
81 lines (81 loc) · 1.44 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
74
75
76
77
78
79
80
81
/* *{background-color: #adadad;} */
body{
/* background-color: #adadad; */
font-family: 'Noto Sans Nabataean', sans-serif;
}
.logo{
width: 65px;
align-items: center;
}
#nav-menu{
margin-left: 35px;
color: black;
font-weight: bold;
}
#main-div{
background-color: #adadad;
}
#first-btn{
width: 100%;
font-weight: bold;
}
#first-btn:hover{
border-color: #adadad;
background: none;
color: #adadad;
}
@media only screen and (min-width: 1200px){
#first-btn{
width: 327px;
}
.container-p{
font-size: 16px;
line-height: 26px;
letter-spacing: 1px;
}
.container-p{
font-weight: 500 ;
}
}
#first-p{
font-size: 16px;
line-height: 26px;
}
.i1{
background-color: transparent;
border-radius: 50%;
border: 2px solid white;
padding: 10px;
margin: 0 5px;
}
@media only screen and (max-width: 1200px) {
.no{
text-align: center;
margin: 10px 0;
}
}
#second-btn{
font-weight: bold;
}
#second-btn:hover{
background-color: #dbd4d4;
color: white;
}
@media only screen and (max-width: 576px){
#second-btn{
width: 100% !important;
}
.button-div{
width: 100% !important;
margin-top: 50px;
}
}
.h6 {
color: #9b9b9b !important;
font-family: Noto-regional,Noto-latin,TCCC-UnityText;
font-size: 10px;
font-weight: 600;
}
.footer-li{
margin: 10px 0;
}