Skip to content

Instantly share code, notes, and snippets.

@loraxx753
Created October 26, 2017 19:11
Show Gist options
  • Save loraxx753/9fa32b8db3d753ddda4cccb66ba6ad20 to your computer and use it in GitHub Desktop.
Save loraxx753/9fa32b8db3d753ddda4cccb66ba6ad20 to your computer and use it in GitHub Desktop.
QqRabZ
<link href="https://fonts.googleapis.com/css?family=Oswald" rel="stylesheet">
<p>Could you fucking not?</p>
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