create my world it
This commit is contained in:
17
world-it/assets/css/style.css
Normal file
17
world-it/assets/css/style.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user