Here is an example to create an empty/blank square using HTML and CSS [code]div{ width:300px; height:300px; background-color:#F5F2F2; border:3px solid black ...
確定! 回上一頁