Thursday, May 5, 2011

Using Different Text

My first task for today was to change the title text font, I did not really like the blinking affect so I decided to change it into a rock text. Which I think it looks better and more realistic and I also learn something new this is the code I used for this text affect: After that I started to create a menu bar, I also add the mouse over affect and the hover so when you pass the mouse over you can see the mouse over affect and it also changes the background color 

color: #fff;
    text-shadow: 0px 1px 0px #999, 0px 2px 0px #888, 0px 3px 0px #777, 0px 4px 0px #666, 0px 5px 0px #555, 0px 6px 0px #444, 0px 7px 0px #333, 0px 8px 7px #001135;
    font:80px 'chunkfiveregular';
    padding:400px;

After that I started to create a menu bar, I also add the mouse over affect and the hover so when you pass the mouse over you can see the mouse over affect and it also changes the background color 


No comments:

Post a Comment