Jump to content

Website using CSS


FFEMTcJ

Recommended Posts

I am looking to integrate more CSS into my website design, however I know nothing about CSS. I want to use the same design that I have now. Does anyone have any suggestions? I don't want to learn all of CSS. Just enough to change the site to CSS and do what I want to with it.

http://www.paigejohnston.com
Link to comment
https://forums.phpfreaks.com/topic/15419-website-using-css/
Share on other sites

- Add border:dashed #FF99CC; (Or whatever color you used) to get your border.
- Put a background color of white in your container.
- Add background-color:inherit; in a, div#navigation, div#extra, div#content

Check here for your CSS validation: http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.PaigeJohnston.com%2Fcss%2Fmysite.css&usermedium=all

A little hint: if you have the div id's set up in your HTML you only have to put #divid in your CSS (#content) for example.

Looking good so far!

-Chris
Link to comment
https://forums.phpfreaks.com/topic/15419-website-using-css/#findComment-63075
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.