realtor-lp-frontend/css/body.css

8 lines
130 B
CSS
Raw Normal View History

2023-05-10 18:28:08 +00:00
body {
margin: 0; /* Remove body margins */
background-color: rgb(250, 248, 248);
2023-05-10 21:01:19 +00:00
}
* {
font-family: Montserrat;
2023-05-10 18:28:08 +00:00
}