Skip to content

Commit 042d298

Browse files
committed
Add dancing pic
1 parent 6744f81 commit 042d298

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

hackathon-timer.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ <h1>hackathon ends in</h1>
3737
-->
3838
</div>
3939

40+
<div class="box dancing">
41+
<img src="https://31.media.tumblr.com/5a6c106c2846f0e5cc565b320b58e04b/tumblr_inline_mlgyw229Xl1qz4rgp.gif" alt="dancing">
42+
</div>
43+
4044
<script>
4145
setTimeout(function() {
4246
location.reload();

static/hackathon-timer.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@ body {
4343
@include columns(6);
4444
}
4545

46+
&.dancing {
47+
position: absolute;
48+
bottom: 30px;
49+
50+
img {
51+
width: 200px;
52+
}
53+
}
54+
4655
background: rgba(0, 0, 0, .45);
4756
padding: 15px;
4857
box-sizing: border-box;

0 commit comments

Comments
 (0)