Advertisement
khoaductin

Styling

Apr 14th, 2020
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. .card {
  2.  font-family: arial;
  3.  font-size: 20px;
  4.  text-align: center;
  5.  color: black;
  6.  background-color: white;
  7. }
  8. #typeans { font-size:30px !important }
  9. .replay-button svg { width: 15px; height: 15px; }
  10. .replay-button svg circle { fill: blue; }
  11. .replay-button svg path { stroke: white; fill: green; }
  12. .ipa {
  13.  color: blue;
  14. font-style: italic;
  15. }
  16. .vietnam {
  17. font-style: italic;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement