Files
Freedom-Loader/public/styles/styles.css
MasterAcnolo 83b31cb645 CSS Beginning
2025-06-27 23:21:50 +02:00

10 lines
113 B
CSS

*{
margin: 0;
padding: 0;
scroll-behavior: smooth;
}
body{
background-color:rgb(83, 83, 83) ;
}