From 01e0a1f2fd30a6c4976aa0c6bf1bbf76a5433bac Mon Sep 17 00:00:00 2001 From: Roxane Date: Sun, 7 Apr 2024 20:57:12 +0200 Subject: [PATCH] adding keyboard navigation --- css/style.css | 4 +++- index.html | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/css/style.css b/css/style.css index b59824a..d3f9145 100644 --- a/css/style.css +++ b/css/style.css @@ -104,7 +104,9 @@ h1 { } - +.accesskey { + text-decoration: underline; +} #bigC { diff --git a/index.html b/index.html index 50be03e..5f597cc 100644 --- a/index.html +++ b/index.html @@ -37,9 +37,9 @@
    -
  • À Propos
  • -
  • Projets
  • -
  • CV
  • +
  • À Propos
  • +
  • Projets
  • +
  • CV