CSS
Search
Search
word-break
Specifies how words should break when reaching the end of a line
6:02 am, September 25, 2020 word-break
transition-delay
Specifies when the transition effect will start
6:02 am, September 25, 2020 transition
text-decoration-line
Specifies the type of line in a text-decoration
6:02 am, September 25, 2020 text
text-combine-upright
Specifies the combination of multiple characters into the space of a single character
6:02 am, September 25, 2020 text
perspective-origin
Defines at which position the user is looking at the 3D-positioned element
6:02 am, September 25, 2020 perspective
page-break-before
Sets the page-break behavior before an element
6:02 am, September 25, 2020 page-break
outline-offset
Offsets an outline, and draws it beyond the border edge
6:02 am, September 25, 2020 outline
list-style-position
Specifies the position of the list-item markers (bullet points)
6:02 am, September 25, 2020 list
font-variant-ligatures
Controls which ligatures and contextual forms are used in textual content of the elements it applies to
6:02 am, September 25, 2020 font
font-variant
Specifies whether or not a text should be displayed in a small-caps font
6:02 am, September 25, 2020 font
flex
A shorthand property for the flex-grow, flex-shrink, and the flex-basis properties
6:02 am, September 25, 2020 flex
cursor
Specifies the mouse cursor to be displayed when pointing over an element
6:02 am, September 25, 2020 cursor
column-count
Specifies the number of columns an element should be divided into
6:02 am, September 25, 2020 column
clear
modifies the side of an element that other floating elements are no longer allowed to float. can be used after a row of floating elements. none|left|right|both|initial|inherit
6:02 am, September 25, 2020 clear
caret-color
Specifies the color of the cursor (caret) in inputs, textareas, or any element that is editable. auto|color
6:02 am, September 25, 2020 caret
caption-side
Specifies the placement of a table caption. As this site uses bootstrap the reset forces the caption to the bottom, so have to manually override it to set this correcrtly.
6:02 am, September 25, 2020 caption
break-inside
Specifies whether or not a page-, column-, or region-break should occur inside the specified element
6:02 am, September 25, 2020 break
break-before
Specifies whether or not a page-, column-, or region-break should occur before the specified element
6:02 am, September 25, 2020 break
break-after
Specifies whether or not a page-, column-, or region-break should occur after the specified element Usually used in print @media to specify a break in the content. You can test the following demo's ..
6:02 am, September 25, 2020 break
box-sizing
box-sizing defines how the height and width of an element are calculated and if they should include borders and padding this usually defines the box sizing and is included in a html reset like * { bo..
6:02 am, September 25, 2020 box
box-shadow
sets a shadow or multiple shadows on an element none|h-offset v-offset blur spread color |inset|initial|inherit
6:02 am, September 25, 2020 box
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