Sha256: 13dacfe9012a6444dea36f9388b75cbd773c4611f2d8dfa45d8fc3b365a5ae7d
Contents?: true
Size: 1.1 KB
Versions: 1
Compression:
Stored size: 1.1 KB
Contents
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Test</title> <style> p {padding:1em; font-weight: bold; color: white} </style> </head> <body> <h2>Small palette</h2> <p style="background-color:olive">olive</p> <p style="background-color:mediumseagreen">mediumseagreen</p> <p style="background-color:darkcyan">darkcyan</p> <p style="background-color:purple">purple</p> <p style="background-color:mediumpurple">mediumpurple</p> <p style="background-color:orchid">orchid</p> <p style="background-color:crimson">crimson</p> <p style="background-color:firebrick">firebrick</p> <p style="background-color:indianred">indianred</p> <p style="background-color:lightcoral">lightcoral</p> <p style="background-color:sandybrown">sandybrown</p> <p style="background-color:orange">orange</p> <h2>Fuschia</h2> <p style="background-color:#FF367E">#FF367E</p> <p style="background-color:#E14BAC">#E14BAC</p> <p style="background-color:#E03894">#E03894</p> <p style="background-color:#B6388B">#B6388B</p> <p style="background-color:#CE3E7C">#CE3E7C</p> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
shade-0.0.1 | test/test.html |