Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. <hmtl>
  2. <head>
  3. <style = "text/css">
  4. body{background-repeat: repeat-x;}
  5.  
  6. p#LRed{color:#FF0000; font-size:20px}
  7. p#DRed{color:#500000; font-size:20px}
  8.  
  9. p#LGreen{color:#00FF00; font-size:20px}
  10. p#DGreen{color:#005000; font-size:20px}
  11.  
  12. p#LBlue{color:#0000FF; font-size:20px}
  13. p#DBlue{color:#000050; font-size:20px}
  14.  
  15. p#LYellow{color:#FFFF00; font-size:20px}
  16. P#DYellow{color:#505000; font-size:20px}
  17.  
  18. p#LPurple{color:#FF00FF; font-size:20px}
  19. p#DPurple{color:#500050; font-size:20px}
  20.  
  21. p#LCyan{color:#00FFFF; font-size:20px}
  22. p#DCyan{color:#005050; font-size:20px}
  23.  
  24. </style>
  25. </head>
  26. <body>
  27. <p id = "LRed">LRED</p>
  28. <p id = "DRed">DRED</p>
  29.  
  30. <p id = "LGreen">LRED</p>
  31. <p id = "DGreen">DRED</p>
  32.  
  33. <p id = "LBlue">LRED</p>
  34. <p id = "DBlue">DRED</p>
  35.  
  36. <p id = "LYellow">LRED</p>
  37. <p id = "DYellow">DRED</p>
  38.  
  39. <p id = "LPurple">LRED</p>
  40. <p id = "DPurple">DRED</p>
  41.  
  42. <p id = "LCyan">LRED</p>
  43. <p id = "DCyan">DRED</p>
  44.  
  45. </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement