z-index

The z-index property in CSS controls the vertical stacking order of elements that overlap. As in, which one appears as […]

.menu { z-index: 1; }
Continue Reading

zoom

The zoom property in CSS allows you to scale your content. It is non-standard, and was originally implemented only in […]

.element { zoom: 150%; }
Continue Reading