Advertisement
PiggiesGoSqueal

styles.css

Aug 26th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. /*
  2.   This is a CSS file.
  3.   It includes different styles/colors for the main page.
  4. */
  5.  
  6. body {
  7.     backround-image: url("https://c1.staticflickr.com/9/8552/30409739275_8496f8e4b6_b.jpg");
  8. }
  9.  
  10. h1 { color: pink; }
  11.  
  12. p { color: red; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement