Skip to content

Instantly share code, notes, and snippets.

@pioz
Created July 8, 2016 15:50
Show Gist options
  • Save pioz/f796ce1f772298f61dd8c153acb0ea85 to your computer and use it in GitHub Desktop.
Save pioz/f796ce1f772298f61dd8c153acb0ea85 to your computer and use it in GitHub Desktop.
Megiston logo
<html>
<head>
<style>
h1.megiston {
font-family: helvetica;
font-weight: normal;
font-size: 100px;
line-height: 80%;
}
h1.megiston span {
font-family: times;
font-style: italic;
display: inline-block;
width: 100px;
height: 100px;
text-align: center;
border: 5px solid black;
border-radius: 50%;
}
</style>
</head>
<body>
<h1 class='megiston'><span>m</span>egiston</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment