mirror of
https://github.com/LukeHagar/unicorn-utterances.git
synced 2025-12-09 12:57:45 +00:00
docs: add a description and proper date to css stacking article
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
{
|
{
|
||||||
title: "Why is z-index not working?! - Explaining CSS Stacking Context",
|
title: "Why is z-index not working?! - Explaining CSS Stacking Context",
|
||||||
description: "",
|
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: '2023-01-01T22:12:03.284Z',
|
published: '2022-10-06T22:12:03.284Z',
|
||||||
authors: ['crutchcorn'],
|
authors: ['crutchcorn'],
|
||||||
tags: ['webdev', 'css', 'html'],
|
tags: ['webdev', 'css', 'html'],
|
||||||
attached: [],
|
attached: [],
|
||||||
|
|||||||
Reference in New Issue
Block a user