Advertisement
khoaductin

Styling

Apr 14th, 2020
309
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.12 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.  line-height: 1.5;
  8. }
  9.  
  10. .search {
  11.  font-family: Arial;
  12.  font-size: 12px;
  13.  color: blue;
  14.  padding-bottom: 10px;
  15. }
  16.  
  17. .word {
  18.  font-family: Verdana;
  19.  font-size: 40px;
  20.  padding-top: 20px;
  21.  padding-bottom: 10px;
  22.  color: blue;
  23. }
  24.  
  25. .ipa {
  26.  font-family: Times New Roman;
  27.  font-size: 20px;
  28. }
  29.  
  30. .definition {
  31.  text-align: center;
  32.  font-family: Arial;
  33.  font-size: 20px;
  34.  padding-top: 10px;
  35.  padding-bottom: 10px;
  36. }
  37.  
  38. .sentence {
  39.  font-family: Arial;
  40.  font-size: 15px;
  41.  padding-left: 10px;
  42.  text-align: left;
  43.  border-left: 2.5px solid lightblue;
  44. }
  45.  
  46. .link {
  47.  font-family: Arial;
  48.  font-size: 10px;
  49.  text-align: right;
  50. }
  51.  
  52. .block {
  53.  display: inline-block;
  54.  padding-top: 10px;
  55.  padding-bottom: 10px;
  56.  padding-left: 10px;
  57.  padding-right: 10px;
  58. }
  59.  
  60. .vietnamese {
  61.  text-align: left;
  62. }
  63. .example {
  64.  font-size: 60%;
  65. }
  66. .audio {
  67.  font-size: 150%;
  68. }
  69. .replay-button svg { width: 18px; height: 18px; }
  70. .replay-button svg circle { fill: blue; }
  71. .replay-button svg path { stroke: white; fill: green; }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement