Mill-Max Glossary Term

Mill-Max Glossary Term

by jimconte

HTML

This is an example of a <u class="dotted">Glossary Term</u> in the middle of a sentence

CSS

u.dotted {
  border-bottom: 1px dashed #e2aa0c;
  text-decoration: none;
  color: #777;
}