Sha256: 8d901f0588ab1482ac7b00aa25f88485b05c2a40884c3db1f7d94ad7be56f43a
Contents?: true
Size: 433 Bytes
Versions: 5
Compression:
Stored size: 433 Bytes
Contents
<html> <head> <style media="screen"> div { color: blue; } div:hover { color: orange; } </style> </head> <body> <div style="height: 300%; position: relative;"> <div id="top" style="position: absolute; top: 0;">top</div> <div id="center" style="position: absolute; top: 50%;">Center</div> <div id="bottom" style="position: absolute; top: 100%;">bottom</div> </div> </body> </html>
Version data entries
5 entries across 5 versions & 1 rubygems