minidoggy
02-28-2009, 09:03 PM
I'm having a problem making the plus sign really bold. I need some help.
p {
width:17px;
height:19px;
padding:5px;
text-align: center;
border:1px solid #000;
font-size: 17px;
background-color:#darkslateblue }
//the plus that is going to become bold.
<p>+</p>
p {
width:17px;
height:19px;
padding:5px;
text-align: center;
border:1px solid #000;
font-size: 17px;
background-color:#darkslateblue }
//the plus that is going to become bold.
<p>+</p>