Skip to content

Instantly share code, notes, and snippets.

<style>
dl.tabs {
position: relative;
width: 50%;
}
dl.tabs dt {
display: inline-block;
cursor: pointer;
border-bottom: 1px dashed transparent;
transition: border-bottom-color .5s linear;