-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
46 lines (46 loc) · 845 Bytes
/
style.css
File metadata and controls
46 lines (46 loc) · 845 Bytes
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
*{
font-family: 'Poppins', sans-serif;
}
.navbar ul li{
list-style: none;
}
ul li{
list-style-position:outside;
list-style-type: "✔️";
}
.video{
position: relative;
}
.icon{ /*play */
position: absolute;
top: 45%;
right: 45%;
display: flex;
justify-content: center;
align-items: center;
font-size: 1.4rem;
width: 3rem;
height: 3rem;
border-radius: 50%;
background-color: white;
}
/* four_icons */
.icons,
.icons-sc{
display: flex;
justify-content: center;
align-items: center;
font-size: 1.4rem;
height: 3rem;
width: 3rem;
border-radius: 25%;
color: white;
}
#pricing .card:hover{
box-shadow: 2px 15px 40px grey;
}
#services a:hover{
background-color:white;
border-right: 8px solid #407bff;
box-shadow: .1px 1px 5px gainsboro;
}