Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Tips for w1d3 lab.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
59 changes: 59 additions & 0 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,65 @@ light blue: #1c5380
*/

body {
background: #fff url('../images/bgtile.png') repeat-x;
font: 200 16px/1.5 "Helvetica Neue", Helvetica, Arial, sans-serif;
margin: 0;
}

section{
margin: 100px 100px 100px 100px;
}


.phones{
float:left;
margin: 0px 0px 0px 100px;

}

.container{
margin: 0px 100px 0px 450px;
}

.inline{
display: inline;
}

article{
background-color: white;
padding: 10px 100px 10px 50px;
border-radius: 5px;
box-shadow: 0px 0px 1px rgba(0,0,0, 0.5);

}

footer {
display: inline;
bottom:0%;
width:0%;
height:0%;


}

nav {
text-align: center;
padding-top: 0px;
}

ul li {
list-style-type: none;
font-size: 8pt;
text-transform: uppercase;
font-weight: bold;
color: #06365f ;
display: inline;
margin-right: 15px;
}



#copy{
color: grey;

}
68 changes: 51 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,31 +1,65 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Instagram</title>
<title>Instagram</title>
<link rel="stylesheet" type="text/css" href="css/main.css">
</head>
<body>
Instagram

Capture and Share the World's Moments
<section>
<div class= "phones">
<img src="images/phones.png" alt="Product Photo">
</div>

Instagram is a fast, beautiful and fun way to share your life with friends and family.
<div class="container">

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

Oh yeah, did we mention it's free?
<div class="logo">
<img src="images/brand.png" alt="brand">
</div>
<div class="button">
<img src="images/home.png" alt="home">
</div>
</div>

Download on the App Store
Get it on Google Play
<article>
<H3>Capture and Share <br>the World's Moments</H3>

<p>Instagram is a <strong>fast, beautiful</strong> and <strong>fun</strong> way to share your life with friends and family.<p>

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

<p>Oh yeah, did we mention it's free?
</p>

<img src="images/badge-iphone.png">

<img src="images/badge-android.png">

</article>

</div>
</section>


<footer>
<nav>
<ul>
<li>About Us</li>
<li>Support</li>
<li>Blog</li>
<li>Press</li>
<li>API</li>
<li>Jobs</li>
<li>Privacy</li>
<li>Terms</li>
<li = id="copy">&copy; 2014 Instagram</li>
</ul>

</nav>
</footer>

About Us
Support
Blog
Press
API
Jobs
Privacy
Terms

&copy; 2014 Instagram
</body>
</html>