diff --git a/index.html b/index.html index b5b5d04..bb533e2 100644 --- a/index.html +++ b/index.html @@ -12,9 +12,9 @@ DandyHacks ‘23 - + - + About Tracks diff --git a/styles.css b/styles.css index ae22b4a..0915fb3 100644 --- a/styles.css +++ b/styles.css @@ -675,6 +675,14 @@ h1, h2, h3, h4, h5, h6 { z-index: 30; } +.z-40 { + z-index: 40; +} + +.z-50 { + z-index: 50; +} + .float-right { float: right; }