Created
October 26, 2017 19:11
-
-
Save loraxx753/9fa32b8db3d753ddda4cccb66ba6ad20 to your computer and use it in GitHub Desktop.
QqRabZ
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
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet"> | |
<p>Could you fucking not?</p> |
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
body { | |
background: #000000; | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
width: 100vw; | |
height: 100vh; | |
margin: 0; | |
} | |
p { | |
color: #ffffff; | |
display: inline-flex; | |
text-transform: uppercase; | |
font-family: 'Oswald', sans-serif; | |
font-weight: bold; | |
font-size: 5em; | |
-webkit-text-stroke: 0.5px #aaa; | |
text-stroke: 1px #aaa; | |
text-align: center; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment