8 lines
107 B
CSS
8 lines
107 B
CSS
|
body {
|
||
|
padding: 2.0em;
|
||
|
color: red;
|
||
|
margin: 10px;
|
||
|
height: 12px;
|
||
|
border-bottom: 1px solid green;
|
||
|
}
|