Created
July 8, 2016 15:50
-
-
Save pioz/f796ce1f772298f61dd8c153acb0ea85 to your computer and use it in GitHub Desktop.
Megiston logo
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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