mirror of
https://github.com/LucasVbr/EnglishRolePlayGame.git
synced 2026-07-09 12:47:46 +00:00
vroum
This commit is contained in:
@@ -4,4 +4,9 @@ Requirements:
|
|||||||
|
|
||||||
- must display the equivalent of 20 written slides
|
- must display the equivalent of 20 written slides
|
||||||
- 10 for the Hackers
|
- 10 for the Hackers
|
||||||
- 10 for t
|
- 10 for the Cybersecurity engeneer
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Timeline:
|
||||||
|
|
||||||
|
|||||||
@@ -37,6 +37,10 @@
|
|||||||
transition: all 0.1s ease-out;
|
transition: all 0.1s ease-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.choose-btn:hover {
|
||||||
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
|
||||||
.red {background-color: var(--red);}
|
.red {background-color: var(--red);}
|
||||||
.red:hover {box-shadow: 0 0 10px var(--red);}
|
.red:hover {box-shadow: 0 0 10px var(--red);}
|
||||||
.red:active {background-color: var(--dark-red);}
|
.red:active {background-color: var(--dark-red);}
|
||||||
|
|||||||
Reference in New Issue
Block a user