body{ background-color: aqua; } h1{ font-weight: 900; font-size: 240px; } div.balle{ position: absolute; width: 20px; height:20px; border-radius: 10px; background-color: black; } div.boule{ position: absolute; width: 10px; height:200px; border-radius: 10px; background-color: red; opacity: 0.9; } div.carre{ position: absolute; width: 10px; height:200px; border-radius: 10px; background-color: red; opacity: 0.6; }