Advertisement
Guest User

Untitled

a guest
Nov 19th, 2017
263
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. @charset "utf-8";
  2.  
  3.  
  4.  
  5.  
  6.  
  7. * {
  8.  
  9.  
  10.  
  11. line-height: 150%;
  12.  
  13.  
  14.  
  15. }
  16.  
  17.  
  18.  
  19.  
  20.  
  21. @font-face {
  22.  
  23.  
  24.  
  25. font-family: "ipamp";
  26.  
  27.  
  28.  
  29. src: url(../Fonts/ipamp.ttf);
  30.  
  31.  
  32.  
  33. }
  34.  
  35.  
  36.  
  37.  
  38.  
  39. body{
  40.  
  41.  
  42.  
  43. font-family: "ipamp";
  44.  
  45.  
  46.  
  47. writing-mode: vertical-rl;
  48.  
  49.  
  50.  
  51. line-break: normal;
  52.  
  53.  
  54.  
  55. -epub-writing-mode: vertical-rl;
  56.  
  57.  
  58.  
  59. -webkit-writing-mode: vertical-rl;
  60.  
  61.  
  62.  
  63. -epub-line-break: normal;
  64.  
  65.  
  66.  
  67. -webkit-line-break: normal;
  68.  
  69.  
  70.  
  71. }
  72.  
  73.  
  74.  
  75.  
  76.  
  77. p{
  78.  
  79.  
  80.  
  81. margin: 0;
  82.  
  83.  
  84.  
  85. }
  86.  
  87.  
  88.  
  89.  
  90.  
  91. h2{
  92.  
  93.  
  94.  
  95. margin-left:3rem;
  96.  
  97.  
  98.  
  99. margin-top:3rem;
  100.  
  101.  
  102.  
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement