-Annie-

04.CreateContent(Styles)

Feb 3rd, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.33 KB | None | 0 0
  1. body {
  2.     font-family: "Lato", sans-serif;
  3. }
  4.  
  5. main {
  6.     margin: 50px auto;
  7.     max-width: 1060px;
  8.     padding: 0 10px;
  9. }
  10.  
  11. h2 {
  12.     color: #234465;
  13.     margin: 10px;
  14. }
  15.  
  16. p {
  17.     font-size: 16px;
  18.     color: #333333;
  19.     letter-spacing: 0;
  20.     width: 800px;
  21. }
  22.  
  23. img {
  24.     text-align: left;
  25.     width: 180px;
  26.     height: 100px;
  27.     margin: 10px 50px 0 0;
  28. }
Add Comment
Please, Sign In to add comment