-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
83 lines (83 loc) · 1.15 KB
/
style.css
File metadata and controls
83 lines (83 loc) · 1.15 KB
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
71
72
73
74
75
76
77
78
79
80
81
82
83
body {
font-family: 'Oswald', sans-serif;
font-size: 1.2em;
background: #ACCACA;
margin: 0;
}
.title {
font-size: 1.2em;
}
.price {
font-family: 'Anton', sans-serif;
font-size: 1.3em;
}
.author {
font-size: .9em;
font-style: italic;
}
a {
color: white;
}
a:hover {
color: #CCCCCC;
}
nav {
background-color: #666666;
font-size: 1.2em;
width: 100%;
padding: 20px;
text-align: center;
}
nav a {
color: #ACCACA;
text-decoration: none;
padding: 0 50px
}
nav a:hover {
color: #CCCCCC;
text-decoration: none;
}
header {
background-color: #333333;
color: #ACCACA;
font-family: 'Amatic SC', cursive;
font-size: 3em;
width: 100%;
padding: 20px;
text-align:center;
margin: 0px;
}
footer {
background-color: #333333;
color: #ACCACA;
font-family: 'Oswald', sans-serif;
width: 100%;
text-align: center;
margin: 0px;
padding: 20px;
clear: both;
}
#container {
width: 960px;
margin: 0 auto;
}
#book1 {
width: 43%;
float: left;
padding: 3%;
}
#book2 {
width: 43%;
float: right;
padding: 3%;
}
#album1 {
width: 43%;
float: left;
padding: 3%;
}
#album2 {
width: 43%;
float: right;
padding: 3%;
}