whack-a-mole

<html> <head> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script> <style> body(width:100%;height:100%;overflow:hidden;) .mole(backround-color:rgb(128,64,0); border-radius:100px; height:100%; width:10%; position:absolute; top:100%;) </style> <script> jQuery(document).ready(function() )); </script> </head> </html>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.