Saturday, February 7, 2015

How to draw Square /box using html and CSS



<html>
<style  type="text/css">
#square{
width:100px;
height:100px;
mardin:100px auto;
background-color:yellow;
}
</style>

<body>
<div id="square"></div>
</body>
</html>

Share this

0 Comment to "How to draw Square /box using html and CSS"