-
Notifications
You must be signed in to change notification settings - Fork 0
/
pp.css
53 lines (49 loc) · 1.01 KB
/
pp.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
ol { counter-reset: item }
li{ display: block }
li:before { content: counters(item, ".") " "; counter-increment: item }
.nav{
/* border: 2px solid red ; */
background-color: rgb(233, 233, 233);
display: flex;
justify-content: space-between;
background-color: rgb(245 245 245);
position: fixed;
left: 0;
top: 0;
width: 100%;
padding: 5px;
}
.content{
margin: 106px 35px 0px 0px;
font-size: 18px;
}
#about{
margin: 28px 28px 0px 0px;
font-size: 30px;
color: rgb(107, 214, 0);
cursor: pointer;
}
#about:hover{
color: rgb(82, 153, 11);
text-decoration: underline;
}
#head{
margin: 0px 0px 0px 18px;
border-left: 6px solid rgb(14, 153, 14);
}
.nav img{
height :85px;
margin: 0px 0px 0px 14px;
}
#ar i{
position: fixed;
display: none;
border-radius: 50%;
padding: 2px;
/* position: absolute; */
right: 24px;
top: 90%;
font-size: 23px;
background-color: rgb(233, 233, 233);
cursor: pointer;
}