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