Advertisement
Guest User

Untitled

a guest
Feb 18th, 2019
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. body
  2. {
  3. background-color:#6E6E6E;
  4. color:white;
  5. font-family:"Times New Roman", Times, serif;
  6. font-size: 20px;
  7. }
  8.  
  9. h1
  10. {
  11. color:black;
  12. font-size: 60px;
  13. }
  14.  
  15. h2{
  16. color: yellow;
  17. font-size: 30px;
  18. text-decoration:underline;
  19. }
  20.  
  21. h3
  22. {
  23. text-align:center;
  24. }
  25.  
  26. a
  27. {
  28. color:black;
  29. text-decoration:underline;
  30. }
  31. #tartalom
  32. {
  33. width: 1200px;
  34. border: 10px white solid;
  35. }
  36.  
  37. #fejlec
  38. {
  39. width: 100%;
  40. height: 200px;
  41. background-color: #FF9933;
  42. }
  43.  
  44. #logo
  45. {
  46. text-align:center;
  47. float:left;
  48. width: 595px;
  49. height: 100%;
  50. border-right: 5px white solid;
  51. }
  52.  
  53. #felirat
  54. {
  55. text-align: center;
  56. float:right;
  57. width:595px;
  58. height:100%px;
  59. }
  60.  
  61. #torzs
  62. {
  63.  
  64. }
  65.  
  66. #hasabok
  67. {
  68.  
  69. }
  70.  
  71. #hasab1
  72. {
  73.  
  74. }
  75.  
  76. #hasab2
  77. {
  78.  
  79. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement