Advertisement
khoaductin

Styling

Apr 15th, 2020
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.39 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:40px !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. .link {
  13.  font-family: Arial;
  14.  font-size: 10px;
  15.  text-align: right;
  16.  font-style: italic;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement