StartBootstrap / startbootstrap-sb-admin-2

A free, open source, Bootstrap admin theme created by Start Bootstrap
https://startbootstrap.com/themes/sb-admin-2/
MIT License
9.76k stars 5.72k forks source link

How to center this login box to middle/center? #228

Open bebetoalves opened 5 years ago

bebetoalves commented 5 years ago

I'm trying to put this login box to the center of screen, I'm using margin 0 auto in container, but it didn't work.

print

aleckrh commented 5 years ago

Use flexbox in login.html

<body class="bg-gradient-primary min-vh-100 d-flex justify-content-center align-items-center">
ErnestojuarezO commented 2 years ago

¿como puedo cambiar la imagen la del perro j

aleckrh commented 2 years ago

Hola, tienes varias posibilidades para realizar esto. Una de ellas es crear una hoja de estilos con las siguientes clases para reemplazar la imagen de fondo.

.bg-login-image

.bg-register-image

.bg-password-image

Por ejemplo.

.bg-login-image {
background: url("https://source.unsplash.com/Mv9hjnEUHR4/600x800");
}
ErnestojuarezO commented 2 years ago

puedo ponerlo asi . bg-login-image { background : url ( "https://images.app.goo.gl/mMaGQevKYqGmwzde7/850x640" ); }