Lista CSS
Lista CSS
CSS supports more than 200 CSS properties. Here's a complete list.
Click a name for details.
Property
align-content
align-items
align-self
all
animation
animation-delay
animation-direction
animation-duration
animation-fill-mode
animation-iteration-count
animation-name
animation-play-state
animation-timing-function
backface-visibility
background
background-attachment
background-blend-mode
background-clip
background-color
background-image
background-origin
background-position
background-repeat
background-size
border
border-bottom
border-bottom-color
border-bottom-left-radius
border-bottom-right-radius
border-bottom-style
border-bottom-width
border-collapse
border-color
border-image
border-image-outset
border-image-repeat
border-image-slice
border-image-source
border-image-width
border-left
border-left-color
border-left-style
border-left-width
border-radius
border-right
border-right-color
border-right-style
border-right-width
border-spacing
border-style
border-top
border-top-color
border-top-left-radius
border-top-right-radius
border-top-style
border-top-width
border-width
bottom
box-shadow
box-sizing
caption-side
caret-color
@charset
clear
clip
clip-path
color
column-count
column-fill
column-gap
column-rule
column-rule-color
column-rule-style
column-rule-width
column-span
column-width
columns
content
counter-increment
counter-reset
cursor
direction
display
empty-cells
filter
flex
flex-basis
flex-direction
flex-flow
flex-grow
flex-shrink
flex-wrap
float
font
@font-face
font-family
font-kerning
font-size
font-size-adjust
font-stretch
font-style
font-variant
font-weight
grid
grid-area
grid-auto-columns
grid-auto-flow
grid-auto-rows
grid-column
grid-column-end
grid-column-gap
grid-column-start
grid-gap
grid-row
grid-row-end
grid-row-gap
grid-row-start
grid-template
grid-template-areas
grid-template-columns
grid-template-rows
height
hyphens
@import
justify-content
@keyframes
left
letter-spacing
line-height
list-style
list-style-image
list-style-position
list-style-type
margin
margin-bottom
margin-left
margin-right
margin-top
max-height
max-width
@media
min-height
min-width
object-fit
object-position
opacity
order
outline
outline-color
outline-offset
outline-style
outline-width
overflow
overflow-x
overflow-y
padding
padding-bottom
padding-left
padding-right
padding-top
page-break-after
page-break-before
page-break-inside
perspective
perspective-origin
pointer-events
position
quotes
right
scroll-behavior
table-layout
text-align
text-align-last
text-decoration
text-decoration-color
text-decoration-line
text-decoration-style
text-indent
text-justify
text-overflow
text-shadow
text-transform
top
transform
transform-origin
transform-style
transition
transition-delay
transition-duration
transition-property
transition-timing-function
user-select
vertical-align
visibility
white-space
width
word-break
word-spacing
word-wrap
writing-mode
z-index
Description
Aligns items in a flex container along flex lines.
Aligns evenly spaced items in a flex container.
Aligns an item inside a flex container.
Resets all element properties to its default or inherited values.
Creates an animating element.
Sets a delay before an animation begins.
Sets how, in which direction, an animation is played.
Defines the duration of an animation cycle.
Defines how styles are applied before and after animation.
Sets the number of times an animation is played.
Defines a name for the animation.
Sets the animation play state to running or paused.
Specifies the animation speed curve.
Shows or hides the backface visibility of an element.
Sets the background of an element.
Defines how the background is attached to an element.
Defines the background layer blending mode.
Defines how background extends beyond the element.
Sets the background color of the element.
Specifies a background image for an element.
Specifies the background image origin position.
Sets the position of a background image.
Specifies how the background image is repeated.
Sets the size of the background image.
Specifies a border for an element
Specifies a bottom border for an element.
Sets the color of a bottom border .
Sets the border radius of the bottom left corner.
Sets the border radius of the bottom right corner
Sets the style of the bottom border.
Sets the width of the bottom border
Sets table borders to single collapsed line or separated.
Sets the color of the border.
Defines an image as border, instead of a color.
Sets how far a border image extends beyond the border.
Defines if and how the border image is repeated.
Defines how the border image will be sliced.
Specifies the url of the border image file.
Sets the width of the image border.
Sets the left border of the element.
Sets the color of the left border.
Sets the style of the left border.
Sets the width of the left border.
Sets the radius of the border.
Sets the right border of the element.
Sets the color of the right border.
Sets the style of the right border.
Sets the width of the right border.
Sets the adjacent table cell distance.
Defines the style of the border
Sets the top border of the element.
Sets the color of the top border.
Sets the border radius of the top left corner.
Sets the border radius of the top right corner.
Sets the style of the top border.
Sets the width of the top border.
Sets the border width of the element.
Positions the element from the bottom of the relative container.
Adds a shadow effect to an element.
Sets how element height and width are calculated.
Defines on which side of the table a caption is placed.
Sets the color of the blinking mouse caret.
Specifies the character encoding of the stylesheet.
Sets the element side that does not allow floating elements.
Sets how an image is cropped or clipped inside a container.
Clips an element inside a specific shape or SVG.
Specifies the color of text in an element.
Divides an element into the specified number of columns.
Specifies how divided columns are filled.
Specifies the space between divided columns.
Sets the style, width, and color of a column divider.
Sets the color of a column divider.
Sets the style of a column divider.
Sets the width of a column divider.
Sets number of divided columns an element should span.
Specifies the width of a divided column.
Divide an element into columns of a certain width.
Used to insert content before or after an element.
Increase or decrease a CSS counter.
Initialize or reset CSS counter.
Specifies the shape of the mouse cursor.
Specifies the text writing direction of a block-level element.
Specify an element's display behavior.
Specifies whether empty table cell borders will be displayed.
Adds an image enhancing effect to an image.
Specifies the width of the flexible items.
Specifies the initial width of a flex item.
Specifies the direction for the flex item to align.
Controls the direction and wrapping of flexible items.
Specifies how a flex item can grow inside the container.
Specifies how a flex item can shrink inside the container.
Specifies how flexible items wrap inside the container.
Sets how an element is positioned relative to other elements.
Sets font family, variant, weight, height, and size for an element.
Embeds a custom font inside a web page
Sets the font family for an element.
Sets the spacing between the font's characters.
Sets the size of the font for an element.
Specifies a fall-back font size.
Sets the text characters to a wider or narrower variant.
Set the font style to normal, italic, or oblique.
Specifies that text is displayed in a small-caps font.
Sets the weight or thickness of the font.
Defines a grid layout with responsive rows and columns.