styles for navigation and survey info
This commit is contained in:
parent
1bc96d830e
commit
2cbfb06b4a
30 changed files with 199 additions and 555 deletions
|
|
@ -0,0 +1,16 @@
|
|||
:root {
|
||||
font-family: Monserrat, sans-serif;
|
||||
line-height: 100%;
|
||||
font-weight: 600;
|
||||
font-size: 24px;
|
||||
|
||||
color: #000000;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
display: flex;
|
||||
place-items: center;
|
||||
width: 100%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue