diff options
-rw-r--r-- | cooler/index.html | 1 | ||||
-rw-r--r-- | cooler/style.css | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/cooler/index.html b/cooler/index.html index 03f8cab..bba72f5 100644 --- a/cooler/index.html +++ b/cooler/index.html @@ -28,6 +28,7 @@ <section id="flaggy_section"> <h1 id="worthy">Are you worthy of flaggy?</h1> + <p>Hint: you can drag me :)</p> <img src="assets/flaggy_happy.svg" alt="flaggy happy" id="flaggy_happy" class="flaggy"> <img src="assets/flaggy_sad.svg" alt="flaggy sad" id="flaggy_sad" class="flaggy"> <img src="assets/flaggy_base.svg" alt="flaggy base" id="flaggy_neutral" class="flaggy"> diff --git a/cooler/style.css b/cooler/style.css index a0dae26..1f2fc5f 100644 --- a/cooler/style.css +++ b/cooler/style.css @@ -134,6 +134,7 @@ div { } + #demo *{ position: absolute; top: 250%; |