From 6f16110a67e5255d4dcf1ba6582c48a3998fa615 Mon Sep 17 00:00:00 2001 From: Tchi <86352901+LucasVbr@users.noreply.github.com> Date: Tue, 12 Oct 2021 13:41:44 +0200 Subject: [PATCH] vroum --- README.md | 7 ++++++- script.ts => script.js | 0 style.css | 4 ++++ 3 files changed, 10 insertions(+), 1 deletion(-) rename script.ts => script.js (100%) diff --git a/README.md b/README.md index 6357b44..d78e24f 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,9 @@ Requirements: - must display the equivalent of 20 written slides - 10 for the Hackers - - 10 for t + - 10 for the Cybersecurity engeneer + + + +Timeline: + diff --git a/script.ts b/script.js similarity index 100% rename from script.ts rename to script.js diff --git a/style.css b/style.css index 7f950f2..caca9aa 100644 --- a/style.css +++ b/style.css @@ -37,6 +37,10 @@ transition: all 0.1s ease-out; } +.choose-btn:hover { + cursor: pointer; +} + .red {background-color: var(--red);} .red:hover {box-shadow: 0 0 10px var(--red);} .red:active {background-color: var(--dark-red);}