Advertisement
iPixel99

Untitled

Jun 10th, 2023
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. body {
  2. background-image: url("infobackground.jpg");
  3. background-size: cover;
  4. background-position: right;
  5. background-repeat: no-repeat;
  6. background-attachment: fixed;
  7.  
  8. color: white;
  9. font-family: Arial, sans-serif;
  10. font-size: 15px;
  11. }
  12.  
  13. h1 {
  14. color: rgb(173, 30, 30);
  15. text-align: center;
  16. font-size: 24px;
  17. }
  18.  
  19. h2 {
  20. color: rgb(173, 30, 30);
  21. font-size: 18px;
  22.  
  23. }
  24. h3 {
  25. color: rgb(173, 30, 30);
  26. font-size: 18px;
  27.  
  28. }
  29. p {
  30. color: rgb(255, 255, 255);
  31.  
  32. }
  33.  
  34. ul {
  35. color: rgb(255, 255, 255);
  36. list-style-type: disc;
  37. padding-left: 20px;
  38. text-shadow: 1px 1px 1px rgb(0, 0, 0);
  39.  
  40. }
  41.  
  42. li {
  43. margin-bottom: 10px;
  44.  
  45. }
  46.  
  47. body, h1, h2,h3, p, ul, li {
  48. font-weight: bold;
  49. text-shadow: 1px 1px 1px rgb(0, 0, 0);
  50.  
  51. }
  52.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement