Background Colors
Try changing the background
colors
.
.box { background-color: #567895; } h2 { background-color: black; color: white; } span { background-color: rgb(255 255 255 / 50%); }
<div class="box"> <h2>Background Colors</h2> <p>Try changing the background <span>colors</span>.</p> </div>