27 lines
189 B
CSS
27 lines
189 B
CSS
body {
|
|
background-color: rgb(255, 255, 255);
|
|
}
|
|
|
|
#ffframe {
|
|
padding: 3em;
|
|
}
|
|
|
|
text {
|
|
display: block;
|
|
width: 40em;
|
|
text-align: left;
|
|
}
|
|
|
|
img {
|
|
width: 40em;
|
|
}
|
|
|
|
li
|
|
{
|
|
padding: 0.3em;
|
|
}
|
|
|
|
|
|
|
|
|