Jump to content

Code for a box in a post


Milada

Recommended Posts

Hi all,

I found this code <div class="content-box-purple">text</div>

to use for a box in a post.

I copied this code:

/* Content Box
------------------------------------------------------------ */

.content-box-purple {
margin: 0 0 25px;
overflow: hidden;
padding: 20px;
}

.content-box-purple {
background-color: #e2e2f9;
border: 1px solid #bebde9;
}

to a style.css file.

However, the box does not show in the post. I checked all plugins for compatibility and when deactivating them all, the box still does not show.

Do you have an idea of what might be wrong?

Thank you,

Milada

Link to comment
Share on other sites

That means that there is no link to the stylesheet or the path to the stylesheet is incorrect. What code did you write to use the stylesheet?

Link to comment
Share on other sites

I see, thank you Ingolme.

So probably there is no link to the stylesheet.

I used this code:

"

/* Content Box
------------------------------------------------------------ */

.content-box-purple {
margin: 0 0 25px;
overflow: hidden;
padding: 20px;
}

.content-box-purple {
background-color: #e2e2f9;
border: 1px solid #bebde9;
}

"

which I simply copied to a style.css file.

There is something wrong with this, is there?

Link to comment
Share on other sites

  • 2 months later...
  • 1 year later...

W3Schools is the right place for that, but you should start your own topics instead of replying to an old and unrelated one.

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...