survey-webapp/SurveyFrontend/src/index.css
2025-04-05 19:31:48 +05:00

16 lines
No EOL
251 B
CSS

: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%;
}