@miguel-williansSubmitted over 1 year ago
I altered the background because i wasn't sure how to make the original, but I think the final result isn't bad at all.
I altered the background because i wasn't sure how to make the original, but I think the final result isn't bad at all.
To change the background color you would want to change this section in your code located in your style.css file
body {
font-family: 'Outfit';
background: url(../images/nebulosa.gif);
}
To this
body {
font-family: 'Outfit';
background: hsl(212, 45%, 89%);
}
The background color is listed in your style-guide.md
Keep on coding my friend!