Advertisement
Guest User

Untitled

a guest
Oct 26th, 2020
2,817
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. --Front Template--
  2. <table align="center"><tr><td align="center">
  3. <span style="font-size: 50px; ">{{Word}}</span><br />
  4. {{Sentence}}<br />
  5. {{Picture}}<br />
  6. {{Audio}}
  7. </td></tr><table>
  8.  
  9. --Back Template--
  10. {{FrontSide}}
  11.  
  12. <hr id=answer>
  13.  
  14. {{Kana}}
  15. {{Meaning}}
  16.  
  17. --Styling--
  18. .card {
  19. font-family: arial;
  20. font-size: 25px;
  21. text-align: center;
  22. color: White;
  23. background-color: Black;
  24. }
  25. .jp { font-size: 30px }
  26. .win .jp { font-family: "MS Mincho", "MS 明朝"; }
  27. .mac .jp { font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 Pro"; }
  28. .linux .jp { font-family: "Kochi Mincho", "東風明朝"; }
  29. .mobile .jp { font-family: "Hiragino Mincho ProN"; }
  30.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement