Needs a liitle more color
Add some css
body {
color: red;
}
h1 {
color: #00ff00;
}
p.ex {
color: rgb(0,0,255);
}
Then schould be fine 👍️
Needs a liitle more color
Add some css
body {
color: red;
}
h1 {
color: #00ff00;
}
p.ex {
color: rgb(0,0,255);
}
Then schould be fine 👍️
No replies yet.