adding colors css file?
-
This is a newbie question, how do I add color only on top of my web page, the rest should remain white..
-
This is a newbie question, how do I add color only on top of my web page, the rest should remain white..
I don't know but I have also doubt about the same problem. but my website design by[
WordPress
](https://kyrosdigital.in)how to add colors.
-
This is a newbie question, how do I add color only on top of my web page, the rest should remain white..
I don't know but I have also doubt about the same problem. but my website designed by[
WordPress
](https://kyrosdigital.in).how add a color?
-
This is a newbie question, how do I add color only on top of my web page, the rest should remain white..
When you set a color or background-color style it applies to the items contained in that element. Your entire page is a <body> element and so if you change the color at that level the entire page is effected. Now if you create an element within the body, like a <div>, you can control it's styles by putting them in that div. It will then not be spread to the entire page. OK - now the only thing left for you to do. If you want the top of the page to be one color and the rest of the page to not be affected, you can put that div element at the top of the page. Color it. Put text in it. Put images in it. Anything you want. It's actually extremely common (probably why you want to do it) - becomes a page header, visually.
"The difference between genius and stupidity is that genius has its limits." - Albert Einstein
"If you are searching for perfection in others, then you seek disappointment. If you seek perfection in yourself, then you will find failure." - Balboos HaGadol Mar 2010