Css

fezzii

New Member
Messages
9
Reaction score
0
Points
0
does anyone have any easy css tutorials for a beginner? (for like backgrounds and content boxes and etc etc.. i know its a lot to ask, but i just need the basics.)
if so please, please, please send them to me.
tnanks!
:)
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
W3Schools is a mixed bag. Some good information, some bad practices. The CSS info is probably good, but you should read some other sources for comparison. W3 has a page dedicated to resources for learning CSS, but I don't know if they're any better than W3Schools.

Once you're familiar with CSS, you'll want to keep a link to the CSS specs close at hand, since they're the final word on what CSS is and does.
 

pwner4on

New Member
Messages
1
Reaction score
0
Points
0
I usually go to http://css-tricks.com/ for the screencasts and it is really helpful as you can see the effect without the usualy wording confusion and etc.

Also try out using firefox with firebug and web developer toolbar plugins :)
it helps a lot to see the effects instantly without a reload!
 
Top