faire du rectangle dans CSS
<div class="rectangle"></div>
<style>
.rectangle {
width: 100px;
height: 100px;
background: red;
}
</style>
Happy Herring
<div class="rectangle"></div>
<style>
.rectangle {
width: 100px;
height: 100px;
background: red;
}
</style>