Skip to content

Instantly share code, notes, and snippets.

@TaekeKeuning
Created June 3, 2014 14:51
Show Gist options
  • Save TaekeKeuning/97c11b87f4013f3c9132 to your computer and use it in GitHub Desktop.
Save TaekeKeuning/97c11b87f4013f3c9132 to your computer and use it in GitHub Desktop.
<html>
<style>
body{
font-family: "Helvetica", sans-serif;
font-size: small;
font-weight:lighter;
color: 545454;
}
a {
color: #2B2B2B;
text-decoration: none;
}
.Profile{
border-style:solid;
border-width:10px;
border-color: #F0F0F0;
width: 30%;
background-color: #FAFAFA;
max-width: 200px;
min-width: 150px;
}
</style>
<body>
<article class="Profile">
<img width="100%" height="auto" src="http://media-cache-ak0.pinimg.com/236x/2a/7d/e8/2a7de8e14e40242b5ea4958f115823f4.jpg">
<section>
<a href="http://www.nu.nl"><h1>Surrender yourself</h1></a>
<ul>
<li>Society</li>
<li>Design (3D)</li>
<li>Up-to-date</li>
</ul>
</section>
</article>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment