- <!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>
[text] mhgfx
Viewer
*** This page was generated with the meta tag "noindex, nofollow". This happened because you selected this option before saving or the system detected it as spam. This means that this page will never get into the search engines and the search bot will not crawl it. There is nothing to worry about, you can still share it with anyone.
Editor
You can edit this paste and save as new: