“como centralizar Uma div” Código de respuesta

como centralizar Uma div

.container { 
    width: 700px; 
    margin-left: auto;
    margin-right: auto; 
}
Blue-eyed Buffalo

como centralizar Uma div

<style>
.container {
width: 100vw;
height: 100vh;
background: #6C7A89;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.box {
width: 300px;
height: 300px;
background: #fff;
}
body {
margin: 0px;
}
</style>
gamerteg-_-

Respuestas similares a “como centralizar Uma div”

Preguntas similares a “como centralizar Uma div”

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código