Saturday, March 5, 2011

NEW

I am writing the code for my blog to be appeared specially than others do in their blogs and i am trying to learn out some special code online.started to learn the cascading style sheet now TIME 1.44 pm

Yep i have finshed a couple*5 of lessons within some hours to start writing the css for my blog .

Hopefully i will be able to make my things better and and this is my first blog CSS written by my self.....

/* First style sheet */

p {

font-size: smaller;

color: #008080;

font-weight: bold;

}

.greenbold {

font-size: large;

color: #000;

font-weight: bold;

}

body

{ width: 80%;

margin:10px ;

padding : 15px;

border:1px solid #333;

background : #fff

}

.greenbold

{

text-decoration: blink;

text-transform: uppercase;

white-space: nowrap;

}

#welcome

{ width: 80%;

margin:10px ;

padding : 15px;

border:1px solid #333;

background : #fff;

}

background: #fff url(../Desktop/wood.jpg)

No comments:

Post a Comment