We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 153b8e2 commit 5268854Copy full SHA for 5268854
cooler/index.html
@@ -28,6 +28,7 @@
28
29
<section id="flaggy_section">
30
<h1 id="worthy">Are you worthy of flaggy?</h1>
31
+ <p>Hint: you can drag me :)</p>
32
<img src="assets/flaggy_happy.svg" alt="flaggy happy" id="flaggy_happy" class="flaggy">
33
<img src="assets/flaggy_sad.svg" alt="flaggy sad" id="flaggy_sad" class="flaggy">
34
<img src="assets/flaggy_base.svg" alt="flaggy base" id="flaggy_neutral" class="flaggy">
cooler/style.css
@@ -134,6 +134,7 @@ div {
134
}
135
136
137
+
138
#demo *{
139
position: absolute;
140
top: 250%;
0 commit comments