mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 10:32:08 -05:00
Update semag/star/index.html
This commit is contained in:
parent
f34144a5b7
commit
72b433956c
@ -180,6 +180,14 @@ font-family: 'Press Start 2P', sans-serif;
|
|||||||
}, false);
|
}, false);
|
||||||
})();
|
})();
|
||||||
</script>
|
</script>
|
||||||
|
$(document).ready(function(){
|
||||||
|
$(".star").click(function(){
|
||||||
|
$(this).css("transform", "scale(1.2)");
|
||||||
|
setTimeout(() => {
|
||||||
|
$(this).css("transform", "scale(1)");
|
||||||
|
}, 100);
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user