Advertisement
Guest User

Basic Card Template

a guest
Sep 5th, 2017
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. -----FRONT-----
  2. <div vocabulary>{{Vocabulary}}</div>
  3.  
  4. -----BACK-----
  5. {{FrontSide}}
  6. <div reading>{{Reading}}</div>
  7. <hr id=answer>
  8. <!--{{Audio}}-->
  9. <div definition>{{Definition}}</div>
  10.  
  11. -----STYLING-----
  12. .card {
  13. font-family: Noto Sans;
  14. font-size: 24px;
  15. margin-top: 42px;
  16. text-align: center;
  17. color: White;
  18. background-color: Black;
  19. }
  20.  
  21. [vocabulary]
  22. {
  23. font-size: 50px;
  24. font-family: IPAexGothic;
  25. margin: auto;
  26. }
  27.  
  28. [reading]
  29. {
  30. font-family: IPAexGothic;
  31. font-size: 33px;
  32. margin-top: 16px;
  33. }
  34.  
  35. [definition]
  36. {
  37. font-size: 22px;
  38. max-width: 750px;
  39. margin: auto;
  40. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement