Jump to content

Text with white background


Andreas De Rudder

Recommended Posts

1)

.text2 {
   /* background-color: white;*/
    text-align: center;
}

2)

<div class="text2">
<div>
To enter the website click <a href="msn.html">here</a>
</div>
</div>

3)

.text2 > div {
   background-color: white;
  display: inline-block;
}

Exactly how i said.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...