9 lines
102 B
CSS
9 lines
102 B
CSS
|
body {
|
||
|
margin: 0 auto;
|
||
|
padding: 1rem;
|
||
|
width: 600px;
|
||
|
}
|
||
|
|
||
|
noscript {
|
||
|
font-weight: bold;
|
||
|
}
|