changed folder style for styles

This commit is contained in:
asus
2023-11-05 21:24:24 +01:00
parent a0404aedc1
commit 4ad8a639a8
4 changed files with 3 additions and 3 deletions

22
styles/style.css Normal file
View File

@@ -0,0 +1,22 @@
body {
/*
*/
overflow-x: hidden;
}
body * {
display: flex;
margin: auto;
}
script, style {
display: none;
}
p, pre {
line-height: 0.8;
font-size: 12px;
font-family: monospace;
}
pre {
margin: 10px 0px;
}