programming-examples/css/Cursor wait.html
2019-11-15 12:59:38 +01:00

26 lines
416 B
HTML

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Cursor Wait</title>
<style type="text/css">
body {margin: 20%;}
a:link {cursor: wait;}
</style>
</head>
<body>
<div id="content">
<h2>Code Examples</h2>
<p>A <a href="http://www.happycodings.com">A Link</a>. <a href="http://www.happycodings.com">Code Examples</a></p>
</div>
</body>
</html>