22 lines
164 B
CSS
Raw Normal View History

2015-07-09 21:44:48 +02:00
body {
background-color: rgb(255, 255, 255);
}
#ffframe {
padding: 3em;
}
text {
display: block;
width: 40em;
text-align: left;
}
2015-07-09 22:55:08 +02:00
img {
width: 40em;
}
2015-07-09 21:44:48 +02:00