Make blockquotes prettier
This commit is contained in:
parent
a471e5d0e4
commit
bb2cd7fc46
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');
|
||||||
|
|
Loading…
Reference in New Issue