home
First properties
3
/ 6
Let's also change the background color of the
<h1>
title. Set the color to
white
.
html
<h1>Lorem ipsum dolor sit amet</h1>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam nec felis lectus.
</p>
css
h1 {
color: green;
-
:
;
}
color
background
white
https://
🎯 Try to reproduce this
https://
Your result
Legal
·
Privacy