-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhangman.css
1 lines (1 loc) · 852 Bytes
/
hangman.css
1
.hangman-con{width:140px;height:130px;margin:15px;border-left:2px solid #000;border-bottom:2px solid #000;position:relative;direction:ltr!important;margin-right:calc((100% - 140px)/ 2); cursor: not-allowed;}.body,.head,.top-hangman{position:absolute}.top-hangman{border-top:2px solid #000;border-right:2px solid #000;height:9px;width:83px;left:0}.head{left:67px;top:9px;width:30px;height:30px;border-radius:50%;border:2px solid #000}.body{width:2px;height:45px;left:81px;top:39px;background:#000}.left-arm,.right-arm{position:absolute;width:2px;height:25px;background:#000;top:50px}.left-arm{left:72px;transform:rotate(45deg)}.right-arm{left:90px;transform:rotate(-45deg)}.left-leg,.right-leg{position:absolute;width:2px;height:30px;background:#000;top:79px}.left-leg{left:71px;transform:rotate(45deg)}.right-leg{left:91.5px;transform:rotate(-45deg)}