Skip to content

Instantly share code, notes, and snippets.

@zachlatta
Created December 16, 2015 21:47
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 zachlatta/4f74b6569f00efb31a49 to your computer and use it in GitHub Desktop.
Save zachlatta/4f74b6569f00efb31a49 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