14 lines
184 B
CSS
14 lines
184 B
CSS
html
|
|
{
|
|
background-color: #dbdbdbde;
|
|
}
|
|
|
|
body
|
|
{
|
|
font-style: normal;
|
|
font-family: 'Montserrat', sans-serif;
|
|
width: 100%;
|
|
height: 100%;
|
|
margin: 0;
|
|
padding: 0;
|
|
} |