KDesktop/index.css

22 lines
320 B
CSS
Raw Normal View History

2024-06-19 19:46:29 +00:00
* {
box-sizing: border-box;
}
html {
overflow: hidden;
padding: 0;
margin: 0;
}
body {
background-image: url("./assets/wallpaper2.jpg");
background-size: cover;
background-repeat: no-repeat;
width: 100vw;
height: 100vh;
background-position: center;
overflow: hidden;
padding: 0;
margin: 0;
}