CSS
Search
Search

text-overflow
Specifies what should happen when text overflows the containing element
6:02 am, September 25, 2020 text

overflow-y
Specifies whether or not to clip the top/bottom edges of the content, if it overflows the element's content area
6:02 am, September 25, 2020 overflow

overflow-x
Specifies whether or not to clip the left/right edges of the content, if it overflows the element's content area
6:02 am, September 25, 2020 overflow

overflow-wrap
Specifies whether or not the browser may break lines within words in order to prevent overflow (when a string is too long to fit its containing box)
6:02 am, September 25, 2020 overflow

overflow
Specifies what happens if content overflows an element's box
6:02 am, September 25, 2020 overflow

@font-face
A rule that allows websites to download and use fonts other than the "web-safe" fonts
6:02 am, September 25, 2020 font

@charset
Specifies the character encoding used in the style sheet
6:02 am, September 25, 2020 charset