Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

how to make square in html

index.html:
....
<div class="square_div">
</div>
....
style.css:
.square_div{
  width: <input_width_here>;
  height: <input_height_here>;
  background-color: <input_color_here>;
}
 
PREVIOUS NEXT
Tagged: #square #html
ADD COMMENT
Topic
Name
9+2 =