9 lines
224 B
HTML
9 lines
224 B
HTML
<!doctype html>
|
|
<style>
|
|
:root {
|
|
background-color: rgba(255, 255, 255, 0.98);
|
|
background-image: url(/images/computer.jpg); /* opaque */
|
|
background-position: top left;
|
|
background-repeat: repeat;
|
|
}
|
|
</style>
|