Advertisement
Guest User

Untitled

a guest
Jan 14th, 2022
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. front:
  2. <div style='font-size: 30px'>{{Sentences}}</div>
  3. <hr>
  4. {{Expression}}
  5.  
  6. back:
  7. <div display-type="coloredkanji" class="wrapped-japanese">{{ColoredKanji}}</div><div style='font-family: Meiryo; font-size: 26px;'><div display-type="coloredreading" class="wrapped-japanese">{{Pronunciation}}</div></div>
  8. <hr id=answer>
  9. <div style='font-size: 30px'>{{Sentences}}</div>
  10. <br>
  11. {{Picture}}
  12. <div style='font-family: Arial; font-size: 25px; text-align: left'>{{Glossary}}</div>
  13. {{Audio}}
  14. {{Sentenceaudio}}
  15.  
  16. styling:
  17.  
  18. .card {
  19. font-family: myfont;
  20. font-size: 50px;
  21. text-align: center;
  22. color: white;
  23. background-color: black;
  24. }
  25. img {
  26. height: auto;
  27. width: auto;
  28. max-height: 350px;
  29. max-width: 650px;
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement