-
Notifications
You must be signed in to change notification settings - Fork 1
/
found.css
58 lines (58 loc) · 964 Bytes
/
found.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
body{
background-color: #6ebaf5;
}
h1{
text-align: center;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-style: italic;
margin-top: 0;
}
h2{
text-align: left;
font-family: sans-serif;
font-weight: lighter;
font-style: italic;
margin-top: 0;
}
Label, legend {
display: block;
margin-left: 3px;
padding-top: 2px;
font-family: sans-serif;
font-size:.9em
}
legend{
font-weight: bold;
}
fieldset{
border-radius:8px;
max-width:500px;
padding:10px;
}
nav{
height: 5%;
width: 100%;
border-bottom: 2px solid gray;
}
nav ul li{
list-style-type: none;
text-decoration: none;
display: inline-block;
padding: 5px;
color: black;
}
nav ul li a{
font-family: Arial, Helvetica, sans-serif;
text-decoration: none;
color: black;
}
#footer{
justify-content: space-between;
font-size: small;
font-weight: bold;
background-color: grey;
color: white;
height: 150px;
text-align: center;
}