mirror of
https://github.com/seigler/natospell
synced 2025-07-27 00:56:10 +00:00
chore: reorg, too simple to need a src folder
This commit is contained in:
parent
485538f90d
commit
da4549d77e
3 changed files with 0 additions and 0 deletions
36
main.css
Normal file
36
main.css
Normal file
|
@ -0,0 +1,36 @@
|
|||
*, *:before, *:after {
|
||||
box-sizing: inherit;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
:root {
|
||||
box-sizing: border-box;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
body {
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
font-size: calc(1vw + 1em);
|
||||
background-color: tan;
|
||||
}
|
||||
|
||||
header, main {
|
||||
margin: 0 auto;
|
||||
width: 30em;
|
||||
padding: 1rem;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-top: 0.5em;
|
||||
}
|
||||
|
||||
input[type="text"] {
|
||||
width: 100%;
|
||||
font-size: inherit;
|
||||
padding: 0.25em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue