Skin Crazy
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Go down
Spherical
Spherical
Owner
Posts : 21
Location : Australia
https://skin-crazy.board-directory.net

Changing the Background Colour of an Html Webpage Empty Changing the Background Colour of an Html Webpage

Sat May 27, 2017 10:22 pm
CSS

Code:
.webcontent {background: #FFF; padding: 20px; overflow: hidden; border: 5px double #A16F94; margin-bottom: 10px; font-size: 14px;}

Html

In every html webpage you make you will need to add at the top of the page the class....

Code:
<div class="webcontent">

and then at the bottom of each page add a........

Code:
</div>


http://zandranna.forumotion.com/h3-about-me - It will look like that.
Back to top
Permissions in this forum:
You cannot reply to topics in this forum