diff --git a/index.html b/index.html index d01f779ff..f01aa8a07 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,46 @@ - - - - Document - - - - - \ No newline at end of file + + + + + Document + + + +
+

Timothy Hall

+ +
+

Welcome to Tim's Site!!

+
+ +
+ +
+
+ +
+ + + + +

I always try to push myself to my limits,even just beginning. Come see what I have learned so fat!!!

+
+ + + + \ No newline at end of file diff --git a/style/index.css b/style/index.css index 440e53514..b4fb687bc 100644 --- a/style/index.css +++ b/style/index.css @@ -1 +1,136 @@ -/* Add CSS styling here */ \ No newline at end of file +/* Add CSS styling here */ +/* 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; +} +* { + background: #6b5b95; +} +h1 { + font-size: 600%; + text-align: center; + font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; + background: green; + color: goldenrod; + height: 200px; + display: flex; + justify-content: center; + align-items: center; +} +.nav-con { + display: flex; + flex-direction: row; + justify-content: center; +} +a { + background: black; + font-size: 200%; + border: 4px solid darkred; + color: yellowgreen; + text-decoration: none; +} +h2 { + font-size: 400%; + text-align: center; + color: White; + padding: 0 0 5% 0; +} + div { + display: flex; + justify-content: center; + align-content: center; + } + #first { + border: 5px solid black; + height: 400px; + width: 700px; + } +.second { + height: 200px; + width: 200px; + border: 6px solid black; +} +p { + width: 200px; + background: greenyellow; + font-size: 30px; + border: 1px solid black; +} + +section{ + display: flex; + justify-content: space-between; + border: 4px solid black; + background: orange; +} +address { + display: flex; + justify-content: space-between; + background: orangered; + font-size: 20px; + color: darkolivegreen; +} +h3 { + background: orangered; + font-size: 30px; + text-align: center; +} +.button-1 { + height: 226px; + width: 150px; + background: green; + cursor: pointer; + +} +.button-2 { + color:black; + background: dodgerblue; + Height: 150px; + width: 150px; + cursor: pointer; +} +