Initialize HemHub project foundation
This commit is contained in:
23
frontend/src/styles.css
Normal file
23
frontend/src/styles.css
Normal file
@ -0,0 +1,23 @@
|
||||
:root {
|
||||
font-family: system-ui, sans-serif;
|
||||
color: #1f2937;
|
||||
background: #f3f4f6;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
main {
|
||||
max-width: 40rem;
|
||||
margin: 6rem auto;
|
||||
padding: 2rem;
|
||||
border-radius: 0.75rem;
|
||||
background: white;
|
||||
box-shadow: 0 0.25rem 1rem rgb(0 0 0 / 8%);
|
||||
}
|
||||
|
||||
h1 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user