CSS
Search
Search
writing-mode
Specifies whether lines of text are laid out horizontally or vertically
6:02 am, September 25, 2020 writing-mode
word-wrap
Allows long, unbreakable words to be broken and wrap to the next line
6:02 am, September 25, 2020 word-wrap
word-break
Specifies how words should break when reaching the end of a line
6:02 am, September 25, 2020 word-break
widows
Sets the minimum number of lines that must be left at the top of a page when a page break occurs inside an element
6:02 am, September 25, 2020 widows
text-underline-position
Specifies the position of the underline which is set using the text-decoration property
6:02 am, September 25, 2020 text
text-indent
Specifies the indentation of the first line in a text-block
6:02 am, September 25, 2020 text
text-decoration-style
Specifies the style of the line in a text decoration
6:02 am, September 25, 2020 text
text-decoration-line
Specifies the type of line in a text-decoration
6:02 am, September 25, 2020 text
text-align-last
Describes how the last line of a block or a line right before a forced line break is aligned when text-align is "justify"
6:02 am, September 25, 2020 text
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
outline-offset
Offsets an outline, and draws it beyond the border edge
6:02 am, September 25, 2020 outline
outline
A shorthand property for the outline-width, outline-style, and the outline-color properties
6:02 am, September 25, 2020 outline
orphans
Sets the minimum number of lines that must be left at the bottom of a page when a page break occurs inside an element
6:02 am, September 25, 2020 orphans
hanging-punctuation
Specifies whether a punctuation character may be placed outside the line box
6:02 am, September 25, 2020 hanging
font-variant-position
Controls the usage of alternate glyphs of smaller size positioned as superscript or subscript regarding the baseline of the font
6:02 am, September 25, 2020 font
font
A shorthand property for the font-style, font-variant, font-weight, font-size/line-height, and the font-family properties
6:02 am, September 25, 2020 font
box-decoration-break
changes the behavior of the border and background of an element at page-break, or, for in-line elements, at line-break.
6:02 am, September 25, 2020 box
border-width
Sets the width of the four borders. you can also set each to different using this shorthand: top, right, bottom, left. border-width: top, right, bottom, left;
6:02 am, September 25, 2020 border
border-top-width
Sets the width of the top border border-top-width: medium|thin|thick|length|initial|inherit;
6:02 am, September 25, 2020 border
border-top-style
Sets the style of the top border border-top-style: none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|initial|inherit;
6:02 am, September 25, 2020 border
border-top-right-radius
Defines the radius of the border of the top-right corner length|% [length|%]|initial|inherit
6:02 am, September 25, 2020 border
border-top-left-radius
Defines the radius of the border of the top-left corner length|% [length|%]|initial|inherit
6:02 am, September 25, 2020 border
border-top-color
Sets the color of the top border border-top-color: color|transparent|initial|inherit;
6:02 am, September 25, 2020 border
border-top
A shorthand property for border-top-* elements. e.g: border-top-width, border-top-style and border-top-color
6:02 am, September 25, 2020 border
border-right-width
Sets the width of the right border border-right-width: medium|thin|thick|length|initial|inherit;
6:02 am, September 25, 2020 border
border-right-style
Sets the style of the right border border-right-style: none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|initial|inherit;
6:02 am, September 25, 2020 border
border-right-color
Sets the color of the right border border-right-color: color|transparent|initial|inherit;
6:02 am, September 25, 2020 border
border-right
A shorthand property for all the border-right-* properties
6:02 am, September 25, 2020 border
border-radius
A shorthand property for the four border-*-radius properties. 1-4 length|% / 1-4 length|%|initial|inherit
6:02 am, September 25, 2020 border
border-left-width
Sets the width of the left border border-left-width: medium|thin|thick|length|initial|inherit;
6:02 am, September 25, 2020 border
border-left-style
Sets the style of the left border border-left-style: none|hidden|dotted|dashed|solid|double|groove|ridge|inset|outset|initial|inherit;
6:02 am, September 25, 2020 border
border-left-color
Sets the color of the left border border-left-color: color|transparent|initial|inherit;
6:02 am, September 25, 2020 border
border-left
A shorthand property for all the border-left-* properties. border-left: border-width border-style border-color|initial|inherit;
6:02 am, September 25, 2020 border
border-image-width
Specifies the width of the border image. border-image-width: number|%|auto|initial|inherit;
6:02 am, September 25, 2020 border
border-image-source
Specifies the path to the image to be used as a border. border-image-source: none|image|initial|inherit;
6:02 am, September 25, 2020 border
border-image-slice
Specifies how to slice the border image. border-image-slice: number|%|fill|initial|inherit;
6:02 am, September 25, 2020 border
border-image-repeat
border-image-repeat defines if the border image should be repeated, rounded or stretched. border-image-repeat: stretch|repeat|round|initial|inherit;
6:02 am, September 25, 2020 border
border-image-outset
Specifies the amount by which the border image area extends beyond the border box border-image-outset: length|number|initial|inherit;
6:02 am, September 25, 2020 border
border-image
You can set an image to the border of your element using the border-image css property. border-image is also a shorthand property for the border-image-* properties.
6:02 am, September 25, 2020 border
backface-visibility
determines if the back side of an element is visible or not when its flipped over, using transforms or other methods. we can flip this demo div over to see the back with transform: scaleX(..
1:03 am, September 16, 2020 visibility
animation-timing-function
the animation-timing-function property uses a Cubic Bezier curve function to change the speed of the animation
6:37 am, September 22, 2020 animation
animation
binds an animation to an element, short hand for animation- individual elements. the following demo binds the animation name my-animation to the demo element
6:36 am, September 15, 2020