Home  • Programming • CSS

CSS at-rules

At-rules are CSS statements that instruct CSS how to behave. They begin with an at sign, @ (U+0040 COMMERCIAL AT), followed by an identifier, and include everything up to the next semicolon, ; (U+003B SEMICOLON), or the next CSS block, whichever comes first.
@charset
@color-profile
@container
@counter-style
@documentNon-standardDeprecated
@font-face
@font-feature-values
@font-palette-values
@import
@keyframes
@layer
@media
@namespace
@page
@position-tryExperimental
@property
@scope
@starting-style
@supports
@view-transition

Comments 0


Copyright © 2024. Powered by Intellect Software Ltd