From d3d444f0fa075c2dfcdb12596c8507d66b4b11a9 Mon Sep 17 00:00:00 2001 From: nurikhwan Date: Thu, 7 Jun 2018 05:28:06 +0800 Subject: [PATCH] incomplete --- css/index.html | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++ css/style.css | 41 +++++++++++++++++++++++ index.html | 33 ------------------- 3 files changed, 129 insertions(+), 33 deletions(-) create mode 100644 css/index.html delete mode 100644 index.html diff --git a/css/index.html b/css/index.html new file mode 100644 index 0000000..3318150 --- /dev/null +++ b/css/index.html @@ -0,0 +1,88 @@ + + + + + + + + + Instagram + + + + + +
+ +
+ +
+ + + +
+ +
+ + + +
+ + + +

Capture and Share
+ the World's Moments

+ +

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?

+ + + + + +
+ +
+ +
+ + + +
+ + + + + + + diff --git a/css/style.css b/css/style.css index 412f6d4..ffbbaf6 100644 --- a/css/style.css +++ b/css/style.css @@ -8,4 +8,45 @@ body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; margin: 0; + background: linear-gradient(to bottom, rgb(64, 100, 137) 0%,rgb(64, 100, 137) 80%,#000000 50%,white 50%,white 100%) no-repeat; +} + +.container { + max-width: 790px; + margin: 0 auto; +} + +.row { +} + +.row:after { + content: ""; + display: table; + clear: both; +} + +.row-first { + margin-top: 100px; +} + +.column { + float: left; + width: 50%; +} + +.content { + background-image: url("../img/frame.png"); +} + +h2 { + color: #06365f; +} + +nav > a { + text-decoration: none; + color: #1c5380; +} + +#copyright { + color: grey; } diff --git a/index.html b/index.html deleted file mode 100644 index f038e97..0000000 --- a/index.html +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - 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. - - 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? - - Download on the App Store - Get it on Google Play - - About Us - Support - Blog - Press - API - Jobs - Privacy - Terms - - © 2014 Instagram - -