From 8393229aedea12fcf017f48c1a336390a882008d Mon Sep 17 00:00:00 2001 From: "vineethkunnathsg@gmail.com" Date: Mon, 4 Jun 2018 23:39:51 +0800 Subject: [PATCH] Played around with css. Able to position boxes as per required. --- css/style.css | 42 ++++++++++++++++++++++++++++++++++++++++++ index.html | 50 ++++++++++++++++++++++++++++++++------------------ 2 files changed, 74 insertions(+), 18 deletions(-) diff --git a/css/style.css b/css/style.css index 412f6d4..9ca8630 100644 --- a/css/style.css +++ b/css/style.css @@ -8,4 +8,46 @@ body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; margin: 0; + background: linear-gradient(#06365f, white); } + +footer> nav { + text-align: center; + position: sticky; + margin-bottom: 50px; + +} + +nav> a { + text-decoration: none; + color: #1c5380; +} + +h2 { + color: #06365f; +} + +#home{ + float: right; + margin-top: 20px; +} + +#copyright { + color: grey; +} + +.columns{ + display: flex; +} +.content { + display: inline; + float: right; + margin-top: 100px; + margin-right: 175px; + margin-bottom: 100px; +} + +.sidepic { + display:inline; + margin: 100px; +} \ No newline at end of file diff --git a/index.html b/index.html index f038e97..594b945 100644 --- a/index.html +++ b/index.html @@ -1,33 +1,47 @@ + Instagram - Instagram +
+
+ +
- Capture and Share the World's Moments +
- Instagram is a fast, beautiful and fun way to share your life with friends and family. + + +

Capture and Share the World's Moments

- Take a picture or video, choose a filter to transform its look and feel, then post to Instagram — it's that easy. You can even share to Facebook, Twitter, Tumblr and more. It's a new way to see the world. +

Instagram is a fast, beautiful and fun way to share your life with friends and family.

+

+ Take a picture or video, choose a filter to transform its look and feel, then post to Instagram — it's that easy. You can even share to Facebook, Twitter, Tumblr and more. It's a new way to see the world.

- Oh yeah, did we mention it's free? +

Oh yeah, did we mention it's free?

- Download on the App Store - Get it on Google Play - - About Us - Support - Blog - Press - API - Jobs - Privacy - Terms - - © 2014 Instagram + + +
+
+ + +