-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
68 lines (56 loc) · 1 KB
/
style.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
67
68
body
{
background-color:#abd5f7;
color:#000000;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: normal;
line-height: 1.8em;
margin:0;
}
.container
{
width: 80%;
margin:auto;
}
.box-1
{
text-align: center;
background-color: rgb(2, 10, 255);
color: rgb(255, 255, 255);
border: 5px rgb(44, 120, 251) solid;
border-width: 3 px;
border-bottom-width: 10px;
border-radius: 30px;
padding: 20px;
}
.box-2
{
text-align: center;
padding:20px;
margin: 20px 0;
}
.definitions
{
border: 10px rgb(3, 22, 186) double;
border-radius: 30px;
border-style: double;
}
.details li
{
list-style-type: disc;
font-size: 1em;
font-weight: 100;
line-height: 1.4em;
padding-top: 0px;
}
.details li:nth-child(4),
.details li:nth-child(5),
.details li:nth-child(6),
.details li:nth-child(7){
list-style-type: circle;
margin-left: 30px;
}
.details li:last-child{
padding-bottom: 1.2em;
}