realtor-lp-frontend/css/body.css

8 lines
130 B
CSS

body {
margin: 0; /* Remove body margins */
background-color: rgb(250, 248, 248);
}
* {
font-family: Montserrat;
}