Guest User

Untitled

a guest
Nov 23rd, 2017
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>2017-11-17 Hill</title>
  5. </head>
  6. <body>
  7. <table>
  8. <tr>
  9. <th>Regular Color:</th>
  10. <th>RGB:</th>
  11. <th>Hexadecimal:</th>
  12. </tr>
  13.  
  14. <tr>
  15. <td style="background-color:lightgreen;">Light Green</td>
  16. <td style="background-color:rgb(210, 190, 241);">Random</td>
  17. <td style="background-color:#6c206c;">Random</td>
  18. </tr>
  19. </table>
  20. </body>
  21. </html>
Add Comment
Please, Sign In to add comment