Home › Forums › CSS › can’t figure out how to code this… › Re: can’t figure out how to code this…
February 9, 2009 at 8:27 am
#54145
Member
change your css to this
.featured {
text-align: justify;
width: 40%;
border: 0px solid #000;
float:left;
}
.honour {
float: left;
text-align: justify;
border: 0px solid #000;
}