style.css 847 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. /*
  2. .holder {
  3. background: #fee;
  4. width: 500px;
  5. }
  6. h2 {
  7. position: relative;
  8. left: -10%;
  9. background: #aef;
  10. margin: 0;
  11. } */
  12. /* .holder {
  13. background: #fee;
  14. width: 500px
  15. }
  16. h2 {
  17. position: relative;
  18. top: 10px;
  19. background: #aef;
  20. margin: 0;
  21. } */
  22. /* .holder {
  23. background: #fee;
  24. width: 500px
  25. }
  26. h2 {
  27. position: absolute;
  28. right: 0;
  29. top: 0;
  30. background: #aef;
  31. margin: 0;
  32. } */
  33. /* h2 {
  34. position: absolute;
  35. right: 0;
  36. top: 0;
  37. background: #aef;
  38. margin: 0;
  39. }
  40. .parent {
  41. background: #fee;
  42. width: 500px;
  43. position: relative;
  44. } */
  45. /* div {
  46. position: absolute;
  47. left: 10px; right: 10px; top: 10px; bottom: 10px;
  48. } */
  49. /* #top {
  50. position: fixed;
  51. right: 10px;
  52. top: 10px;
  53. background: #fee;
  54. } */
  55. h2 {
  56. position: relative;
  57. left: -10%;
  58. }