-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilo.css
More file actions
48 lines (37 loc) · 679 Bytes
/
Copy pathestilo.css
File metadata and controls
48 lines (37 loc) · 679 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
body{
background-color: antiquewhite;
}
.navbar{
background-color: rgb(197, 95, 117);
padding: 50px;
}
.navbar a{
text-decoration: none;
text-align: center;
color: white;
width: 25%;
float: left;
font-size: 20px;
padding-bottom: 45px;
font-family: sans-serif;
}
.navbar a.active {
color:black;
}
h1 {
text-align: center;
font-family: sans-serif;
padding-bottom: 40px;
}
td, tr, th, table{
border: 1px solid black;
text-align: center;
}
th{
font-size: 20px;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}
td{
width: 18%;
font-family: Verdana, Geneva, Tahoma, sans-serif;
}