Commit 9c341edb by willgonzz

fondos estaticos para las paginas de login, listas y formulario

parent eb3b4588
...@@ -3,6 +3,7 @@ body{ ...@@ -3,6 +3,7 @@ body{
background-size:cover; background-size:cover;
background-repeat:no-repeat; background-repeat:no-repeat;
height:100vh;width:100vw; height:100vh;width:100vw;
background-attachment: fixed;
} }
label { label {
display: inline-block; display: inline-block;
......
...@@ -35,7 +35,7 @@ header{ ...@@ -35,7 +35,7 @@ header{
} }
section{ section{
background-image:url(/img/fondoBlanco.jpg); background-image:url(/img/fondoBlanco.jpg);
background-attachment: fixed;
display: flex; display: flex;
} }
......
...@@ -5,6 +5,7 @@ body { ...@@ -5,6 +5,7 @@ body {
background-repeat:repeat; background-repeat:repeat;
height:100vh;width:100vw; height:100vh;width:100vw;
align-items:"middle"; align-items:"middle";
background-attachment: fixed;
} }
#head{text-align:center} #head{text-align:center}
......
...@@ -3,6 +3,6 @@ body{ ...@@ -3,6 +3,6 @@ body{
background-size:cover; background-size:cover;
background-repeat:no-repeat; background-repeat:no-repeat;
height:100vh;width:100vw; height:100vh;width:100vw;
background-attachment: fixed;
-webkit-text-size-adjust: 100%; -webkit-text-size-adjust: 100%;
} }
\ No newline at end of file
...@@ -5,12 +5,15 @@ ...@@ -5,12 +5,15 @@
body{ body{
background-image:url(/img/FondoRoshka.jpg); background-image:url(/img/FondoRoshka.jpg);
background-size:cover; background-size:cover;
background-position: center;
background-repeat:no-repeat; background-repeat:no-repeat;
overflow: hidden; background-attachment: fixed;
/* overflow: hidden; */
height:100%;width:100%; height:100%;width:100%;
align-items:"middle"; align-items:"middle";
position: absolute; position: absolute;
} }
#form{max-width:333px; #form{max-width:333px;
width:90%;position:relative; width:90%;position:relative;
left:50%; left:50%;
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
<body> <body>
<jsp:include page="alerts.jsp"/> <jsp:include page="alerts.jsp"/>
<!-- <section class="vh-100" style="background-color: #508bfc;"> --> <!-- <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="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="col-12 col-md-8 col-lg-6 col-xl-5">
<div class="card shadow-2-strong" style="border-radius: 1rem;"> <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