-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsheet.css
64 lines (61 loc) · 1.28 KB
/
sheet.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
body {
background-image: radial-gradient(rgb(247, 128, 21),rgb(41, 240, 68)); height: 1000px; width: 1000px;
}
h1 {
color: rgb(61, 117, 5);
text-align: center;
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
p {
font-family: sans-serif;
font-size: medium;
}
h3 {
font-family: cursive;
font: bold;
color: mediumslateblue;
}
.topnav {
background-color: 333;
overflow: hidden;
}
topnav a{
float: left;
color: rgb(73, 209, 10);
text-align: center;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
}
.topnav a:hover {
background-color: rgb(2, 255, 170);
color: black;
}
.topnav a.active {
background-color: 04AA6D;
color: rgb(0, 255, 255);
}
h2 {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: darkorange;
}
hr {
text-align: right;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
h4 {
text-align: center;
}
h5 {
text-align: center;
font-family: cursive;
}
.center {
display: block;
margin-right: auto;
margin-left: auto;
width: 10%;
}
a {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}