reactTask1/src/index.css
2025-07-20 19:21:32 +02:00

21 lines
212 B
CSS

:root {
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;
background-color: #b3b3b3;
}
body {
margin: 0;
display: flex;
min-height: 100vh;
}