Answers for "cara membuat persegi di html"

0

cara membuat persegi di html

<style>

.box1{
width:150px;
height:150px;
background:green;
}
.box2{
width:230px;
height:230px;
background:blue;
}

</style>
Posted by: Guest on January-14-2022

Browse Popular Code Answers by Language