-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
70 lines (65 loc) · 826 Bytes
/
Copy pathindex.css
File metadata and controls
70 lines (65 loc) · 826 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
62
63
64
65
66
67
68
69
70
body {
font-family: arial, sans-serif;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}
header li,
footer li {
display: inline;
}
li a {
float: right;
padding: 8px;
text-decoration: none;
color: black;
font-size: small;
}
li a:hover {
text-decoration: underline;
}
section {
clear: both;
margin: 20px auto;
width: 584px;
}
img {
display: block;
margin: 2px auto;
height: 150px;
width: 272px;
padding: 100px 0 0 0;
}
.search {
border: 1px solid #00f;
width: 584px;
height: 30px;
padding: 5px;
margin: 20px 5px;
}
div input {
display: inline-block;
margin: 2px auto;
width: 150px;
}
footer {
position: fixed;
bottom: 0;
width: 100%;
}
footer ul {
background-color: #f3f3f3;
padding: 10px;
}
footer a {
color: #003;
}
.one {
float: left;
}
.two {
float: right;
}