Advertisement
Guest User

Untitled

a guest
Feb 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. <html>
  2. <head>
  3. <style>
  4.  
  5. body {
  6. background-color:lightgrey;
  7. margin: 1%;
  8. font-family: Tomes New Roman, Times, Sherif;
  9. body font-size:18px
  10. }
  11.  
  12. div {
  13. background-color:lightyellow;
  14. border: medium solid green;
  15. padding: 0.5%;
  16. margin: 0.5%;
  17. overflow: auto;
  18. }
  19.  
  20. div.nagykeret {
  21. border: thick solid transparent;
  22. border-image-source: url(Hungary.png);
  23. border-image-repeat: stretch;
  24. border-image-slice: 4;
  25. background--color: lightyellow;
  26. }
  27.  
  28. div.cim {
  29. background-color:grey;
  30. }
  31.  
  32. div.cim2{
  33. background-color:red;
  34. border: thin solid green;
  35. margin: 0;
  36. }
  37.  
  38. div.kep{
  39. width: 22.5%;
  40. height: 180px;
  41. float: left;
  42. }
  43.  
  44. div.szoveg{
  45. text-align: justify;
  46. width: 72.4%;
  47. height: 187px;
  48. margin-right: 0.2%;
  49. padding-top:0;
  50. float:left;
  51. }
  52.  
  53. h2{
  54. margin: 0% 1%;
  55. color:white;
  56. font-size: 150%;
  57. font-style:italic;
  58. text-shadow: 1px 2px green;
  59. letter-spacing: 1pt;
  60. }
  61.  
  62. h4{
  63. margin: 2% 0% 0%;
  64. font-family:Arial, Sans-serif;
  65. font.size: 0.9em;
  66. }
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76. </style>
  77. </head>
  78. <body>
  79. <div class="nagykeret">
  80. </div>
  81. </body>
  82. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement