10 lines
149 B
CSS
10 lines
149 B
CSS
|
html {
|
||
|
font-family: sans-serif;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
img#wallart {
|
||
|
max-width: 90vw;
|
||
|
width: 320px;
|
||
|
image-rendering: pixelated;
|
||
|
}
|