From 0117c4f7073b0509fe1f8bf82fba77b92c21e48d Mon Sep 17 00:00:00 2001 From: --global <--global> Date: Tue, 25 Feb 2020 15:52:52 -0500 Subject: [PATCH] =?UTF-8?q?creaci=C3=B3n=20de=20carpetas=20para=20cada=20p?= =?UTF-8?q?royecto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tupale_Principal/principal.css | 37 ++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 Tupale_Principal/principal.css diff --git a/Tupale_Principal/principal.css b/Tupale_Principal/principal.css new file mode 100644 index 0000000..0999ba7 --- /dev/null +++ b/Tupale_Principal/principal.css @@ -0,0 +1,37 @@ +div#slogan_cabecera { + padding-top: 70px; +} + +#titulo_cabecera a { + display: none !important; +} + +.box-secciones, .thumbnail { + background-color: white !important; +} + +.btn-success { + background-color: #ff0000; + border-radius: 0px !important; +} + +.btn-success:hover { + color: #ffffff; + background-color: #3e3f3a; + border-color: rgba(0, 0, 0, 0); +} + +.btn { + font-weight: 500; + text-transform: uppercase; +} + +a { + color: #c9302c; + text-decoration: none; +} + +.btn-default { + color: #ffffff; + background-color: #3e3f3a; +}