KDesktop/index.css
2024-06-20 13:54:10 -05:00

26 lines
380 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
* {
box-sizing: border-box;
}
html {
overflow: hidden;
padding: 0;
margin: 0;
}
body {
background-image: url("./assets/wallpaper3.png");
background-size: cover;
background-repeat: no-repeat;
width: 100vw;
height: 100vh;
background-position: center;
overflow: hidden;
padding: 0;
margin: 0;
}