diff --git a/great-idea/css/index.css b/great-idea/css/index.css index abb29d9531..24ad022f46 100644 --- a/great-idea/css/index.css +++ b/great-idea/css/index.css @@ -149,21 +149,23 @@ h5 { margin-bottom: 15px; } -/* Copy and paste your work from yesterday here and start to refactor into flexbox */ +/* My Code Starts Here */ -body { - width: 900px; +.container { + width: 876px; margin: auto; } + header { display: flex; - margin: 20px 0; - justify-content: space-evenly; + justify-content: space-between; + margin: 30px 0; + align-items: center; } header nav { display: flex; - width: 100%; + width: 65%; justify-content: space-between; } @@ -174,43 +176,52 @@ header nav a { .cta { display: flex; - justify-content: space-evenly; - padding: 50px 0; - border-bottom: 1px solid black; + justify-content: space-between; + text-align: center; + padding: 15px 0 45px 0; + border-bottom: 2px solid black; } .cta .cta-text { - font-size: 5rem; - text-align: center; + margin: auto; + font-size: 4.5rem; } -.cta .cta-text a { - font-size: 20px; - text-decoration: none; - color: black; - width: 300px; - border: 1px solid black; - padding: 0 20px; +.main-content { + display: flex; + flex-direction: column; + border-bottom: 2px solid black; } .main-content .top-content { display: flex; - margin: 40px 0; + margin: 30px 0; +} + +.main-content .top-content #features { + padding-right: 30px; } .main-content .bottom-content { display: flex; - margin: 20px 20px; - border-bottom: 1px solid black; + margin: 30px 0; +} + +.main-content .bottom-content #services { + padding-right: 20px; } -.main-content .bottom-content .text-content { - margin: 20px 0; - padding: 20px 20px; +.main-content .bottom-content #product { + padding-right: 20px; } -#copyright { +.contact { display: flex; - justify-content: center; - margin: 50px 0 50px 0; + flex-direction: column; + margin: 30px 0; +} + +footer { + text-align: center; + margin-bottom: 30px; } diff --git a/great-idea/index.html b/great-idea/index.html index 0af24a52be..9fedbfc1e1 100644 --- a/great-idea/index.html +++ b/great-idea/index.html @@ -1,128 +1,120 @@ - - + - - - Great Idea! - + - - - - - -
- -
- -
-
-

- Innovation
- On
- Demand -

- Get Started -
- 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. -

+
+
+

+ Innovation
+ On
+ Demand +

+
-
-

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 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 + 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. -

+
+
+

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. +

+
-
-

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

+
+

Contact

-

- 123 Way 456 Street + 123 Way 456 Street
Somewhere, USA -


- -

1 (888) 888-8888


- -

sales@greatidea.io


- -
+

+
+ +

1 (888) 888-8888

+
+ +

sales@greatidea.io

+
- + + +