2016-08-05, 05:57 PM
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]](https://camo.mybb.com/733261a3b6877bb1683a0406c50c490456a2e4e4/687474703a2f2f696d6167652e70726e747363722e636f6d2f696d6167652f66646362333235643831313734393762386138626437666130616235323332662e706e67)
CSS code:
Regards
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.
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