diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 7766e7f18..247fe85fc 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -63,4 +63,98 @@ h1, h2, h3, h4, h5 { margin-bottom: 15px; } -/* Your code starts here! */ \ No newline at end of file +/* Your code starts here! */ +*{ + box-sizing: border-box; + padding: 0; + margin: 0; + max-width: 100%; + border: 1px solid red; +} +/* styling header */ + +body { + width: 1024px; + padding: 0 75px; + margin: 0 auto; +} +header nav a{ + color:gray; + text-decoration: none; + padding: 0% 4% 0% 0%; +} + +header nav{ + width: 70%; + padding: 2% 1% 9% 0%; + display: inline-block; + /* text-align: center; */ +} + +.logo { + display: inline-block; + /* width: 15%; */ + text-align: center; + position: relative; + top: 10px; +} + +/* section 1 style */ +.section1{ + font-size: 75px; + display: inline-block; + text-align: center; + width: 49%; +} + +.section2 { + display: inline-block; + width: 49%; +} + +/* .code{ + display: inline-block; + border: 1px solid black; +} */ + +.button{ + background-color: white; + color: black; + border: 1px solid black; + text-align: center; + display: inline-block; + font-size: 30px; + padding: -30%; +} + +footer p{ + text-align: center; +} + +.features, .about{ + width: 49%; + display: inline-block; +} + +.middleimage{ + padding: 35px 0; +} + +.services, .product, .vision{ + width: 33%; + display: inline-block; +} + +.aboutContainer{ + border-top: 1px solid black; + border-bottom: 1px solid black; + padding: 35px 0; + margin: 35px 0; +} + +.aboutContainer div { + padding: inherit 4px; +} +footer{ + padding-top: 50px; +} \ No newline at end of file diff --git a/great-idea-website/index.html b/great-idea-website/index.html index 92beabd65..3fc3739c9 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -1,63 +1,97 @@ + Great Idea! + - - - - Services - Product - Vision - Features - About - Contact - - - 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. - - - 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 - 123 Way 456 Street - Somewhere, USA - 1 (888) 888-8888 - sales@greatidea.io + +
+ + + +
+

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

+
+ 123 Way 456 Street
+ Somewhere, USA

+ 1 (888) 888-8888

+ sales@greatidea.io +
+
+ + + + - Copyright Great Idea! 2018 - - \ No newline at end of file