diff --git a/css/index.css b/css/index.css index 0c9959c1e5..e8d99daf78 100644 --- a/css/index.css +++ b/css/index.css @@ -1,3 +1,221 @@ /* Use your own code or past solution for Great Idea Web Page CSS 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; +} +/* Set every element's box-sizing to border-box */ +* { + box-sizing: border-box; +} + +html, body { + height: 100%; + font-family: 'Titillium Web', sans-serif; +} + +h1, h2, h3, h4, h5 { + font-family: 'Bangers', cursive; + letter-spacing: 1px; + margin-bottom: 15px; +} + +/* Copy and paste your work from yesterday here and start to refactor into flexbox */ + + +body{ + display: flex; + justify-content: center; +} +.container{ + max-width: 880px; +} +header{ + display: flex; + justify-content: space-between; + align-items: center; + margin-top: 35px; +} +header nav{ + display: flex; + justify-content: space-between; + color: gray; + width: 69%; +} +header nav a{ + color: gray; + text-decoration: none; +} +.innovate{ + display: flex; + margin: 70px 0px 75px 0px; +} +.innovote-text{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; + font-size: 75px; + width: 51%; +} + + +.logo{ + margin-left: 110px; + padding-top: 20px; +} + + +.button1{ + padding: 10px 40px; + margin: 0px; + background-color: white; + border: 1px solid black; + color: black; +} + +@keyframes link{ + 0%{background:black;} + 25%{background:darkgreen;} + 50%{background: darkblue;} + 100%{background:blueviolet } +} +.button1:hover{ + color: white; + font-size: 75%; + animation-name: link; + animation-duration: 2s; + animation-iteration-count: infinite; +} + +.content{ + display: flex; +} + +.content1{ + margin: 20px 1%; +} +.content2{ + margin: 20px 1%; +} + +.content img{ + width: 100%; + padding: 10px; +} + +footer{ + margin-bottom: 50px; + padding: 25px; + text-align: center +} +@media(max-width: 800px){ + .container{ + width:90%; + } + header{ + display: flex; + flex-direction: column-reverse; + align-items: center; + } + header nav{ + margin-top: 45px; + width: 92%; + } + .logo{ + margin-left: 0px; + } + + .innovate{ + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + } + + .image1{ + display: none; + } +} +@media(max-width: 500px){ + .image1{ + display: none; + } + .container{ + width: 100%; + } + header nav{ + width: 100%; + display: flex; + flex-direction: column; + } + header nav a{ + width: 100%; + display: flex; + justify-content: center; + padding: 20px; + border-bottom: 1px solid black; + } + header nav a:first-child{ + border-top: 1px solid black; + } + + .logo{ + margin-left: 0px; + } + .innovate{ + display: flex; + flex-direction: column; + align-items: center; + } + .content{ + display:flex; + flex-direction: column; + + } +} \ No newline at end of file diff --git a/index.html b/index.html index 476b4b8cb9..dee022043e 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + Great Idea - Responsive I @@ -11,6 +12,79 @@ +
+
+ + + +
+
+
+

Innovation
+ On
+ Demand +

+ +
+
Image of a code snippet. +
+
+ + +
+ +
+
+

Features

+

Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.

+
+
+

About

+

Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.

+
+ +
+
+ Image of code snippets across the screen +
+ +
+
+

Services

+

Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.

+
+
+

Product

+

Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.

+
+
+

Vision

+

Aliquam elementum magna eros, ac posuere elvit tempus et. Suspendisse vel tempus odio, in interdutm nisi. Suspendisse eu ornare nisl. Nullam convallis augue justo, at imperdiet metus scelerisque quis.

+
+
+
+
+

Contact

+

Way 456 Street

+

Somewhere, USA


+ 1 (888) 888-8888

+ sales@greatidea.io +
+ +
+ + +> \ No newline at end of file