Skip to content

Instantly share code, notes, and snippets.

@CodeMyUI
Created March 28, 2017 23:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CodeMyUI/f4f07f4b701d52df312f9d8901658934 to your computer and use it in GitHub Desktop.
Save CodeMyUI/f4f07f4b701d52df312f9d8901658934 to your computer and use it in GitHub Desktop.
Never give up
h1
strong Never
span gonna
strong give
span you
strong up.
@import url('https://fonts.googleapis.com/css?family=Teko:300,600')
html
background #eeddc3
body
margin 0
height 100vh
display flex
flex-direction column
justify-content center
align-items center
h1
border 0.3em solid #ffffff
padding 1.5em 1em
width 10em
background #f4b642
text-align center
text-transform uppercase
font-family 'Teko', sans-serif
font-size calc(1em + 2vmin)
font-weight 600
strong
display block
color #3e4551
line-height 1
letter-spacing -0.02em
font-size 4.5em
span
display block
margin -0.7em 0 -0.2em
color #eeddc3
font-weight 300
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment