Advertisement
Guest User

Untitled

a guest
Jul 19th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. @font-face{
  2. font-family:'Bevan';
  3. src:url(../font/bevan.ttf);
  4. }
  5.  
  6. body{
  7. }
  8. #container {
  9. margin-left: auto;
  10. margin-right: auto;
  11. background-color: white;
  12. min-height: 600px;
  13. color: rgba(255, 255, 255, 0.6);
  14. background-image: url(../background/fire.jpg);
  15. background-color: black;
  16. background-position: absolute;
  17. background-repeat: no-repeat;
  18. font-family: bevan;
  19. width: 100%;
  20. }
  21. .menu{
  22. float: left;
  23. width: 50%;
  24. }
  25. .menu li{
  26. float: left;
  27. text-align: center;
  28. text-decoration: none;
  29. padding-left: 20px;
  30. list-style-type: none;
  31. margin-left: 0px;
  32. padding-top: 16px;
  33. }
  34. .logo {
  35. text-align: center;
  36. padding-top: 150px;
  37. padding-bottom: 100px;
  38. width: 50%;
  39. float: left;
  40. font-size: 26px;
  41. }
  42. .cytat {
  43. padding-top: 550px;
  44. padding-right: 260px;
  45. text-align: right;
  46. }
  47. .nav{
  48. float:left;
  49. width: 50%;
  50. min-height: 600px;
  51. text-align: center;
  52. padding-top: 100px;
  53. clear:both;
  54. font-family:Arial;
  55. font-size: 25px;
  56. }
  57. .nav li{
  58. text-decoration: none;
  59. list-style-type: none;
  60. padding-top: 10px;
  61. text-align: center;
  62. font-size: 20px;
  63. }
  64. .content{
  65. float:left;
  66. width:50%;
  67. min-height: 600px;
  68. text-align: center;
  69. padding-top: 50px;
  70. }
  71. h3{
  72. text-align:center;
  73. font-family:Serif;
  74. padding-bottom:60px;
  75. }
  76. #main {
  77. margin-left:auto;
  78. margin-right: auto;
  79. background-color: white;
  80. color:rgba(1,2,3,0.6);
  81. min-height: 600px;
  82. }
  83. .news {
  84. float: left;
  85. min-height: 600px;
  86. padding-left: 0px;
  87. width: 50%;
  88. }
  89. .about{
  90. float: left;
  91. width: 50%;
  92. min-height: 600px;
  93.  
  94. }
  95. .footer{
  96. clear:both;
  97. background-color: rgba(10,10,10);
  98. color:rgba(255,255,255);
  99. padding: 20px;
  100. min-height: 200px;
  101. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement