diff --git a/css/style.css b/css/style.css index a78d350..6d61bfb 100644 --- a/css/style.css +++ b/css/style.css @@ -384,6 +384,20 @@ button:visited, .link-button:visited { Layout styles ======================= */ +#skipLink a { + display: block; + position: absolute; + left: -999px; + top: -999px; +} + +#skipLink a:focus { + left: 0; + top: 0; + padding: var(--spacing-2); + background: var(--color-background-content-box); +} + main, footer { max-width: 900px; border: none; diff --git a/index.html b/index.html index ad86eb9..75075ed 100644 --- a/index.html +++ b/index.html @@ -25,6 +25,10 @@
+