Retour à la définition de la propriété css bottom | J'ai vu une erreur dans cette page

Exemple de code détaillé de la propriété css bottom.

.calque1{position:relative; right:50%; bottom:25%; width:300px; height:60px; z-index:10; }
<div id="Layer2" style="position:absolute; right:50%; bottom:25%; width:300px; height:60px; z-index:10; background-color: green; ">Utilisation de bottom</div>
.calque2{position:relative; bottom:20%; right:50%; width:300px; height:60px; z-index:1; }
<div id="Layer1" style="position:absolute; bottom:20%; right:50%; width:300px; height:60px; z-index:1; background-color: #CC0000; ">Utilisation de bottom</div>

Interprétation du code détaillé de la propriété css bottom par votre navigateur.

.calque1{position:relative; right:50%; bottom:25%; width:300px; height:60px; z-index:10; }

Utilisation de bottom
.calque2{position:relative; bottom:20%; right:50%; width:300px; height:60px; z-index:1; }
Utilisation de bottom

Interprétation normal du code de la propriété css bottom (copie d'écran).

copie d'écran de l'affichage de la propriété css bottom