GabeLinux

Web - 1 - 8

Dec 19th, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.25 KB | None | 0 0
  1. body {
  2.   background: azure;
  3. }
  4.  
  5. h1 {
  6.   text-align: center;
  7.   color: darkcyan;
  8. }
  9.  
  10. p {
  11.   font-size: 18px;
  12. }
  13.  
  14. a {
  15.   text-decoration: none;
  16. }
  17.  
  18. a:hover {
  19.   text-decoration: underline;
  20. }
  21.  
  22. img {
  23.   width: 600px;
  24.   height: auto;
  25. }
Advertisement
Add Comment
Please, Sign In to add comment