-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
67 lines (58 loc) · 944 Bytes
/
style.css
File metadata and controls
67 lines (58 loc) · 944 Bytes
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
#nav a
{
text-align:center;
background: #62851B;
padding: 0.5% 6%;
text-decoration: none;
color: #5C057C;
border-radius:12px;
box-shadow:3px 3px 3px rgba(128,128,128,2);
font-size: 150%;
}
#nav a:hover
{
text-align:center;
background: #C48C09;
padding: 0.5% 6%;
text-decoration: none;
color: #5C057C;
border-radius:12px;
box-shadow:3px 3px 3px rgba(128,128,128,2);
font-size: 150%;
}
#body
{
background:#86B528;
}
#head
{
text-align: center;
text-decoration: bold;
font-size: 500%;
color:#470FFD;
}
#a1
{
font-size: 200%;
padding: 0.5% 6%;
border-radius:12px;
box-shadow:3px 3px 3px rgba(128,128,128,2);
}
#a2
{
padding: 0.5% 6%;
}
#tg
{
font-size:150%;
padding: 0.5% 6%;
background:#A9E2F3;
border-radius:20px;
}
#tg:hover
{
font-size:150%;
padding: 0.5% 6%;
background:#BCA9F5;
border-radius:20px;
}