From b549d351242c4a264068c2dbba5c422576f056e8 Mon Sep 17 00:00:00 2001 From: willgonzz Date: Thu, 18 Nov 2021 16:02:57 -0300 Subject: [PATCH] se agrega fondo al form postulante --- curriculumsearch/src/main/webapp/css/formPostulanteStyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css b/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css index f227aa3..15385f0 100644 --- a/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css +++ b/curriculumsearch/src/main/webapp/css/formPostulanteStyle.css @@ -1,6 +1,6 @@ body { - background-color: #baebd8; - /* background-image:url(/img/fondo2.png); */ + /* background-color: #baebd8; */ + background-image:url(/img/fondo.png); /*background-size:cover;*/ background-repeat:repeat; height:100vh;width:100vw; -- libgit2 0.26.0