Advertisement
Guest User

css

a guest
Feb 22nd, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. #article {
  2. width: 960px;
  3. margin-right: auto;
  4. margin-left: auto;
  5. font-family:arial, sans-serif;
  6. font-size:16px;
  7. }
  8.  
  9. body {
  10. background-color:#272222;
  11. }
  12.  
  13. header {
  14. padding-top:10x;
  15. padding-bottom: 10px;
  16. background-color: #806969;
  17. text-align: center;
  18.  
  19.  
  20. }
  21.  
  22. nav {
  23. text-align: center;
  24.  
  25. }
  26.  
  27. nav ul{
  28. list-style-type: none;
  29.  
  30. }
  31.  
  32. nav li {
  33. display: inline;
  34. margin-right: 40px;
  35. }
  36.  
  37. a{
  38. color:#A07D7D;
  39. text-decoration: none;
  40.  
  41. }
  42.  
  43. section {
  44. width: 615px;
  45. float: left;
  46. background: #302929 ;
  47. padding: 15px;
  48. margin-top: 15px;
  49. margin-bottom: 15px;
  50. }
  51.  
  52. section a{
  53. font-size:20px;
  54. }
  55.  
  56. aside {
  57. width: 255px;
  58. padding:25px;
  59. float: right;
  60. background:#302929 ;
  61. margin-top:15px;
  62. }
  63.  
  64. footer {
  65. height: 50px;
  66. clear: both;
  67. background:#302929 ;
  68. }
  69.  
  70. #story {
  71. height:120px;
  72. margin-top: 15px;
  73. margin-bottom:50px;
  74. }
  75.  
  76. #story video {
  77. float:left;
  78. padding: 5px;
  79. margin-right: 10px;
  80. margin-bottom: 10px;
  81. }
  82.  
  83. #story a{
  84. font-size:18px;
  85. }
  86.  
  87. #story p {
  88. color:#D3C6C6
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement