docs: add a description and proper date to css stacking article

This commit is contained in:
Corbin Crutchley
2022-10-03 17:55:22 -07:00
parent d27671c3ed
commit f54ee25b5c

View File

@@ -1,8 +1,8 @@
---
{
title: "Why is z-index not working?! - Explaining CSS Stacking Context",
description: "",
published: '2023-01-01T22:12:03.284Z',
description: "z-index is a CSS property that helps control the z-axis height of an element, but it often doesn't seem to work. Why is that? How does it REALLY work?",
published: '2022-10-06T22:12:03.284Z',
authors: ['crutchcorn'],
tags: ['webdev', 'css', 'html'],
attached: [],