“central” Réponses codées

central

div {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: blue;
}

text {
  background: orange;
}

<div>
   <text>Centered horizontally and vertically</text>
</div>
abdullah

Comment centrer un en-tête HTML

h1{text-align: center;}
TwistedNinja

Réponses similaires à “central”

Questions similaires à “central”

Parcourir les réponses de code populaires par langue

Parcourir d'autres langages de code