Class Macintosh OS window, for displaying alert messages or other information. The window is fully scalable, and makes use of the flex grid system.
A Pen by Adam Denoon on CodePen.
| <div id="recap1"></div> | |
| <div id="recap2"></div> | |
| <script type="text/javascript"> | |
| // Support for multiple reCAPTCHAs | |
| var verifyCallback = function(response) { | |
| alert(response); | |
| }; | |
| var widget1; |
Class Macintosh OS window, for displaying alert messages or other information. The window is fully scalable, and makes use of the flex grid system.
A Pen by Adam Denoon on CodePen.