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