create my world it

This commit is contained in:
kankys
2024-09-08 17:27:07 +02:00
parent 13ab8cbe31
commit ccd6836ac5
3 changed files with 45 additions and 1 deletions

View File

@ -0,0 +1,17 @@
/*
Created on : 8. 9. 2024, 17:19:40
Author : kankys
*/
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
max-width: 1000px;
margin: 0 auto;
font-family: "Ubuntu", sans-serif;
}