Guest User

Untitled

a guest
Dec 27th, 2022
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.77 KB | None | 0 0
  1. @page {
  2. margin: 0;
  3. }
  4. body {
  5. display: block;
  6. margin: 0;
  7. padding: 0;
  8. }
  9. #PV {
  10. position: absolute;
  11. width: 100%;
  12. height: 100%;
  13. top: 0;
  14. left: 0;
  15. }
  16. #PV-T {
  17. top: 0;
  18. width: 100%;
  19. height: 50%;
  20. }
  21. #PV-B {
  22. bottom: 0;
  23. width: 100%;
  24. height: 50%;
  25. }
  26. #PV-L {
  27. left: 0;
  28. width: 49.5%;
  29. height: 100%;
  30. float: left;
  31. }
  32. #PV-R {
  33. right: 0;
  34. width: 49.5%;
  35. height: 100%;
  36. float: right;
  37. }
  38. #PV-TL {
  39. top: 0;
  40. left: 0;
  41. width: 49.5%;
  42. height: 50%;
  43. float: left;
  44. }
  45. #PV-TR {
  46. top: 0;
  47. right: 0;
  48. width: 49.5%;
  49. height: 50%;
  50. float: right;
  51. }
  52. #PV-BL {
  53. bottom: 0;
  54. left: 0;
  55. width: 49.5%;
  56. height: 50%;
  57. float: left;
  58. }
  59. #PV-BR {
  60. bottom: 0;
  61. right: 0;
  62. width: 49.5%;
  63. height: 50%;
  64. float: right;
  65. }
  66. .PV-P {
  67. width: 100%;
  68. height: 100%;
  69. top: 0;
  70. position: absolute;
  71. display: none;
  72. }
  73.  
Advertisement
Add Comment
Please, Sign In to add comment