Sha256: 1cd89883f8d904fbd81a97ae579b695671bff893f7785749e4e7f885516907b2
Contents?: true
Size: 421 Bytes
Versions: 8
Compression:
Stored size: 421 Bytes
Contents
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Stylesheet</title> <style> body { color: #444; background-color: #535353; } a:link { color: #357ad1; } a:visited { color: #77abf0; } a:hover { color: #333; } </style> </head> <body> <style> div { background-color: #aaa; border: 1px solid #ccc; } </style> <div></div> </body> </html>
Version data entries
8 entries across 8 versions & 1 rubygems