Files
portfolio_frontend/src/index.css
T

26 lines
360 B
CSS

:root {
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;
background-color: #0D0D0D;
}
body {
margin: 0;
display: flex;
place-items: center;
min-width: 320px;
min-height: 100vh;
}
h1 {
font-size: 3.2em;
line-height: 1.1;
color: #EAEAEA;
text-align: center;
}
h2{
color: #EAEAEA;
}