KDesktop/index.css
2024-06-19 14:46:29 -05:00

22 lines
320 B
CSS

* {
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;
}