Welcome to Pandino - a place where you can find helpful tutorials & graphics, shop for cute items and view my portfolio! Leave me a comment if you like - I will reply back as soon as possible. Hope to see you around!
Cascading Style Sheets (CSS) is a simple file used for adding and editing style (e.g. fonts, colors, spacing) on your site. Using this code, you won't have to re-do the coding in every single table with each layout change. You need only to edit the stylesheet document, and everything similar will change as well. Follow along and you'll be on your way to efficient styling!
1. Copy and paste this code onto a blank document (OR if you're using piczo, simply put it somewhere on your page):
2. HERE is a labelled stylesheet to refer to. I've disected each individual section to make things easier!
3. So now that's done, if you ARE using piczo, kindly skip to step 5. If not, continue by saving the stylesheet file as "style.css" and upload it to FTP or wherever.
4. Then place the following code on each page:
5. Finally you may begin coding your content. It should like something like this
6. Feel free to edit as desired. You don't necessarily have to include the h2 or h3. It's entirely up to you! Another option is simply going with the one below (which is how I do mine)
7. This may seem quite confusing at first. I've been through the first time too! But it's worth your while to get familiarized with the stylesheet because it'll save you a whole lotta time and especially come in handy if you're the type to frequently change layouts! BEST OF LUCK =]