-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathacadamics.css
More file actions
60 lines (60 loc) · 1.64 KB
/
acadamics.css
File metadata and controls
60 lines (60 loc) · 1.64 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
* {box-sizing: border-box;}
body {background-color:orange;}
h1 {
background-color:black;
color: orange;
border-radius: 5px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.total {
background-color: black;
border-radius: 5px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
color: black;
}
.kg, .first, .second, .third, .fourth, .fifth, .sixth, .seventh, .eighth, .ninth, .tenth, .eleventh, .twelth {
background-color: orange;
border-radius: 5px;
color: black;
padding: 10px 10px;
margin: 10px;
}
ul {
background-color: black;
list-style-type: georgian;
border-radius: 5px;
color: orange;
width: 200px;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
list-style-type: square;
}
a {
text-decoration: none;
color: #ffffff;
}
ul a {
color: orange;
text-decoration: underline;
}
.but1, .but2, .but3, .but4, .but5, .but6, .but7, .but8, .but9, .but10, .but11, .but12, .but13 {
background-color: #DC143C;
border-radius: 5px;
border: none;
color: black;
text-decoration: none;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
transition-duration: 0.4s;
cursor: grab;
font-size: 20px;
width: 300px;
margin: 20px 20px;
padding: 12px 28px;
}
.but1:hover, .but2:hover, .but3:hover, .but4:hover, .but5:hover, .but6:hover, .but7:hover, .but8:hover, .but9:hover, .but10:hover, .but11:hover, .but12:hover, .but13:hover {
background-color: black;
color: pink;
}
.foot {
bottom: 0px;
color: #000000;
}