A Pen by Martin Delille on CodePen.
Created
February 7, 2016 20:15
-
-
Save MartinDelille/c36d91d7fd01843baa8f to your computer and use it in GitHub Desktop.
rxqbda
This file contains 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
<h1>Liberapay</h1> |
This file contains 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
h1 { | |
font-family: 'Sue Ellen Francisco', cursive; | |
font-size: 5em; | |
background-color: #182; | |
color:#dd8; | |
text-align: center; | |
width: 250px; | |
margin: 0px auto; | |
padding: 10px 0 20px; | |
border-radius: 55px; | |
} |
This file contains 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
<link href="https://fonts.googleapis.com/css?family=Sue+Ellen+Francisco" rel="stylesheet" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment