Sha256: 016a88ae1fe8c0bc9386e346ef6e6cef0eff0ff810c22ceef1377a89ef43536d
Contents?: true
Size: 589 Bytes
Versions: 77
Compression:
Stored size: 589 Bytes
Contents
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"> <html> <head> <title>My first styled page</title> <style type="text/css"> body { font-family: arial; } h1 { background-color:#CCC; border: 1px solid; color:#39F; text-align: center; } table { background-color: #F60; border: 1px solid #39F; width: 100%; } td { border: 0px; text-align: center; } p { color:#09F; text-indent: 20px; } @import url('imported-lvl2.css'); </style> </head> <body> </body> </html>
Version data entries
77 entries across 77 versions & 1 rubygems