Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Overlapping text background Reply To: Overlapping text background

#249043
I.m.learning
Participant

How’s this look for you?

h2 {
background-color: white;
opacity:.5;
display: inline;
}

Change the opacity to whatever your liking.

****You forgot to close the .comp–hero-text CSS with a “}” ***

.comp–hero-text {
align-self: center;
margin: 0 auto;
max-width: $max-width – 200px;
text-align: center;
width: 80%;} <–