DEV Community

Aya Bouchiha
Aya Bouchiha

Posted on

Part 2: 5 cool CSS properties

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

quotes

  • quotes: helps you to chose the quotation marks for a quote element.

scroll-behavior

  • scroll-behavior: specifies whether to smoothly animate the scroll position, instead of a straight jump, when the user clicks on a link within a scrollable box.more info

user-select

  • user-select: used to allow or deny the user to select content like a text, image...

writing-mode

  • writing-mode: allows you to specify the writing mode (horizontal-tb, vertical-lr, vertical-rl)

text-overflow

  • text-overflow: defines the way that the overflowed content should be displayed.

Summary

  • scroll-behavior: specifies whether to smoothly animate the scroll position, instead of a straight jump, when the user clicks on a link within a scrollable box.
  • quotes: helps you to chose the quotation marks for a quote element.
  • user-select: used to allow or deny the user to select content like a text, image...
  • writing-mode: allows you to specify the writing mode (horizontal-tb, vertical-lr, vertical-rl)
  • text-overflow: defines the way that the overflowed content should be displayed.

Reference

Suggested Posts

Have a great day!

Top comments (0)