Advertisement
Guest User

Untitled

a guest
Dec 16th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.20 KB | None | 0 0
  1. /*margin*/
  2. header,nav{margin-top:5px}
  3. body{margin:auto}
  4.  
  5. /*section sizes*/
  6. header{height:80px}
  7. nav{height:35px}
  8. body{width:800px}
  9.  
  10. /*text properties*/
  11. h1,h2,h3,p{font-family:helvetica; text-align:left; color:black}
  12. h1{font-size:30pt}
  13. h2{font-size:16pt}
  14. h3,p,ul{font-size:12pt}
  15.  
  16. /*contacts list properties*/
  17. footer ul{list-style-type:none; clear:both}
  18. footer ul li{float:left; width:150px; text-align:left; font-size:10pt}
  19.  
  20. /*background colours*/
  21. header{background-color:white}
  22. nav,main,#newsArticle{background-color:#dddddd}
  23. body{background-color:lightblue}
  24. section{background-color:white}
  25.  
  26. /*image classes*/
  27. .imageBanner{width:200px; height:80px; float:right}
  28. .imageIconLeft{float:left; margin-right:10px}
  29. .normalImage{width:100px; height:100px; display:inline; margin-top:20px}
  30.  
  31. /*navigation list properties*/
  32. ul li{list-style-type:none}
  33. nav ul li{float:left; width:80px; text-align:center}
  34.  
  35. /*margins - sub page areas used for content*/
  36. section{margin-bottom:5px}
  37. p{margin-top:15px; margin-bottom:15px}
  38.  
  39. /*padding*/
  40. header,main,section{padding:10px}
  41.  
  42. /*misc*/
  43. header,footer{background-color:white}
  44. footer{height:60px}
  45. header,main,section,footer{padding:10px}
  46. h3{margin-bottom:10px}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement