Commit 9c341edb by willgonzz

fondos estaticos para las paginas de login, listas y formulario

parent eb3b4588
......@@ -3,6 +3,7 @@ body{
background-size:cover;
background-repeat:no-repeat;
height:100vh;width:100vw;
background-attachment: fixed;
}
label {
display: inline-block;
......
......@@ -35,7 +35,7 @@ header{
}
section{
background-image:url(/img/fondoBlanco.jpg);
background-attachment: fixed;
display: flex;
}
......
......@@ -5,6 +5,7 @@ body {
background-repeat:repeat;
height:100vh;width:100vw;
align-items:"middle";
background-attachment: fixed;
}
#head{text-align:center}
......
......@@ -3,6 +3,6 @@ body{
background-size:cover;
background-repeat:no-repeat;
height:100vh;width:100vw;
background-attachment: fixed;
-webkit-text-size-adjust: 100%;
}
\ No newline at end of file
......@@ -5,12 +5,15 @@
body{
background-image:url(/img/FondoRoshka.jpg);
background-size:cover;
background-position: center;
background-repeat:no-repeat;
overflow: hidden;
background-attachment: fixed;
/* overflow: hidden; */
height:100%;width:100%;
align-items:"middle";
position: absolute;
}
#form{max-width:333px;
width:90%;position:relative;
left:50%;
......
......@@ -13,7 +13,7 @@
<body>
<jsp:include page="alerts.jsp"/>
<!-- <section class="vh-100" style="background-color: #508bfc;"> -->
<div class="container py-5 h-100">
<div class="container h-100">
<div class="row d-flex justify-content-center align-items-center h-10">
<div class="col-12 col-md-8 col-lg-6 col-xl-5">
<div class="card shadow-2-strong" style="border-radius: 1rem;">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment