Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE HTML>
<style type="text/css">
div { margin: 2px; }
.unvis { border: medium solid olive; border-top: dashed thin blue; }
.vis { border: medium solid fuchsia; border-top-style: dashed; border-top-width: thin; border-right-color: silver; }
</style>
<div class="unvis">unvisited</div>
<div class="vis">visited</div>