diff --git a/great-idea-website/css/index.css b/great-idea-website/css/index.css index 7766e7f18..a259b3655 100644 --- a/great-idea-website/css/index.css +++ b/great-idea-website/css/index.css @@ -63,4 +63,83 @@ h1, h2, h3, h4, h5 { margin-bottom: 15px; } -/* Your code starts here! */ \ No newline at end of file +/* Your code starts here! */ + +a{ + display: inline-block; +padding-top: 40px; +word-spacing: 45px; +margin-left: 6%; + color:#C1C1C1; + font-size: 17px; + text-decoration: none; +} + +.logo{ + display:inline-block; + float: right; + height: 40px; + margin-right: 5%; + +} + +.title h1{ + display:inline-block; + padding-top: 12%; + font-size: 80px; + word-spacing: 20px; + margin-left: 100px; + text-align: center; +} +.title h3{ + text-align: center; + font-size: 20px; + width: 120px; + margin-left:200px; + height: 30px; + line-height:1.4; +} + +.features{ + margin-top: 10%; + display:inline-block; + width: 45%; + padding: 10% 2% 10%; +} + +.about{ + display:inline-block; + width: 45%; + padding: 10% 2% 10%; + margin-left: 10px +} +.textOne{ + border-top: 1px solid black; +} + +div .services{ + display:inline-block; + width:33% +} +div .product{ + display:inline-block; + width:33% +} +div .vision{ + display:inline-block; + width:33% +} +.textTwo{ + border-bottom: 1px solid black; + margin-top: 10%; + padding-bottom: 50px; +} +#contact{ + + margin-top:7%; +} + +.copyright{ + text-align: center; + margin: 5%; +} \ No newline at end of file diff --git a/great-idea-website/index.html b/great-idea-website/index.html index 92beabd65..e3fbca998 100644 --- a/great-idea-website/index.html +++ b/great-idea-website/index.html @@ -7,57 +7,117 @@ 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 - - Copyright Great Idea! 2018 + +
+
+ + +
+
+
+
+

+ Innovation
+ On
+ Demand +

+

Get Started

+
+ +
+
+
+
+ +
+
+
+

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

+
+
- +
+
+ +
+

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

+ + + + + \ No newline at end of file