Mine Rite Technologies“…providing the technologies to mine rite”

CSS Demo

This page (based off the Mine Rite website) demonstrates what a web page with and without CSS looks like.

• Disable the CSS on this page •

With CSS

The page has all the nifty features you'd expect from a website. Nice layout. Fun menu buttons that change when your mouse is over them. All the good looking stuff comes from the CSS page.

If you try printing this page (with the CSS on) it will print in a nice fashion, much like a stationary, with the logo at the top and the menu removed (you can't really use a menu on a printed piece of paper, can you?).

Without CSS

The page looks pretty boring! Just black text on a white background. The links are boring 'ol blue (and they change to purple when clicked).

Now this may not look like much without the CSS, but a search engine doesn't care how it looks. It cares more about proper coding methods. there is also about 60% (for this particular site) less code for the search engine to sort through because all the code that makes the website look good is in other files (the CSS files).

Do this to any site out there!

Visit my Toggle CSS page to get a bookmark that will let you do this for any website out there.