how do i change the text color?????
body {color: red;} if there is already things in body it needs to be added like body {font-family: Comic Sans MS; color: red;}
i think it’s h4 { color: (COLOR) margin: 0; } but i’m not sure
body {color: red;}
if there is already things in body it needs to be added like
body {font-family: Comic Sans MS; color: red;}
i think it’s
h4 {
color: (COLOR)
margin: 0;
}
but i’m not sure