From 97cd10e4096b7dc58b5aa39a6e5439cf49a10d64 Mon Sep 17 00:00:00 2001 From: VaneQiuta777 Date: Tue, 28 Nov 2017 08:46:56 -0500 Subject: [PATCH] =?UTF-8?q?a=C3=B1adiendo=20header=20html=20y=20css?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/main.css | 56 ++++++++++++++++++++++++++++++++++++++++++++-------- index.html | 29 +++++++++++++++++++-------- 2 files changed, 69 insertions(+), 16 deletions(-) diff --git a/css/main.css b/css/main.css index 16474bcc..da25aa68 100644 --- a/css/main.css +++ b/css/main.css @@ -1,23 +1,63 @@ /* * Estilos de tu proyecto */ - *, body { + * { margin: 0; padding: 0; box-sizing: border-box; } - +body { + margin: 0; + padding: 0; + background: pink; + font-size: 22px; + font-family: 'Source Sans Pro', sans-serif; +} .containerHeader { - background-color: yellow; border: 1px solid red; - width: 100%; - height: 100%; + height: 250px; } #laboratoriaNav { + height: 40%; + width: 100%; + background-color: lightcyan; +} +.logoLaboratoria { + float: left; + margin-left: 50%; + transform: translateX(-50%); + padding: 25px; +} +.iconoMenu { + float: right; + margin-right: 70px; padding: 30px; - background-color: rebeccapurple; } #menuNav { - padding: 45px; - background-color: orange; + height: 60%; + width: 100%; + background-color: #e1e1e1; +} +h1 { + padding: 15px; + margin: 0 0 10px 80px; + letter-spacing: 1px; + font-size: 30px; +} +.subMenuPrincipal { + float: left; + margin-left: 85px; + padding: 10px; + letter-spacing: 1px; + font-weight: bolder; +} +.subMenu { + float: left; + margin-left: 15px; + padding: 10px; + font-weight: bolder; } +.containerMain { + height: 800px; + border: 2px solid green; +} \ No newline at end of file diff --git a/index.html b/index.html index aab9f7ca..e90a9b39 100644 --- a/index.html +++ b/index.html @@ -3,23 +3,36 @@ + Data Dashboard
-
+
-
+ + +
+
+ +
+
+ +