Advertisement
Josif_tepe

Untitled

Apr 7th, 2023
878
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.43 KB | None | 0 0
  1. h1 {
  2.     text-align: center;
  3. }
  4. h2 {
  5.     text-align: center;
  6. }
  7. h3 {
  8.     text-align: center;
  9. }
  10. h4 {
  11.     text-align: center;
  12. }
  13. h5 {
  14.     text-align: center;
  15. }
  16. h6 {
  17.     text-align: center;
  18. }
  19. p {
  20.     font-family: Verdana, Geneva, Tahoma, sans-serif;
  21.     font-size: 14px;
  22.     font-style: italic;
  23.     background-color: aqua;
  24.     text-align: center;
  25. }
  26. img {
  27.     height: 300px;
  28.     width: 300px;
  29.     border-radius: 40%;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement