This commit is contained in:
Tchi
2021-10-12 13:41:44 +02:00
parent 1b68140fe0
commit 6f16110a67
3 changed files with 10 additions and 1 deletions
+6 -1
View File
@@ -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:
View File
+4
View File
@@ -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);}