-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb_stuff.css
More file actions
64 lines (48 loc) · 885 Bytes
/
web_stuff.css
File metadata and controls
64 lines (48 loc) · 885 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
body {margin: 0;}
/*h1 {
/*color: white;*/
text-align: center;
font-size: 2em;
}*/
ul.topnav {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
/* position: fixed;
top: 0;
width: 100%;*/
}
ul.topnav li {
float: left;
/*border-right: 1px solid #bbb;*/
}
ul.topnav li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none
/*background-color: #dddddd;*/
}
ul.topnav li a:hover:not(.active) {background-color: #111}
/*ul.topnav li a:hover {
background-color: #111
}*/
ul.topnav li a.active {background-color: #4CAF50}
ul.topnav li.right {float: right;}
@media screen and (min-width: 600px){
ul.topnav li.right
ul.topnav li {float: none;}
}
}
div {
text-align: center
font-color: red;
background-color: black;
}
body {
background-color: black;
color: white;
}