changed folder style for styles
This commit is contained in:
22
styles/style.css
Normal file
22
styles/style.css
Normal 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user