Advertisement
Guest User

Untitled

a guest
Feb 17th, 2020
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. .card {
  2. font-family: arial;
  3. font-size: 20px;
  4. text-align: center;
  5. margin: 0;
  6. color: black;
  7. background-color: #34495d;
  8. }
  9.  
  10. .card.night_mode {
  11. font-family: arial;
  12. font-size: 20px;
  13. text-align: center;
  14. color: black;
  15. background-color: #34495d;
  16. }
  17.  
  18.  
  19. .front {
  20. height: 60px;
  21. width: 400px;
  22. background-color: #59738d;
  23. color: #b7d3ee;
  24. border: 0;
  25. padding: 5%;
  26. margin: 0;
  27.  
  28. }
  29.  
  30. #frontback {
  31. height: 50%;
  32. length: 50%;
  33. background-color: #59738d;
  34. color: #b7d3ee;
  35. padding: 5%;
  36. }
  37.  
  38. #back {
  39. width: 65%;
  40. background-color: #59738d;
  41. padding: 6%;
  42. margin: auto;
  43. }
  44.  
  45. input#typeans {
  46. font-size: 70%;
  47. text-align: center;
  48. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement