diff --git a/css/style.css b/css/style.css index 412f6d4..9e92dc0 100644 --- a/css/style.css +++ b/css/style.css @@ -1,11 +1,116 @@ -/* -Colors to use: -dark blue: #06365f -light blue: #1c5380 -*/ +/*reset CSS*/ +* { + margin: 0; + padding: 0; + box-sizing: border-box; +} body { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Calibri", Arial, sans-serif; font-size: 16px; margin: 0; } + +body#gradient { + width: 100%; + height: 250px; + /* leave background #5588AA in case old browser doesnt support linear-gradient */ + background-color: #5588AA; + background: linear-gradient(to top, #38759e, #5588AA); + background-repeat: no-repeat; +} + +#mainimage { + position: absolute; + margin-left: 260px; + margin-top: 110px; +} + +header h1 { + margin-bottom: 20px; +} + +#maintextarea { + width: 400px; + height: 620px; + margin-left: 610px; + padding-top: 110px; +} + +#logoimage { + float: left; +} + +#logoname { + float: left; + font-family: 'Cookie', cursive; + font-size: 50px; + color: #e7e7e7; + text-shadow: 1px 1px 0px rgba(0,0,0,0.1); + padding-left: 10px; +} + +div#login { + border-radius: 3px; + float: right; + width: 60px; + height: 30px; + line-height: 30px; + text-align: center; + font-size: 12px; + color: #e7e7e7; + background-color: #5588AA; + background: linear-gradient(to top, #5a8cae, #5d98bf); + margin-top: 10px; +} + +div h3 { + clear: left; +} + +h3 { + color: #254e68; + line-height: 25px; +} + +article { + border-color: #fff; + border-radius: 5px; + box-shadow: 0 -5px 5px -5px #888888; + clear: left; + background-color: #fff; + margin-top: 20px; + padding: 30px; +} + +article p { + font-size: 12px; + padding-top: 20px; + line-height: 22px; + text-align: left; +} + +.boldfont { + font-weight: bold; +} + +.socialmedia { + margin-top: 30px; + margin-right: 17px; +} + +footer { + text-align: center; +} + +nav a { + padding-right: 20px; + text-transform: uppercase; + font-size: 10px; + color: #5588AA; + font-weight: bold; +} + +#copyright { + color: lightgrey !important; +} diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000..6d6e1d7 Binary files /dev/null and b/img/logo.png differ diff --git a/index.html b/index.html index f038e97..200302a 100644 --- a/index.html +++ b/index.html @@ -3,31 +3,78 @@ + + 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 + +

Instagram

+
+ Log in +
- About Us - Support - Blog - Press - API - Jobs - Privacy - Terms +
+ +
+ +
+ +

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

+ +
+ +
+ + + +
+ +
+ +
+ + - © 2014 Instagram