-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
43 lines (34 loc) · 706 Bytes
/
style.css
File metadata and controls
43 lines (34 loc) · 706 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
*{
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
a{
text-decoration: none;
color: black;
}
a:hover{
text-decoration: underline;
color: black;
}
.text-light{
font-size: 15px;
}
.footer-text a, h4 ,h3{
color: rgba(255, 255, 255, 0.656);
line-height: 45px;
font-size: 16px;
border-bottom: 1px solid rgba(56, 53, 53, 0.484);
}
.footer-text h3{
border-bottom: none;
}
.footer-color{
background-color: #262626;
}
.Copyright-text{
color: rgba(255, 255, 255, 0.656);
font-size: 14px;
font-weight: 400;
}
.image-align img{
width:99%;
}