My client would like to have this image as text in the sidebar:
But what I thought, would be a fairly easy task, turns out to be slightly more complicated. My first thought was to declare a general class
which I could use use on different <p> tags and use various <span's> for the different font styles. But no matter what I try the text won't extend to the desired width (170px;Code CSS:.sidebar .general{ width: 170px; text-align: justify; font-size: 23px; color: #FFF; }













Bookmarks