-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathdocs.css
48 lines (42 loc) · 895 Bytes
/
docs.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
.container_docs{
/* border: 2px solid black; */
height: auto;
padding-top:50px;
text-align: center;
background-color: rgb(225, 231, 231);
border-radius: 20px;
width: 80%;
margin-left:auto;
margin-right: auto;
margin-top: 50px;
margin-bottom: 10px;
}
.container_docs h1{
font-size: 36px;
margin-top: 10px;
font-weight: 600;
}
.container_docs p{
margin-left: 5px;
text-align: left;
margin-top: 15px;
font-size: medium;
padding-bottom: 50px;
line-height : 30px;
}
.container_docs li{
text-align: left;
line-height: normal;
margin-left: 15px;
}
.special li{
line-height: 25px;
padding-top: 20px;
}
.container_docs blod{
font-weight: 900;
}
.container_docs:hover{
box-shadow: 0 0 20px 0px rgba(13, 14, 13, 0.644);
transition: 0.5s;
}