Skip to content

Instantly share code, notes, and snippets.

@zachlatta
Created December 4, 2015 00:36
Show Gist options
  • Save zachlatta/1f09e2445306013bff1b to your computer and use it in GitHub Desktop.
Save zachlatta/1f09e2445306013bff1b to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<img src="http://i.imgur.com/C6P1T0G.jpg">
<h1>Jonathan Leung</h1>
<p>I welcome you to the internet.</p>
</body>
</html>
body {
text-align: center;
font-family: arial;
}
img {
width: 200px;
border-radius: 50%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment