CSS: Color the Spring Season!
Pun aside in this post title, it's springtime - at least for the northern half of the world - and doesn't it feel good? A cool breeze in the city streets, a clear blue sky finally rid of the moody english clouds, and a bright golden sun!
What do weather phenomena have to do with blogs? Well isn't just about time you updated your blog banner and put some dendelions, daisies, and other flowers? Isn't it time we stroke up an orchestra of color? Well maybe you can. With some CSS, javascript, and a wee bit of imagination, the opportunities are countless.
First, let's look at a sample letter-drop: let's take the previous paragraph and don it with a bright big capital W letter instead of the dull old Arial 10pt letter. How?
Here goes:
hat do weather phenomena have to do with blogs? Well isn't just about time you updated your blog banner and put some dendelions, daisies, and other flowers? Isn't it time we stroke up an orchestra of color? Well maybe you can. With some CSS, javascript, and a wee bit of imagination, the opportunities are countless.
And the code to achieve that? Easy:
{
border : medium none ;
margin : -5px 3px 0px 0px;
padding : 0px;
text-align: right;
position: relative;
float: left; width: 30px;
height: 20px;
font-family: helvetica,arial;
font-weight: bold;
font-size: 24pt;
}
Then, whenever you want a capital letter to drop down, simply add a div as follows:

















Recent Comments
the sticky's goal is to leave the target