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