Logo - Open book, behind two sails with text, docs
-tech. annebrown.ca

Z-Index

CSS Z-Index Property

Description

  • Elements are stacked in the order they appear, last on top.
  • Z-Index changes stacking order of siblings
  • ighest Z-Index -> Highest Sibling Layer
  • Negative values behave as expected
  • Use with positioned elements.