feat: implemented landing page
This commit is contained in:
14
web/src/styles/global.css
Normal file
14
web/src/styles/global.css
Normal file
@@ -0,0 +1,14 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
body {
|
||||
color: #FFF;
|
||||
background: #ebf2f5;
|
||||
}
|
||||
|
||||
body, input, button, textarea {
|
||||
font: 600 18px Nunito, sans-serif;
|
||||
}
|
||||
Reference in New Issue
Block a user