-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
102 lines (53 loc) · 831 Bytes
/
style.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
html,body{
font-family: sans-serif;
}
body{
margin: 0px auto;
max-width: 1000px;
}
h1{
margin: 0;
}
th{
color: rgb(56, 56, 56);
border: 1px solid rgb(190,190,190);
padding: 10px 60px;
}
td{
border: 1px solid rgb(11, 4, 21);
padding: 0px 5px;
}
thead{
background-color: rgb(19, 202, 83);
line-height: 20px;
}
footer,header{
background-color: rgb(7, 7, 13);
padding: 0 20px;
color: white;
line-height: 100px;
}
footer{
line-height: 60px;
}
footer p{
text-align: center;
font-size: 18px;
}
#new-contact, #contact-display {
padding: 20px;
}
#new-contact {
background: #ddd;
}
div {
margin-bottom: 10px;
}
ul {
list-style-type: none;
}
label {
display: inline-block;
width: 90px;
text-align: right;
}