how to get a small underline on hover on my text code example Example: Text that shows an underline on hover &:hover { text-decoration: underline; }