How to draw a circle using HTML and CSS
By
Unknown
At
1:43:00 AM
0
<html>
<style type="text/css">
#circle{
width:100px;
height:100px;
mardin:100px auto;
background-color:red;
border-radius:100px;
}
</style>
<body>
<div id="circle"></div>
</body>
</html>
You Might Also Like
0 comments:
Post a Comment