I.G
Would you like to react to this message? Create an account in a few clicks or log in to continue.
I.G

Hackers Team
 
HomeSearchLatest imagesRegisterLog in

 

 Introduction to CSS

Go down 
AuthorMessage
rebel
iG Founder
iG Founder
rebel


Number of posts : 130
Age : 36
Localisation : Your Computer!
Registration date : 2007-01-20

Introduction to CSS Empty
PostSubject: Introduction to CSS   Introduction to CSS Icon_minitimeSun Jan 28, 2007 5:02 am

Start it with
<style>

body {
background: #FFFFFF; <= this defines background color of the page.
color: #000000; <= The text color
}

You can create a custom element by making a section in the css.
Put the name where you would put body {,
with a dot in front of the name.

You can also give a background to something by putting url(link/to/image.gif); after the color code (you must drop the ; after the color).

Finally end the css with </style>.
Back to top Go down
http://insanegamers.net.tc
 
Introduction to CSS
Back to top 
Page 1 of 1
 Similar topics
-
» A Programmer’s Introduction to Visual Basic .NET

Permissions in this forum:You cannot reply to topics in this forum
I.G :: Downloads :: Files-
Jump to: