Skip to content

Instantly share code, notes, and snippets.

@jonatasdlp
Created May 5, 2014 14:10
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 jonatasdlp/a0b3e522a8d3c08bf4cf to your computer and use it in GitHub Desktop.
Save jonatasdlp/a0b3e522a8d3c08bf4cf to your computer and use it in GitHub Desktop.
Command line cursor
span {
border-left: 2px solid;
}
.cursor {
-webkit-animation: blink .75s linear infinite;
-moz-animation: blink .75s linear infinite;
-ms-animation: blink .75s linear infinite;
-o-animation: blink .75s linear infinite;
animation: blink .75s linear infinite;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment