-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.css
66 lines (54 loc) · 1023 Bytes
/
about.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
*{
background-color: #080808;
color: rgb(242, 242, 243);
margin: auto;
padding: auto;
}
/* h3 span{
font-weight: lighter;
text-align: center;
text-decoration: underline;
color: rgb(126, 126, 131); */
/* padding-left: 45%;
margin-bottom: 30px; */
/* } */
/* .content{
border: 2px solid rgb(60, 57, 57);
border-radius: 10px;
margin: 80px 20px;
padding: 20px 10px;
text-align: center;
} */
/* main h3{
color: orange;
} */
main h1{
color: orange;
}
#home{
margin: auto;
padding-left: 40px;
align-items: center;
}
#home:hover{
color: orange;
}
.content {
border: 2px solid orange;
border-radius: 10px;
margin: 80px 20px;
padding: 20px 10px;
text-align: center;
}
p:hover{
color:orange;
}
.fa-house{
text-align: center;
color: orange;
font-size: 30px;
margin-left: 45%;
}
.fa-house:hover{
color: rgba(245, 131, 1, 0.557);
}