mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-21 23:44:22 +00:00
5 lines
132 B
CSS
5 lines
132 B
CSS
body {
|
|
background-image: url("https://www.steffo.eu/space_default.jpg");
|
|
background-attachment: fixed;
|
|
background-size: cover;
|
|
}
|