Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
September 15, 2021 10:58 pm GMT

5 COOL CSS PROPERTIES ! (part 1)

Hi, I'm Aya Bouchiha, and this is part 1 of some cool CSS properties.

caret-color

  • caret-color: used to change the cursor of editable elements like input fields.

clip-path

  • clip-path: used to hide a specific area of an element and build complex shapes like the octagon.

resources to learn about clip-path

content

  • content: used with :before & :after for adding a generated content w

pointer-events

  • pointer-events: specify that the user could react to pointer events or not.

resize

  • resize: specify if an element is resizable or not.

Summary

  • clip-path: used to hide a specific area of an element and build complex shapes like the octagon.
  • resize: specify if an element is resizable or not.
  • pointer-events: specify that the user could react to pointer events or not.
  • content: used with :before & :after for adding a generated content.
  • caret-color: used to change the cursor of editable elements like input fields.

Reference

Suggested Posts

Have an amazing day!


Original Link: https://dev.to/ayabouchiha/5-cool-css-properties-part-1-nkg

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To