Local Bloggers

Hi In this blog i will provide educational help ,Jobs,Social Media Tricks and Tips.

Breaking

PropellerAds
Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

Wednesday 17 January 2018

January 17, 2018

Background Color in css

BackGround-Color in CSS


In HTML we create a basic structure and make design layout further
improve make website page more stylish by applying CSS (CASCADING STYLE SHEET)
Its not just change background color its also change the font color font sizing font padding.
we write some syntax how to apply css property in html page .

We just show without property how look a html page
and code



Now we put css in
<Head>
<style>
body  {background-color: black;}
</style> 
</Head>

How is it work?

Its syntax writing method show it pick the body color and apply the css property on it
also we change the color of   <h1> tag by applying the property of css


<Head>
<style>
h1  {color: white;}
</style> 
</Head>




Thank You for your coming and read the article
if you need any help comment here !
Keep visiting this blog also follow to get new topics .