Advertisement
phpface

Untitled

Feb 9th, 2023 (edited)
1,067
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.29 KB | None | 0 0
  1. p {
  2.     color: #000000;
  3.     font-family: "Arial", sans-serif;
  4.     font-style: normal;
  5.     font-weight: 400;
  6. }
  7. h1 {
  8.     color: #ffffff;
  9. }
  10. h2 {
  11.     color: #ffffff;
  12. }
  13. h3 {
  14.     color: #ffffff;
  15. }
  16. h4 {
  17.     color: #ffffff;
  18. }
  19. h5 {
  20.     color: #ffffff;
  21. }
  22. h6 {
  23.     color: #ffffff;
  24. }
  25.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement