Skip to content

Instantly share code, notes, and snippets.

@klauskpm
Created November 17, 2014 15:00
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 klauskpm/43ee9be0001e8e65faa6 to your computer and use it in GitHub Desktop.
Save klauskpm/43ee9be0001e8e65faa6 to your computer and use it in GitHub Desktop.
Creates a simple Cursor
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="blink-cursor.css">
</head>
<body>
<h3>Working example:</h3>
<div class="cursor-box">
<p class="title">Look at this! It's so beautiful</p>
</div>
<h3>Wrong implementation:</h3>
<div class="cursor-box">
<p>Doesn't use class <b>title</b></p>
</div>
<div>
<p class="title">Doesn't use class <b>cursor-box</b></p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment