forked from ntreiman/ucsb-cs24-w18.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhandout.css
More file actions
45 lines (35 loc) · 656 Bytes
/
handout.css
File metadata and controls
45 lines (35 loc) · 656 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
---
layout: null
---
nav ul {
list-style-type: none;
margin: 2px 1em 2px 1em;
padding: 2px 1em 2px 1em;
}
nav ul li {
display: inline;
font-family: sans-serif;
font-weight: bold;
font-size: 16px;
background-color: rgb(249,249,249);
border-bottom-color: rgb(221, 221, 221);
line-height: 20.8px;
margin: 2px 1em 2px 1em;
padding: 2px 1em 2px 1em;
}
nav ul li a {
color: black;
}
nav ul li a:visited {
color: black;
}
nav ul li a:hover {
background-color: rgb(51, 136, 204);
color: white;
}
table {
border-collapse: collapse;
}
table tr td {
border: 1px solid black;
}