Advertisement
NaruKage

css.tambahan.print.mikhmon

Sep 19th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. .text1 {
  2. font-family: Comic Sans MS;
  3. vertical-align: center;
  4. text-align: center;
  5. font-size: 26px;
  6. font-weight: 1800;
  7. }
  8.  
  9. .aktif {
  10. color: #fff;
  11. font-weight: bold;
  12. font-size: 12px;
  13. vertical-align: center;
  14. text-align: center;
  15. padding-right: 5px;
  16. padding-left: 5px;
  17. }
  18.  
  19. .aktif span {
  20. writing-mode: vertical-rl;
  21. transform: rotate(360deg);
  22. white-space: nowrap;
  23. -ms-writing-mode: tb-rl;
  24. -webkit-writing-mode: vertical-rl;
  25. }
  26.  
  27. .harga {
  28. color: #fff;
  29. font-weight: bold;
  30. text-align: center;
  31. font-size: 20px;padding-left: 5px;
  32. padding-right: 5px;
  33. vertical-align: center;
  34. }
  35.  
  36. .harga span {
  37. writing-mode: vertical-rl;
  38. transform: rotate(180deg);
  39. white-space: nowrap;
  40. -ms-writing-mode: tb-rl;
  41. -webkit-writing-mode: vertical-rl;
  42. }
  43.  
  44. .gambar1 {
  45. text-align: center;
  46. width: 171px;
  47. border-bottom: 2px solid #000000;
  48. margin: 0px; padding: 0px;
  49. }
  50.  
  51. .gambar2 {
  52. text-align: center;
  53. width: 78px;
  54. }
  55.  
  56. .full {
  57. width: 100%;
  58. }
  59.  
  60. .slogan {
  61. vertical-align: center;
  62. text-align: center;
  63. font-size: 8px;
  64. }
  65.  
  66. .pengguna1 {
  67. width: 100%;
  68. font-weight: bold;
  69. font-size: 18px;
  70. color:#111111;
  71. text-align: center;
  72. }
  73.  
  74. .pengguna2 {
  75. width: 100%;
  76. font-weight: bold;
  77. font-size: 17px;
  78. color:<?php echo $color;?>;
  79. text-align: left;
  80. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement