List CSS

Total Items found in CSS is 675.
A collection of css elements, selectors and descriptions of what they do.
CSS
character-variant()

font-variant-alternatesThe font-variant-alternates CSS property controls the usage of alternate glyphs. These alternate glyphs may be referenced by alternative names defined in @font-feature-values. /..

12:22 am, February 22, 2022
CSS
@character-variant

@font-feature-valuesThe @font-feature-values CSS at-rule lets you use a common name in the font-variant-alternates property for features activated differently in OpenType. This can help simplify your ..

12:22 am, February 22, 2022
CSS
caret-color

caret-colorThe caret-color CSS property sets the color of the insertion caret, the visible marker where the next character typed will be inserted. This is sometimes referred to as the text input curso..

12:22 am, February 22, 2022
CSS
caption-side

caption-sideThe caption-side CSS property puts the content of a table's <caption> on the specified side. The values are relative to the writing-mode of the table.Syntax/* Directional values */ c..

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

calc()The calc() CSS function lets you perform calculations when specifying CSS property values. It can be used anywhere a <length>, <frequency>, <angle>, <time>, <percentag..

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

brightness()The brightness() CSS function applies a linear multiplier to the input image, making it appear brighter or darker. Its result is a <filter-function>.Syntaxbrightness(amount) Paramete..

12:22 am, February 22, 2022
CSS
break-inside

break-insideThe break-inside CSS property sets how page, column, or region breaks should behave inside a generated box. If there is no generated box, the property is ignored. /* Keyword values */ brea..

12:22 am, February 22, 2022
CSS
break-before

break-beforeThe break-before CSS property sets how page, column, or region breaks should behave before a generated box. If there is no generated box, the property is ignored. /* Generic break values *..

12:22 am, February 22, 2022
CSS
break-after

break-afterThe break-after CSS property sets how page, column, or region breaks should behave after a generated box. If there is no generated box, the property is ignored. /* Generic break values */ b..

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

box-sizingThe box-sizing CSS property sets how the total width and height of an element is calculated. By default in the CSS box model, the width and height you assign to an element is applied only to..

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

box-shadowThe box-shadow CSS property adds shadow effects around an element's frame. You can set multiple effects separated by commas. A box shadow is described by X and Y offsets relative to the elem..

12:22 am, February 22, 2022
CSS
box-decoration-break

box-decoration-breakThe box-decoration-break CSS property specifies how an element's fragments should be rendered when broken across multiple lines, columns, or pages. The specified value will impact ..

12:22 am, February 22, 2022
CSS
@bottom-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
bottom

bottomThe bottom CSS property participates in setting the vertical position of a positioned element. It has no effect on non-positioned elements. The effect of bottom depends on how the element is pos..

12:22 am, February 22, 2022
CSS
border-width

border-widthThe border-width shorthand CSS property sets the width of an element's border.Constituent propertiesThis property is a shorthand for the following CSS properties: border-bottom-width ..

12:22 am, February 22, 2022
CSS
border-top-width

border-top-widthThe border-top-width CSS property sets the width of the top border of an element.Syntax/* Keyword values */ border-top-width: thin; border-top-width: medium; border-top-width: thick; ..

12:22 am, February 22, 2022
CSS
border-top-style

border-top-styleThe border-top-style CSS property sets the line style of an element's top border. Note: The specification doesn't define how borders of different styles connect in the corners. Synt..

12:22 am, February 22, 2022
CSS
border-top-right-radius

border-top-right-radiusThe border-top-right-radius CSS property rounds the top-right corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse ..

12:22 am, February 22, 2022
CSS
border-top-left-radius

border-top-left-radiusThe border-top-left-radius CSS property rounds the top-left corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse def..

12:22 am, February 22, 2022
CSS
border-top-color

border-top-colorThe border-top-color CSS property sets the color of an element's top border. It can also be set with the shorthand CSS properties border-color or border-top.Syntax/* <color> valu..

12:22 am, February 22, 2022
CSS
border-top

border-topThe border-top shorthand CSS property sets all the properties of an element's top border. As with all shorthand properties, border-top always sets the values of all of the properties that it..

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

border-styleThe border-style shorthand CSS property sets the line style for all four sides of an element's border.Constituent propertiesThis property is a shorthand for the following CSS properties: ..

12:22 am, February 22, 2022
CSS
border-start-start-radius

border-start-start-radiusThe border-start-start-radius CSS property defines a logical border radius on an element, which maps to a physical border radius that depends on the element's writing-mode, di..

12:22 am, February 22, 2022
CSS
border-start-end-radius

border-start-end-radiusThe border-start-end-radius CSS property defines a logical border radius on an element, which maps to a physical border radius depending on the element's writing-mode, direction..

12:22 am, February 22, 2022
CSS
border-spacing

border-spacingThe border-spacing CSS property sets the distance between the borders of adjacent <table> cells. This property applies only when border-collapse is separate. The border-spacing val..

12:22 am, February 22, 2022
CSS
border-right-width

border-right-widthThe border-right-width CSS property sets the width of the right border of an element.Syntax/* Keyword values */ border-right-width: thin; border-right-width: medium; border-right-wid..

12:22 am, February 22, 2022
CSS
border-right-style

border-right-styleThe border-right-style CSS property sets the line style of an element's right border. Note: The specification doesn't define how borders of different styles connect in the corners..

12:22 am, February 22, 2022
CSS
border-right-color

border-right-colorThe border-right-color CSS property sets the color of an element's right border. It can also be set with the shorthand CSS properties border-color or border-right.Syntax/* <color&..

12:22 am, February 22, 2022
CSS
border-right

border-rightThe border-right shorthand CSS property sets all the properties of an element's right border. As with all shorthand properties, border-right always sets the values of all of the properties..

12:22 am, February 22, 2022
CSS
border-radius

border-radiusThe border-radius CSS property rounds the corners of an element's outer border edge. You can set a single radius to make circular corners, or two radii to make elliptical corners. The rad..

12:22 am, February 22, 2022
CSS
border-left-width

border-left-widthThe border-left-width CSS property sets the width of the left border of an element.Syntax/* Keyword values */ border-left-width: thin; border-left-width: medium; border-left-width: th..

12:22 am, February 22, 2022
CSS
border-left-style

border-left-styleThe border-left-style CSS property sets the line style of an element's left border. Note: The specification doesn't define how borders of different styles connect in the corners. S..

12:22 am, February 22, 2022
CSS
border-left-color

border-left-colorThe border-left-color CSS property sets the color of an element's left border. It can also be set with the shorthand CSS properties border-color or border-left.Syntax/* <color> ..

12:22 am, February 22, 2022
CSS
border-left

border-leftThe border-left shorthand CSS property sets all the properties of an element's left border. As with all shorthand properties, border-left always sets the values of all of the properties tha..

12:22 am, February 22, 2022
CSS
border-inline-width

border-inline-widthThe border-inline-width CSS property defines the width of the logical inline borders of an element, which maps to a physical border width depending on the element's writing mode, di..

12:22 am, February 22, 2022
CSS
border-inline-style

border-inline-styleThe border-inline-style CSS property defines the style of the logical inline borders of an element, which maps to a physical border style depending on the element's writing mode, di..

12:22 am, February 22, 2022
CSS
border-inline-start-width

border-inline-start-widthThe border-inline-start-width CSS property defines the width of the logical inline-start border of an element, which maps to a physical border width depending on the element's..

12:22 am, February 22, 2022
CSS
border-inline-start-style

border-inline-start-styleThe border-inline-start-style CSS property defines the style of the logical inline start border of an element, which maps to a physical border style depending on the element's..

12:22 am, February 22, 2022
CSS
border-inline-start-color

border-inline-start-colorThe border-inline-start-color CSS property defines the color of the logical inline start border of an element, which maps to a physical border color depending on the element's..

12:22 am, February 22, 2022
CSS
border-inline-start

border-inline-startThe border-inline-start CSS property is a shorthand property for setting the individual logical inline-start border property values in a single place in the style sheet.Constituent ..

12:22 am, February 22, 2022
CSS
border-inline-end-width

border-inline-end-widthThe border-inline-end-width CSS property defines the width of the logical inline-end border of an element, which maps to a physical border width depending on the element's writi..

12:22 am, February 22, 2022
CSS
border-inline-end-style

border-inline-end-styleThe border-inline-end-style CSS property defines the style of the logical inline end border of an element, which maps to a physical border style depending on the element's writi..

12:22 am, February 22, 2022
CSS
border-inline-end-color

border-inline-end-colorThe border-inline-end-color CSS property defines the color of the logical inline-end border of an element, which maps to a physical border color depending on the element's writi..

12:22 am, February 22, 2022
CSS
border-inline-end

border-inline-endThe border-inline-end CSS property is a shorthand property for setting the individual logical inline-end border property values in a single place in the style sheet.Constituent proper..

12:22 am, February 22, 2022
CSS
border-inline-color

border-inline-colorThe border-inline-color CSS property defines the color of the logical inline borders of an element, which maps to a physical border color depending on the element's writing mode, di..

12:22 am, February 22, 2022
CSS
border-inline

border-inlineThe border-inline CSS property is a shorthand property for setting the individual logical inline border property values in a single place in the style sheet. The physical borders to which..

12:22 am, February 22, 2022
CSS
border-image-width

border-image-widthThe border-image-width CSS property sets the width of an element's border image. If this property's value is greater than the element's border-width, the border image will extend bey..

12:22 am, February 22, 2022
CSS
border-image-source

border-image-sourceThe border-image-source CSS property sets the source image used to create an element's border image. The border-image-slice property is used to divide the source image into regions,..

12:22 am, February 22, 2022
CSS
border-image-slice

border-image-sliceThe border-image-slice CSS property divides the image specified by border-image-source into regions. These regions form the components of an element's border image. The slicing proce..

12:22 am, February 22, 2022
CSS
border-image-repeat

border-image-repeatThe border-image-repeat CSS property defines how the edge regions of a source image are adjusted to fit the dimensions of an element's border image.Syntax/* Keyword value */ border-..

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
Our brains are wired to find things we are looking for - if your always cynical or waiting for things to go wrong, then your life will reflect that. On the other hand, having a positive outlook on life will bring you joy and provide you with inspiration when you least expect it ☀️🍉🌴
Unknown
Random CSS Property

font-variant-alternates

The font-variant-alternates CSS property controls the usage of alternate glyphs. These alternate glyphs may be referenced by alternative names defined in @font-feature-values.
ornaments() css reference