Piczo

Log in!
Stay Signed In
Do you want to access your site more quickly on this computer? Check this box, and your username and password will be remembered for two weeks. Click logout to turn this off.

Stay Safe
Do not check this box if you are using a public computer. You don't want anyone seeing your personal info or messing with your site.
Ok, I got it

basic css

CSS tutorial

CSS stands for Cascading Style Sheets. Most good sites nowadays use css on their sites, as it makes it easier to edit and change style and colors. CSS is basically a very long HTML-code you can add to your pages. Note! Before you start using css you shoul be familiar to HTML-codes, and if you're new to piczo you should consider learning some HTML before you move on to css.

Step 1
Start with pasting this code on the page/pages you want to have css on.

Here is a description of some of the most important parts in the code:
H1= main header
H2= small header; often used to describe or for dates in blogs etc
H3= usually where you put the content/text in the blog
a:link= determines how your links will look
a:hover= determines how your links will look when you hover (put your mouse over) them
a.nav= determines how your navigationtables will look like

Step 2
Now, try pasting this code on the same page you pasted the css-code

Maybe you see how it works now? If not, just play around with code; changing colors and sizes and see what you change...That's how I learned css:)

Copyright © 2008 septemberdreams.piczo.com. All rights reserved.

<< back >>