Skip to content

Instantly share code, notes, and snippets.

@njx
Created November 21, 2012 01:40
Show Gist options
  • Save njx/4122525 to your computer and use it in GitHub Desktop.
Save njx/4122525 to your computer and use it in GitHub Desktop.
Simple highlight example
#mybox {
position: absolute;
left: 100px;
top: 100px;
width: 100px;
height: 100px;
border: 1px solid #ccc;
}
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="highlight-example.css">
</head>
<body>
<div id="mybox"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment