List CSS

Total Items found in CSS is 675.
A collection of css elements, selectors and descriptions of what they do.
CSS
text-decoration-color

text-decoration-colorThe text-decoration-color CSS property sets the color of decorations added to text by text-decoration-line. The color applies to decorations, such as underlines, overlines, strike..

12:22 am, February 22, 2022
CSS
text-decoration-line

text-decoration-lineThe text-decoration-line CSS property sets the kind of decoration that is used on text in an element, such as an underline or overline. When setting multiple line-decoration proper..

12:22 am, February 22, 2022
CSS
text-decoration-skip

text-decoration-skipThe text-decoration-skip CSS property sets what parts of an element's content any text decoration affecting the element must skip over. It controls all text decoration lines drawn ..

12:22 am, February 22, 2022
CSS
text-decoration-skip-ink

text-decoration-skip-inkThe text-decoration-skip-ink CSS property specifies how overlines and underlines are drawn when they pass over glyph ascenders and descenders. text-decoration-skip-ink is not p..

12:22 am, February 22, 2022
CSS
text-decoration-style

text-decoration-styleThe text-decoration-style CSS property sets the style of the lines specified by text-decoration-line. The style applies to all lines that are set with text-decoration-line. If the..

12:22 am, February 22, 2022
CSS
text-decoration-thickness

text-decoration-thicknessThe text-decoration-thickness CSS property sets the stroke thickness of the decoration line that is used on text in an element, such as a line-through, underline, or overline...

12:22 am, February 22, 2022
CSS
text-emphasis

text-emphasisThe text-emphasis CSS property applies emphasis marks to text (except spaces and control characters). It is a shorthand for text-emphasis-style and text-emphasis-color. The text-emphasis ..

12:22 am, February 22, 2022
CSS
text-emphasis-color

text-emphasis-colorThe text-emphasis-color CSS property sets the color of emphasis marks. This value can also be set using the text-emphasis shorthand. /* Initial value */ text-emphasis-color: current..

12:22 am, February 22, 2022
CSS
text-emphasis-position

text-emphasis-positionThe text-emphasis-position CSS property sets where emphasis marks are drawn. Like ruby text, if there isn't enough room for emphasis marks, the line height is increased. /* Initi..

12:22 am, February 22, 2022
CSS
text-emphasis-style

text-emphasis-styleThe text-emphasis-style CSS property sets the appearance of emphasis marks. It can also be set, and reset, using the text-emphasis shorthand. /* Initial value */ text-emphasis-style..

12:22 am, February 22, 2022
CSS
text-indent

