46 lines
No EOL
672 B
CSS
46 lines
No EOL
672 B
CSS
@import url(http://fonts.googleapis.com/css?family=Gilda+Display);
|
|
|
|
body {
|
|
background-color: #CEC3A7;
|
|
}
|
|
|
|
h1 {
|
|
color: #7D5D5E;
|
|
text-align: center;
|
|
font-family: 'Gilda Display', serif;
|
|
font-size: 6em;
|
|
}
|
|
|
|
a {
|
|
color: #3F544B;
|
|
}
|
|
a:hover {
|
|
text-decoration: none;
|
|
color: black;
|
|
}
|
|
|
|
body > p {
|
|
width: 70%;
|
|
border-top: 3px solid #3F544B;
|
|
padding: 5px 0 25px 0;
|
|
font-family: 'Gilda Display', serif;
|
|
}
|
|
|
|
body > p,
|
|
#covers {
|
|
margin: auto;
|
|
}
|
|
|
|
.cover-item {
|
|
width: 265px;
|
|
margin-bottom: 5px;
|
|
border: 1px solid #FFE5C6;
|
|
}
|
|
.cover-item:hover {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.cover-item img {
|
|
width: 265px;
|
|
vertical-align: top;
|
|
} |