mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 13:07:26 +01:00
16 lines
250 B
CSS
16 lines
250 B
CSS
|
body {
|
||
|
font-family: sans-serif;
|
||
|
}
|
||
|
img.example {
|
||
|
background-color: #000;
|
||
|
border-color: #999;
|
||
|
border-style: solid;
|
||
|
border-width: 1px;
|
||
|
image-rendering: crisp-edges;
|
||
|
image-rendering: pixelated;
|
||
|
}
|
||
|
pre {
|
||
|
background: #eee;
|
||
|
padding: 1em;
|
||
|
}
|