Comment faire du carré en 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>;
}
Uptight Unicorn