GabeLinux

Web - 1 - 6

Dec 19th, 2016
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 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. }
Advertisement
Add Comment
Please, Sign In to add comment