-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSstilo.css
More file actions
53 lines (46 loc) · 889 Bytes
/
Sstilo.css
File metadata and controls
53 lines (46 loc) · 889 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
body {
background-color: #1c1c1c;
color: #f5f5f5;
background-image: url("/Podcast/art.jpg");
background-size: auto;
}
header {
text-align: center;
font-family: 'Courier New', Courier, monospace;
font-size: 15px;
color: #f5f5f5;
}
nav {
text-align: center;
font-family: 'Courier New', Courier, monospace;
font-size: 15px;
background-color: #2b2b2b;
color: #f5f5f5;
}
li:hover {
background-color: #555;
font-size: large;
font-style: oblique;
color: #f5f5f5;
}
div {
margin-right: auto;
background-color: #2b2b2b;
color: #f5f5f5;
}
footer {
text-align: left;
border: 4px solid;
background-color: #2b2b2b;
color: #f5f5f5;
}
select {
background-color: #555;
color: #f5f5f5;
}
a:hover {
background-color: #555;
font-size: large;
font-style: oblique;
color: #f5f5f5;
}