citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

desert256.htm (639B)


      1 
      2         <html>
      3         <head>
      4         <style>
      5             .colorblock
      6             {
      7                 width: 24px;
      8                 height: 24px;
      9                 border: 1px solid #000;
     10                 padding: 5px;
     11                 margin-right: 5px;
     12             }
     13 
     14             td
     15             {
     16                 width: 400px;
     17                 padding: 10px;
     18             }
     19         </style>
     20         </head>
     21         <body>
     22         <table><tr><td>" converting color names to #rrggbb form, but decided it was just not worth
     23 </td><td><span class="colorblock" style="background-color: #rrggbb; color: #rrggbb">a</span></td></tr></table></body></html>