Sha256: 0beb436886724bc34e5c0ef93b74b422498db3854e0a2af7609246fac5746698
Contents?: true
Size: 557 Bytes
Versions: 39
Compression:
Stored size: 557 Bytes
Contents
<!DOCTYPE html> <html> <head> <title>Transitionize Example Page</title> <style type="text/css"> .wrap { height: 75px; margin: 100px auto 0; position: relative; width: 300px; } .elem { background-color: #febf04; border-radius: 100%; bottom: 0; display: block; height: 75px; left: 0; position: absolute; width: 75px; } </style> <script src="bundle.js"></script> </head> <body> <div class="wrap"> <span class="elem js-elem"></span> </div> </body> </html>
Version data entries
39 entries across 39 versions & 1 rubygems