From fb38cab607d3b9790d327b3436e55180772a8fa3 Mon Sep 17 00:00:00 2001 From: Maximiliano Quiroga Errazuriz <49068564+MaxQuiroga@users.noreply.github.com> Date: Mon, 28 Nov 2022 10:04:57 -0300 Subject: [PATCH] Aplicando css externo --- EasyHelp_2.0-main/static/styles/style.css | 64 +++++++++++++++++++++- EasyHelp_2.0-main/templates/base.html | 66 +---------------------- 2 files changed, 65 insertions(+), 65 deletions(-) diff --git a/EasyHelp_2.0-main/static/styles/style.css b/EasyHelp_2.0-main/static/styles/style.css index e574566..d6bac6d 100644 --- a/EasyHelp_2.0-main/static/styles/style.css +++ b/EasyHelp_2.0-main/static/styles/style.css @@ -1 +1,63 @@ -body {color :black;} \ No newline at end of file +body {color :black;} + + +@font-face { + font-family: fuenteSecundaria; + src: url(../static/fonts/Shrikhand-Regular.ttf); +} + +body {font-family: Arial, Helvetica, sans-serif;} + +.navbar { + width: 100%; + background-color: #555; + overflow: auto; +} +.navbar a { + float: left; + padding: 12px; + color: white; + text-decoration: none; + font-size: 17px; +} +.navbar a:hover { + background-color: #000; +} + +.active { + background-color: #04AA6D; +} + +@media screen and (max-width: 500px) { + .navbar a { + float: none; + display: block; + } +} + +ul { + list-style-type: none; + margin: 0; + padding: 0; + overflow: hidden; + background-color: #333; +} +li { + float: left; +} +li a { + display: block; + color: white; + text-align: center; + padding: 14px 16px; + text-decoration: none; +} +li a:hover { + background-color: #111; +} + +.vertical-center { + text-align: center; +} + +h1{text-align: left; font-family: fuenteSecundaria;} diff --git a/EasyHelp_2.0-main/templates/base.html b/EasyHelp_2.0-main/templates/base.html index d3e99a4..f3805c3 100644 --- a/EasyHelp_2.0-main/templates/base.html +++ b/EasyHelp_2.0-main/templates/base.html @@ -8,71 +8,9 @@ + EasyHelp - +