Skip to content

Instantly share code, notes, and snippets.

@eliooses
Created July 7, 2015 18:19
Show Gist options
  • Select an option

  • Save eliooses/169f4fc181cef9a40e06 to your computer and use it in GitHub Desktop.

Select an option

Save eliooses/169f4fc181cef9a40e06 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="stylesheet.css"/>
<title>Deal with it.</title>
<style>
* {
border: 1px ;
}
a {
text-decoration: none;
color: #BCD2EE;
font-family: Verdana, sans-serif;
}
span {
font-weight: bold;
font-size: 18px;
color: #ffffff;
}
#uno {
background-color: #0000FF;
border-radius: 5px;
border: 2px solid #6495ED;
background-color: #BCD2EE;
height: 300px;
width: 150px;
margin: left;
text-align: left;
}
#dos {
background-color: #0000FF;
border-radius: 5px;
border: 2px solid #6495ED;
background-color: #BCD2EE;
height: 60px;
width: 150px;
margin: left;
text-align: center;
}
#tres {
background-color: #0000FF;
border-radius: 5px;
border: 2px solid #6495ED;
background-color: #BCD2EE;
height: 60px;
width: 150px;
margin: left;
text-align: center;
}
#cuatro {
background-color: #0000FF;
border-radius: 5px;
border: 2px solid #6495ED;
background-color: #BCD2EE;
height: 200px;
width: 100%;
margin: auto;
text-align: left;
}
img{border-radius: 5px;
border: none;
background-color: #BCD2EE;
margin: auto;
text-align: center;
}
</style>
</head>
<body "background-color:#A9A9A9;">
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "http://connect.facebook.net/es_LA/sdk.js#xfbml=1&version=v2.3";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="cuatro"><a> <img src="http://k33.kn3.net/F/7/D/1/6/5/48E.png"></img></div>
<div id="dos">
<a href="https://www.facebook.com/Deal.with.it.sunglasses"> ________ <span>Facebook!</span></a>
</div>
<div id="tres">
<a href="https://www.facebook.com/Deal.with.it.sunglasses"> ________ <span>Kickstarter!</span></a>
</div>
<div id="tres">
<a href="https://www.facebook.com/Deal.with.it.sunglasses"> _________ <span>Some pics!</span></a>
</div>
<div class="fb-like" data-href="https://www.facebook.com/Deal.with.it.sunglasses" data-width="100px" data-layout="button" data-action="like" data-show-faces="true" data-share="true"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment