-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
117 lines (109 loc) · 1.97 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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
@media (min-width: 768px) {
.news-input {
width: 50%;
}
#learn{
padding:0%;
}
#learn ul{
padding: 0px;
}
}
@media (min-width:320px) and (max-width:479px) {
.copy-rights a{
font-size: 12px;
color: red;
}
#learn li{
font-size: 12px;
}
}
body::before {
display: block;
content: "";
height: 30px;
}
a:hover {
font-size: large;
cursor: pointer;
color: white;
}
section-title h2 {
font-size: 32px;
font-weight: bold;
text-transform: uppercase;
margin-bottom: 20px;
padding-bottom: 20px;
position: relative;
color: #45505b;
}
.section-title {
text-align: center;
padding-bottom: 30px;
}
.contact .info .email, .contact .info .phone {
margin-top: 40px;
}
.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
background: #0563bb;
color: #fff;
}
.contact .info {
width: 100%;
background: #fff;
}
.contact .info i {
font-size: 20px;
color: #0563bb;
float: left;
width: 44px;
height: 44px;
background: #eef7ff;
display: flex;
justify-content: center;
align-items: center;
border-radius: 50px;
transition: all 0.3s ease-in-out;
}
.contact .info h4 {
padding: 0 0 0 60px;
font-size: 22px;
font-weight: 600;
margin-bottom: 5px;
color: #45505b;
}
.contact .info p {
padding: 0 0 0 60px;
margin-bottom: 0;
font-size: 14px;
color: #728394;
}
/*footer start*/
*{
margin: 0;
padding: 0;
}
.footer-menu-list {
list-style: none;
}
.footer a{
text-decoration: none;
color: rgb(0, 162, 255);
}
.copy-rights a{
text-decoration: none;
color: rgb(255, 255, 255);
}
.copy-rights a:hover{
color: white;
}
.copy-rights i{
color: blue;
}
.copy-rights i:hover{
color: white;
background-color: black;
border-top-right-radius: 95%;
border-top-left-radius: 95%;
}
/*footer end*/