praiadeseselle/site/templates/css/style.css
2022-03-09 18:13:47 +01:00

23 lines
No EOL
193 B
CSS

*, *::before, *::after
{
box-sizing: border-box;
}
:root
{
font-size: 16px;
}
body
{
min-height: 100vh;
margin: 0;
background-color: #f2f0f1;
}
img
{
width: 100%;
}