This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content"> | |
<div class="title">Achievement Unlocked!</div> | |
<div class="inputs"> | |
<div class="input"><input required maxlength="18" type="text" class="name input" placeholder="Achievement Name"></div> | |
<div class="input"><input required maxlength='3' type="text" min='0' placeholder="Score" class="score input"></div> | |
<a class="button pop"><span>Pop!</span></a> | |
</div> | |
<div class="animation"> | |
<div class="circle"> | |
<div class="img trophy_animate trophy_img"> |