CSS Beginning

This commit is contained in:
MasterAcnolo
2025-06-27 23:21:50 +02:00
parent bb967834f0
commit 83b31cb645
8 changed files with 12 additions and 0 deletions

View File

View File

View File

View File

View File

View File

10
public/styles/styles.css Normal file
View File

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