[5] - The CSS Robot! (In the making, missing Jscript)

<!DOCTYPE html> <head> <style> div { height: 150px; width: 300px; margin: 0 auto; } .beep{ width: 5px; height: 0px; border: 5px solid transparent; border-top: 10px solid #777; border-bottom: 80px solid #888; } .brain { background: radial-gradient(circle, white 15%, transparent 40%), #cc5; background: -moz-radial-gradient(circle, white 15%, transparent 40%), #cc5; background: -webkit-radial-gradient(circle, white 15%, transparent 40%), #cc5; background-size: 75px 150px; height: 150px; width: 150px; border-radius: 60px 60px 10px 10px; border-bottom: 40px solid #666; } .torso { height: 0; width: 140px; border-top: 300px solid #bc6; border-left: 75px solid transparent; border-right: 75px solid transparent; border-radius: 20px 20px 100px 100px; } .foot { height: 40px; width: 40px; background: #ccc; border-radius: 40px; border: 15px solid #999; } </style> </head> <body> <div class="beep"></div> <div class="brain"></div> <div class="torso"></div> <div class="foot"></div> </body>
HTML, CSS and JAVA

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.