Advertisement
Guest User

W3.CSS Effect Classes

a guest
Dec 8th, 2016
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.96 KB | None | 0 0
  1. W3.CSS Effect Classes
  2.  
  3. W3.CSS provides the following effects classes
  4.  
  5. w3-opacity  Adds opacity/transparency to an element (opacity: 0.6)
  6. w3-opacity-min  Adds opacity/transparency to an element (opacity: 0.75)
  7. w3-opacity-max  Adds opacity/transparency to an element (opacity: 0.25)
  8. w3-grayscale    Adds a grayscale effect to an element (grayscale: 75%)
  9. w3-grayscale-min    Adds a grayscale effect to an element (grayscale: 50%)
  10. w3-grayscale-max    Adds a grayscale effect to an element (grayscale: 100%)
  11. w3-sepia    Adds a sepia effect to an element (sepia: 75%)
  12. w3-sepia-min    Adds a sepia effect to an element (sepia: 50%)
  13. w3-sepia-max    Adds a sepia effect to an element (sepia: 100%)
  14. w3-hover-opacity    Adds transparency to an element on hover (opacity: 0.6)
  15. w3-hover-grayscale  Adds a grayscale effect to an element on hover (grayscale: 100%)
  16. w3-hover-sepia  Adds a sepia effect to an element on hover
  17. w3-text-shadow  Adds shadow to text
  18.  
  19. download
  20. https://goo.gl/SJXsnO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement