Files
WEBSITE_hugulumu/styles/style.css
2023-11-08 16:42:55 +01:00

21 lines
171 B
CSS

html {
font-size: 62.5%;
}
body {
/*
*/
overflow-x: hidden;
}
body * {
display: flex;
margin: auto;
}
script, style {
display: none;
}
pre {
margin: 10px 0px;
}