Home » HTML » Html miscellaneous » Question
  1. Which is not a color function?
    1. opaque()
    2. darken()
    3. fade()
    4. lighten()
    5. None of these
Correct Option: A

LESS provides few functions for adjusting colors. Some of the functions are darken(@color, n%), lighten(@color, n%), fade(@color, n%). Lighten makes the color lighter than its initial value, fade lowers the color density, darken makes the color darker than its initial value.



Your comments will be displayed only after manual approval.