Advertisement
Guest User

smulski

a guest
Jan 23rd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. body {
  2. background-color: #808080;
  3. }
  4. #h1 {
  5. font-family: Times New Roman;
  6. color: red;
  7. font-size: 25px;
  8.  
  9.  
  10. }
  11. #p{
  12. font-family: Consolas;
  13. color: #008080;
  14. text-indent: 10cm;
  15.  
  16. }
  17. #ul{
  18. color: green;
  19. line-height: 12px;
  20. }
  21. #th{
  22. background-color: rgba(174,218,255,0.2);
  23. color: #0000FF;
  24. text-transform: uppercase;
  25. font-weight: bold;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement