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

@@ -4,6 +4,8 @@
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Freedom Loader</title> <title>Freedom Loader</title>
<link rel="stylesheet" href="styles/styles.css">
</head> </head>
<body> <body>

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) ;
}