Site Message

Ready to Switch to eZbloo?

Basic eZbloo Plan $15 a month- Perfect for Low traffic and new startups

Premium eZbloo Plan $45 a month- Perfect for High Traffic Sites

Any Questions?: Contact me here!

     


This short sweet tutorial will show you how to make a rectangle in CSS. First thing is you want to set up your div, we are going to give our div an id of rectangle.
<div id="rectangle"></div>
Now lets enter our CSS to make our rectangle.
<style>#rectangle{width:200px; height:100px;}</style>
We can give it a background color of blue in the CSS like this.
<style>#rectangle{width:200px; height:100px; background:blue;}</style>



Sign Up To Comment