stylehub/style.css

8 lines
194 B
CSS
Raw Normal View History

2023-10-16 18:46:36 +02:00
body {
background-color: #262930;
2024-01-09 12:11:02 +01:00
align-items: center;
justify-content: center;
2024-01-09 12:12:56 +01:00
background-image: url(res/wrapper.png);
background-repeat: repeat;
background-size: 15%;
2023-10-16 18:46:36 +02:00
}