this day i returned to working on building a magazine and i did a lot of little tweaks ill include code and picture below on one of them.
body {
font-family: 'Baskervville', serif;
color: linen;
background-color: rgb(20, 30, 40);
}
that code changes the body code from the original white into a darker background using rgb background-color CSS property

Leave a Reply