MyBB Community Forums

Full Version: CSS Table Support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Okay, Not sure if this is the right place or not.

But I am trying to make a table with css and html.

I want these to to be right on top of each other with no spaces in between.

[Image: fdcb325d8117497b8a8bd7fa0ab5232f.png]

CSS code:

.upfeature2 {
    font-size: 12px;
    color: #B7B7B7;
    margin: 10px -17px;
    padding: 15px;
    background-color: #212121;
}

.upfeature2 span {
    color: #BCBCBC;
    font-size: 11px;
    display: block;
    margin-top: 1px;
}
		
.upfeature1 {
    font-size: 12px;
    color: #B7B7B7;
    margin: 10px -17px;
    padding: 15px;
    background-color: #151515;
}

.upfeature1 span {
    color: #BCBCBC;
    font-size: 11px;
    display: block;
    margin-top: 1px;
}



Regards