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>

No comments

Powered by Blogger.