Skip to content

Instantly share code, notes, and snippets.

@CodeMyUI
Created March 22, 2017 22:26
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/ed0c89efa636a2e782291f3ad40e6f53 to your computer and use it in GitHub Desktop.
Save CodeMyUI/ed0c89efa636a2e782291f3ad40e6f53 to your computer and use it in GitHub Desktop.
Handwriting Shaking Text
%h1.shake.shake-little.shake-constant
Testing Shaking Title
// also: http://codepen.io/ivanrafael/pen/BzARkQ
@import 'http://csshake.surge.sh/csshake.min.css';
@import 'https://fonts.googleapis.com/css?family=Rock+Salt';
html {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background: #e4e4e4;
font-family: sans-serif;
}
h1 {
width: 100%;
text-align: center;
font-size: 3em;
margin: 20% auto;
font-family: 'Rock Salt';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment