diff --git a/index.html b/index.html index d01f779ff..5502cc667 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,55 @@ + Document +
+

Raven Moceri

+ + +
+
+
+

Raven Moceri

+ +
+
+
+
+
+

tech skills

+
+

tech skills

+
+

tech skills

+ +
+

tech skills

+
+

tech skills

+
+

tech skills

+
+
+ + + + + \ No newline at end of file diff --git a/style/index.css b/style/index.css index 440e53514..591a0b90f 100644 --- a/style/index.css +++ b/style/index.css @@ -1 +1,160 @@ -/* Add CSS styling here */ \ 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; +} + + +html{ + font-size: 62.55; +} +body{ + font-size: 1.6rem; +} + +.header{ + display: flex; + justify-content: space-between; +} + h1 + {font-size: 4rem;} +.name{ + display: flex; + justify-content: center; + align-items: center; + height: 50vh; + text-align: center; + background-image: url("https://picsum.photos/600/400"); + background-size: cover; + background-repeat: no-repeat; +color: #fff; +} + +/* .imagebutton{ + + + color:white; + font-size:large; + width: 600px; + height: 400px; + +} */ +header,section{ + padding:4% 0; + +} + +.row{ + display: flex; + flex-direction: row; + flex-wrap: wrap; + justify-content: space-evenly; + + +} +.row div{ + width:30%; + margin: 2% 0;; +} +.element{ + text-align: center; +} + +footer{ + background-color: lightgrey; + padding: 20px; + text-align: center; + +} +button{ + background-color: #fff; + color: black; + border: black solid 1px; + padding: 5px 10px; +} +button:hover{ + background-color: black; + color: #fff; + border: black solid 1px; + +} +button a { + text-decoration: none; + color:inherit; +} + +@media(max-width:800px){ + + +} + +@media(max-width:500px) { + .nav{ + display: flex; + flex-direction: column; + align-items: center; + width: 100%; +} +.link{ + display: flex; + flex-direction: column; + align-items: center; +} +.imagebutton{ + width:40%; + margin: 1% 0; +} +.name{ + width: 80; + margin: 0 auto; +} +.row div{ + width:40%; +} + + + +} \ No newline at end of file