Ok, you have created your huge website like this:
Hello, World!
As you can see it is very complex...only some slight sarcasm...anyway now go to:
File >> New >> CSS
Now you have a blank CSS document, say we put in this CSS:
body {
background-color:#000000;
}
p {
color:#ffffff;
}
When you look at your page there is no difference, you may now be screeming at the keyboard, all you have to do is insert this code into the HEAD of the document:
@import "style.css";
Just change style.css to whatever you saved them as, remember to save them in the same directory!, Good Luck =]
Copyright © 2026 eLLeNow.com All Rights Reserved.