pelicinwebCSS
IntroductionEmbedding CSS
SelectorsCSS SelectorsPseudo ClassesPseudo Elements

CSS Properties
DisplayDisplayDisplay: TableDisplay: FlexDisplay: Grid
Box ModelMarginPaddingBorderTable BorderOutlineWidth, Height, and Box SizingOverflow and Overscroll
PositioningPosition and InsetFloat and ClearZ-Index and Isolation
TypographyFontColorEmphasis and DecorationSpacing and AlignmentColumnOrientationOverflow and WrappingShapeOthers
AestheticsBackgroundBlend ModeBox and Text ShadowTransformPerspectiveOpacityFilterClip
AnimationAnimationTransitionOffset
User InterfaceCursorResizeTouch ActionUser SelectScroll
OthersList StyleCounterObject Fit and PositionPage Break All

Others
Data TypeLengthTimeColorImageBasic ShapeEasing FunctionTransform FunctionFilter FunctionBlend Mode
Other FunctionsCalc Function Math Functions
At-Rules@media @keyframes@font-face@counter-style
Special ValuesInitialInheritUnsetRevert
ConceptsVariable (Custom Property)Specificity and !importantBlock Formatting Context Stacking Context
pelicin › web › CSS

Time

The time data type represents a time value.

Time Units

CSS only uses these two time units:

  • s — second (e.g. 0.25s)
  • ms — millisecond (e.g. 750ms)

References

  • <time> (MDN) — https://developer.mozilla.org/en-US/docs/Web/CSS/time
  • Top
  • Time Units
  • References

IntroductionEmbedding CSS
SelectorsCSS SelectorsPseudo ClassesPseudo Elements

CSS Properties
DisplayDisplayDisplay: TableDisplay: FlexDisplay: Grid
Box ModelMarginPaddingBorderTable BorderOutlineWidth, Height, and Box SizingOverflow and Overscroll
PositioningPosition and InsetFloat and ClearZ-Index and Isolation
TypographyFontColorEmphasis and DecorationSpacing and AlignmentColumnOrientationOverflow and WrappingShapeOthers
AestheticsBackgroundBlend ModeBox and Text ShadowTransformPerspectiveOpacityFilterClip
AnimationAnimationTransitionOffset
User InterfaceCursorResizeTouch ActionUser SelectScroll
OthersList StyleCounterObject Fit and PositionPage Break All

Others
Data TypeLengthTimeColorImageBasic ShapeEasing FunctionTransform FunctionFilter FunctionBlend Mode
Other FunctionsCalc Function Math Functions
At-Rules@media @keyframes@font-face@counter-style
Special ValuesInitialInheritUnsetRevert
ConceptsVariable (Custom Property)Specificity and !importantBlock Formatting Context Stacking Context
  • Top
  • Time Units
  • References