text-indentThe text-indent CSS property sets the length of empty space (indentation) that is put before lines of text in a block. Horizontal spacing is with respect to the left (or right, for right-to..

12:22 am, February 22, 2022
CSS
text-justify

text-justifyThe text-justify CSS property sets what type of justification should be applied to text when text-align: justify; is set on an element.Syntaxtext-justify: none; text-justify: auto; text-ju..

12:22 am, February 22, 2022
CSS
text-orientation

text-orientationThe text-orientation CSS property sets the orientation of the text characters in a line. It only affects text in vertical mode (when writing-mode is not horizontal-tb). It is useful fo..

12:22 am, February 22, 2022
CSS
text-overflow

text-overflowThe text-overflow CSS property sets how hidden overflow content is signaled to users. It can be clipped, display an ellipsis ('…'), or display a custom string. The text-overflow propert..

12:22 am, February 22, 2022
CSS
text-rendering

text-renderingThe text-rendering CSS property provides information to the rendering engine about what to optimize for when rendering text. The browser makes trade-offs among speed, legibility, and geo..

12:22 am, February 22, 2022
CSS
text-shadow

text-shadowThe text-shadow CSS property adds shadows to text. It accepts a comma-separated list of shadows to be applied to the text and any of its decorations. Each shadow is described by some combin..

12:22 am, February 22, 2022
CSS
text-size-adjust

text-size-adjustExperimental: This is an experimental technologyCheck the Browser compatibility table carefully before using this in production. The text-size-adjust CSS property controls the text inf..

12:22 am, February 22, 2022
CSS
text-transform

text-transformThe text-transform CSS property specifies how to capitalize an element's text. It can be used to make text appear in all-uppercase or all-lowercase, or with each word capitalized. It als..

12:22 am, February 22, 2022
CSS
text-underline-offset

text-underline-offsetThe text-underline-offset CSS property sets the offset distance of an underline text decoration line (applied using text-decoration) from its original position. text-underline-off..

12:22 am, February 22, 2022
CSS
text-underline-position

text-underline-positionThe text-underline-position CSS property specifies the position of the underline which is set using the text-decoration property's underline value.Syntax/* Single keyword */ tex..

12:22 am, February 22, 2022
CSS
<time>

<time>The <time> CSS data type represents a time value expressed in seconds or milliseconds. It is used in animation, transition, and related properties.SyntaxThe <time> data type co..

12:22 am, February 22, 2022
CSS
&lt;time-percentage&gt;

<time-percentage>The <time-percentage> CSS data type represents a value that can be either a <time> or a <percentage>.SyntaxRefer to the documentation for <time> and <..

12:22 am, February 22, 2022
CSS
&lt;timing-function&gt;

<easing-function>The <easing-function> CSS data type denotes a mathematical function that describes the rate at which a numerical value changes. This transition between two values may be a..

12:22 am, February 22, 2022
CSS
top

topThe top CSS property participates in specifying the vertical position of a positioned element. It has no effect on non-positioned elements. The effect of top depends on how the element is positione..

12:22 am, February 22, 2022
CSS
@top-center

@pageThe @page CSS at-rule is used to modify some CSS properties when printing a document.Syntax@page { margin: 1cm; } @page :first { margin: 2cm; } Descriptors size Specifies the target..

12:22 am, February 22, 2022
CSS
touch-action

touch-actionThe touch-action CSS property sets how an element's region can be manipulated by a touchscreen user (for example, by zooming features built into the browser). /* Keyword values */ touch-ac..

12:22 am, February 22, 2022
CSS
transform

transform The transform CSS property lets you rotate, scale, skew, or translate an element. It modifies the coordinate space of the CSS visual formatting model. If the property has a value dif..

12:22 am, February 22, 2022
CSS
transform-box

transform-boxThe transform-box CSS property defines the layout box to which the transform and transform-origin properties relate. /* Keyword values */ transform-box: content-box; transform-box: border..

12:22 am, February 22, 2022
CSS
&lt;transform-function&gt;

<transform-function>The <transform-function> CSS data type represents a transformation that affects an element's appearance. Transformation functions can rotate, resize, distort, or move a..

12:22 am, February 22, 2022
CSS
transform-origin

transform-originThe transform-origin CSS property sets the origin for an element's transformations. The transform origin is the point around which a transformation is applied. For example, the transfo..

12:22 am, February 22, 2022
CSS
transform-style

transform-styleThe transform-style CSS property sets whether children of an element are positioned in the 3D space or are flattened in the plane of the element. If flattened, the element's children wi..

12:22 am, February 22, 2022
CSS
transition

transitionThe transition CSS property is a shorthand property for transition-property, transition-duration, transition-timing-function, and transition-delay. Transitions enable you to define the trans..

12:22 am, February 22, 2022
CSS
transition-delay

transition-delayThe transition-delay CSS property specifies the duration to wait before starting a property's transition effect when its value changes. The delay may be zero, positive, or negative: ..

12:22 am, February 22, 2022
CSS
transition-duration

transition-durationThe transition-duration CSS property sets the length of time a transition animation should take to complete. By default, the value is 0s, meaning that no animation will occur. You m..

12:22 am, February 22, 2022
CSS
transition-property

transition-propertyThe transition-property CSS property sets the CSS properties to which a transition effect should be applied. Note: The set of properties that can be animated is subject to change..

12:22 am, February 22, 2022
CSS
transition-timing-function

transition-timing-functionThe transition-timing-function CSS property sets how intermediate values are calculated for CSS properties being affected by a transition effect. This, in essence, lets you e..

12:22 am, February 22, 2022
CSS
translate

translateThe translate CSS property allows you to specify translation transforms individually and independently of the transform property. This maps better to typical user interface usage, and saves h..

12:22 am, February 22, 2022
CSS
translate()

translate() The translate() CSS function repositions an element in the horizontal and/or vertical directions. Its result is a <transform-function> data type. This transformation is ..

12:22 am, February 22, 2022
CSS
translate3d()

translate3d() The translate3d() CSS function repositions an element in 3D space. Its result is a <transform-function> data type. This transformation is characterized by a three-dimension..

12:22 am, February 22, 2022
CSS
translateX()

translateX() The translateX() CSS function repositions an element horizontally on the 2D plane. Its result is a <transform-function> data type. Note: translateX(tx) is equivale..

12:22 am, February 22, 2022
CSS
translateY()

translateY() The translateY() CSS function repositions an element vertically on the 2D plane. Its result is a <transform-function> data type. Note: translateY(ty) is equivalent..

12:22 am, February 22, 2022
CSS
translateZ()

translateZ() The translateZ() CSS function repositions an element along the z-axis in 3D space, i.e., closer to or farther away from the viewer. Its result is a <transform-function> data typ..

12:22 am, February 22, 2022
CSS
unicode-bidi

unicode-bidiThe unicode-bidi CSS property, together with the direction property, determines how bidirectional text in a document is handled. For example, if a block of content contains both left-to-ri..

12:22 am, February 22, 2022
CSS
unicode-range (@font-face)

unicode-rangeThe unicode-range CSS descriptor sets the specific range of characters to be used from a font defined by @font-face and made available for use on the current page. If the page doesn't use..

12:22 am, February 22, 2022
CSS
unset

unsetThe unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not. In other words, it behaves like the inherit key..

12:22 am, February 22, 2022
CSS
&lt;url&gt;

url()The url() CSS function is used to include a file. The parameter is an absolute URL, a relative URL, a blob URL, or a data URL. The url() function can be passed as a parameter of another CSS funct..

12:22 am, February 22, 2022
CSS
url()

url()The url() CSS function is used to include a file. The parameter is an absolute URL, a relative URL, a blob URL, or a data URL. The url() function can be passed as a parameter of another CSS funct..

12:22 am, February 22, 2022
CSS
:user-invalid

:user-invalid (:-moz-ui-invalid)The :user-invalid CSS pseudo-class represents any validated form element whose value isn't valid based on their validation constraints, after the user has interacted wi..

12:22 am, February 22, 2022
CSS
user-select

user-selectThe user-select CSS property controls whether the user can select text. This doesn't have any effect on content loaded as part of a browser's user interface (its chrome), except in textboxe..

12:22 am, February 22, 2022
CSS
:user-valid

:user-valid (:-moz-ui-valid)The :user-valid CSS pseudo-class represents any validated form element whose value validates correctly based on its validation constraints. However, unlike :valid it only m..

12:22 am, February 22, 2022
Welcome

This is my test area for webdev. I keep a collection of code here, mostly for my reference. Also if i find a good link, i usually add it here and then forget about it. more...

Subscribe to weekly updates about things i have added to the site or thought interesting during the last week.

You could also follow me on twitter or not... does anyone even use twitter anymore?

If you found something useful or like my work, you can buy me a coffee here. Mmm Coffee. ☕

❤️👩‍💻🎮

🪦 2000 - 16 Oct 2022 - Boots
Random Quote
I believe that in order to better your knowledge base, it takes a lot of failing in order to succeed. I don't consider anything a failure as long as you get back up and you learn from your own mistakes.
Unknown
Random CSS Property

flex-shrink

The flex-shrink CSS property sets the flex shrink factor of a flex item. If the size of all flex items is larger than the flex container, items shrink to fit according to flex-shrink.
flex-shrink css reference