11 lines
103 B
CSS
11 lines
103 B
CSS
body {
|
|
font-weight: bold;
|
|
text-align: center;
|
|
}
|
|
|
|
pre {
|
|
display: inline-block;
|
|
text-align: left;
|
|
}
|
|
|