Advertisement
joekatona

CSS

May 13th, 2019
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. body{
  2. background: url("back.jpg")
  3. }
  4. #nagy{
  5. width: 1000px;
  6. margin: 0 auto;
  7. }
  8. #header{
  9. min-width: 650px;
  10. min-width: 1000px;
  11. position: relative;
  12. }
  13. #cimer{
  14. position: absolute;
  15. right: 100px;
  16. top: 10px;
  17. }
  18. h1{
  19. position: absolute;
  20. top: -15px;
  21. left: 90px;
  22. }
  23. .f{
  24. font-weight: bold;
  25. }
  26. .c{
  27. text-align: center;
  28. }
  29. p{
  30. margin-left: 15px;
  31. }
  32. #k1,#k2{
  33. width: 450px;
  34. background-color: #5B9CEA;
  35. float: left;
  36. padding: 20px;
  37. }
  38. #k2{
  39. margin-left: 20px;
  40. }
  41. table,td{
  42. border: solid 1px black;
  43. border-collapse: collapse;
  44. }
  45. td{
  46. padding: 3px;
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement