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);}