diff --git a/projects/rocksolid/index.html b/projects/rocksolid/index.html
index 1997a60c..33ce0c1b 100644
--- a/projects/rocksolid/index.html
+++ b/projects/rocksolid/index.html
@@ -18,6 +18,15 @@
font-size: 18px;
margin: auto;
}
+ .blink_me {
+ animation: blinker 1s linear infinite;
+ }
+
+ @keyframes blinker {
+ 50% {
+ opacity: 0;
+ }
+ }
ul {
list-style-type: square;
}
@@ -39,7 +48,7 @@
Welcome to the Rock Solid Challenge!
Time Measurement: The time taken for the egg to reach the ground will be recorded with slow motion iPhone 8+ camera, it records at 240 fps, so an accurate measurement can be made.
Inspection: Devices will be inspected for rule adherence before the drop.
Budget Limit: Participants must construct their device within a $5 budget.
- Prize: The winner receives a $20 prize.
+ Prize: The winner receives a $20 prize.
Scoring: The winner is determined by the shortest time for the egg to reach the ground without breaking.