Advertisement
Guest User

CSS

a guest
Nov 17th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.05 KB | None | 0 0
  1. h1 {
  2. font-family : 'Raleway';
  3. }
  4. h2 {
  5. font-family : 'Raleway';
  6. font-size : 16px;
  7. font-weight : 900;
  8. }
  9. h3 {
  10. font-family : 'Raleway';
  11. }
  12. h4 {
  13. font-family : 'Raleway';
  14. font-size: 32px;
  15. text-align: center;
  16. }
  17. ul#list-nav {
  18. margin : 20px;
  19. padding : 0;
  20. list-style : none;
  21. height: 30px;
  22. background: #2c3e50;
  23. width : 525px;
  24. }
  25. ul#list-nav li {
  26. display : inline;
  27. }
  28. ul#list-nav li a {
  29. text-decoration : none;
  30. padding : 5px 0;
  31. width : 300px;
  32. font-size: 1.8em;
  33. background : #000000;
  34. color : #fff;
  35. }
  36. p {
  37. color : #444444;
  38. font-family : 'Raleway', sans-serif;
  39. font-size : 16px;
  40. font-weight : 100;
  41. margin-left : 80px;
  42. }
  43. a {
  44. color : #214e34;
  45. font-family : 'Raleway', sans-serif;
  46. font-size : 13px;
  47. font-weight : 900;
  48. text-align : left;
  49. text-transform : uppercase;
  50. text-decoration : none;
  51. letter-spacing : 2px;
  52. margin-left : 80px;
  53. }
  54. IMG.logo {
  55. display : block;
  56. margin-left: auto;
  57. margin-right: auto;
  58. }
  59. #content {
  60. text-align: center;
  61. }
  62. body {
  63. margin : 0;
  64. padding : 0;
  65. font-family : 'Raleway', sans-serif;
  66. align-content: center;
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement