Guest User

Untitled

a guest
Jun 18th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. h1{
  2. width: 200px;
  3. color: purple;
  4. margin:auto;
  5. font-family: serif;
  6. align-content: center;
  7. text-transform: uppercase;
  8. }
  9.  
  10. img{
  11.  
  12. width: 800px;
  13. height: 600px;
  14. }
  15.  
  16.  
  17.  
  18. body{
  19.  
  20. color:light black;
  21. background-color: #E0E0E0;
  22. align-content: center;
  23. text-align: justify;
  24. width:800px;
  25. margin: 0 auto;
  26. }
  27.  
  28. p{
  29.  
  30. font-family:'Times New Roman', Times, serif;
  31. }
  32.  
  33. a {
  34. color:red;
  35. }
Add Comment
Please, Sign In to add comment