From b8ab1a51c8a4229b3c5eaa6ddb1b705ebf15ed1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Mon, 29 May 2023 14:39:21 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Ecss/skeleton-auto.css=E2=80=9C=20?= =?UTF-8?q?=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/skeleton-auto.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/skeleton-auto.css b/css/skeleton-auto.css index fed6ead..1dec49e 100644 --- a/css/skeleton-auto.css +++ b/css/skeleton-auto.css @@ -299,3 +299,11 @@ hr { from { width: 0 } to { width: 100% } } + +div { + width : 200px; + height : 50px; + position: relative; + z-index : 1; + background: #eee; +}