how to add txt decoration when you hover with your mouse about it code example Example: Text that shows an underline on hover &:hover { text-decoration: underline; }