Skip to content

Instantly share code, notes, and snippets.

@nielsdoorn
Created April 9, 2015 11:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nielsdoorn/bd7ac3720def67698d5c to your computer and use it in GitHub Desktop.
Save nielsdoorn/bd7ac3720def67698d5c to your computer and use it in GitHub Desktop.
Untitled
#footer {
background-color: #1d1b1b;
color: white;
text-align: center;
padding: 50px;
}
ul {
list-style-type: none;
padding: 0;
margin: 0;
}
li {
display: inline-block;
width: 150px;
}
a {
color: white;
}
<!-- content to be placed inside <body>…</body> -->
<div id="footer">
<hr />
<h2>Vind meer over ons op social media!</h2>
<ul>
<li class="social"><a href="https://youtube.com/julian">Facebook</a></li>
<li class="social"><a href="https://youtube.com/julian">Twitter</a></li>
<li class="social"><a href="https://youtube.com/julian">YouTube</a></li>
</div>
// alert('Hello world!');
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"css"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment