Make blockquotes prettier
This commit is contained in:
16
style.css
16
style.css
@@ -129,6 +129,22 @@ p.image {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
background-color: #dddd31;
|
||||||
|
padding: 10px;
|
||||||
|
margin: 0;
|
||||||
|
|
||||||
|
p {
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
em {
|
||||||
|
display: block;
|
||||||
|
text-align: right;
|
||||||
|
color: grey;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#julekalender {
|
#julekalender {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
background-image: url('img/julekalender.png');
|
background-image: url('img/julekalender.png');
|
||||||
|
|||||||
Reference in New Issue
Block a user