From a872be8f72284e2f8e8df5041db2cfb9dd8a1ccc Mon Sep 17 00:00:00 2001 From: colinolmstead <49330359+colinolmstead@users.noreply.github.com> Date: Mon, 25 May 2020 16:43:04 -0600 Subject: [PATCH 1/2] added an image file --- css/index.css | 157 +++++++++++++++++++++++++++++++++++++++++++++++- index.html | 18 +++++- less/index.less | 22 +++++++ 3 files changed, 195 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 7dd97920d..8ae42176d 100644 --- a/css/index.css +++ b/css/index.css @@ -1 +1,156 @@ -/* Compile your LESS file! */ \ No newline at end of file +/* http://meyerweb.com/eric/tools/css/reset/ + v2.0 | 20110126 + License: none (public domain) +*/ +html, +body, +div, +span, +applet, +object, +iframe, +h1, +h2, +h3, +h4, +h5, +h6, +p, +blockquote, +pre, +a, +abbr, +acronym, +address, +big, +cite, +code, +del, +dfn, +em, +img, +ins, +kbd, +q, +s, +samp, +small, +strike, +strong, +sub, +sup, +tt, +var, +b, +u, +i, +center, +dl, +dt, +dd, +ol, +ul, +li, +fieldset, +form, +label, +legend, +table, +caption, +tbody, +tfoot, +thead, +tr, +th, +td, +article, +aside, +canvas, +details, +embed, +figure, +figcaption, +footer, +header, +hgroup, +menu, +nav, +output, +ruby, +section, +summary, +time, +mark, +audio, +video { + margin: 0; + padding: 0; + border: 0; + font-size: 100%; + font: inherit; + vertical-align: baseline; +} +/* HTML5 display-role reset for older browsers */ +article, +aside, +details, +figcaption, +figure, +footer, +header, +hgroup, +menu, +nav, +section { + display: block; +} +body { + line-height: 1; +} +ol, +ul { + list-style: none; +} +blockquote, +q { + quotes: none; +} +blockquote:before, +blockquote:after, +q:before, +q:after { + content: ''; + content: none; +} +table { + border-collapse: collapse; + border-spacing: 0; +} +/* Set every element's box-sizing to border-box */ +* { + box-sizing: border-box; +} +html, +body { + height: 100%; +} +ul.header-nav li { + float: none; + display: inline-block; + text-align: center; + list-style: none; + text-decoration: none; + padding: 10px; + border: 1px solid black; +} +ul.header-nav { + display: flex; + justify-content: center; +} +div.header li a { + color: black; + text-decoration: none; +} +div.header li a:hover { + background-color: blue; +} diff --git a/index.html b/index.html index a7f9e3ad1..53d7ef5f9 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,22 @@
-Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum
+
+