-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle_about.css
More file actions
76 lines (74 loc) · 1.63 KB
/
style_about.css
File metadata and controls
76 lines (74 loc) · 1.63 KB
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
69
70
71
72
73
74
75
76
.body{
background-color: bisque;
margin: 0;
}
.top{
background-color:blanchedalmond ;
font-size: 30px;
text-align: center;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
margin: auto;
border: 2px solid blanchedalmond ;
border-bottom: 2px solid burlywood;
}
.sec{
font-family: Arial, Helvetica, sans-serif;
margin-left: 20px;
}
.sec{
border-bottom: 2px solid burlywood;
margin: auto;
padding: auto;
text-align: center;
border: 2px solid burlywood;
padding: auto;
margin-left: 30px;
margin-right: 30px;
border-radius: 10px;
text-align: center;
background-color: azure;
}
.border{
border: 2px solid beige;
padding: auto;
background-color: beige;
margin-left: 30px;
margin-right: 30px;
border-radius: 10px;
}
.Points{
font-family: sans-serif;
}
.more{
font-family: cursive;
padding-left: 30px;
}
.bad{
border: 2px solid burlywood;
padding: auto;
background-color: beige;
margin-left: 30px;
margin-right: 30px;
border-radius: 10px;
}
.mar{
background-color:cornsilk;
border: 2px solid burlywood ;
font-family: cursive;
font-size: 20px;
border-radius: 10px;
}
#links{
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 20px;
border: 2px solid burlywood;
padding: auto;
margin-left: 30px;
margin-right: 30px;
border-radius: 10px;
text-align: center;
background-color: azure;
}
#h1, #h2, #h3, h4{
padding-right: 20px;
}