Advertisement
bagaspramudita

CSS Mantap

Apr 26th, 2020
834
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.22 KB | None | 0 0
  1. .bank-tf {
  2.     font-size: 15px;
  3.     cursor: default;
  4. }
  5. b.price_thanks {
  6.     font-size: 32px;
  7.     font-weight: bold;
  8.     font-family: "Roboto", open-sans;
  9. }
  10. span.price_last {
  11.     background: #2196F3;
  12.     color: #fff;
  13.     padding: 0 5px;
  14.     border-radius: 7px;
  15. }
  16. .price_important_info {
  17.     display: inline-block;
  18.     padding: .5em 1em;
  19.     font-size: 13px;
  20.     border-radius: 5px;
  21.     background-color: #FFC107;
  22.     margin-bottom: 20px;
  23. }
  24. .price_important_info:before {
  25.     content: "";
  26.     position: absolute;
  27.     margin: auto;
  28.     width: 0;
  29.     height: 0;
  30.     border-left: 5px solid transparent;
  31.     border-right: 5px solid transparent;
  32.     border-bottom: 5px solid #FFC107;
  33.     margin-top: -12px;
  34.     margin-left: 185px;
  35. }
  36. .info-bankss {
  37.     height: fit-content;
  38.     border-top: 1px dashed #d4d4d4;
  39.     padding: 10px 0 5px 0;
  40.     display: flex;
  41. }
  42. .bank-icon {
  43.     width: 30%;
  44.     height: 70px;
  45.     float: left;
  46. }
  47. .desc-bankss {
  48.     width: 70%;
  49.     height: 70px;
  50.     float: left;
  51.     text-align: left;
  52.     font-size: 15px;
  53.     padding-left: 10px;
  54. }
  55. .bank-name {
  56.     font-weight: bold;
  57.     font-size: 14px;
  58. }
  59. .bank-tf {
  60.     font-size: 15px;
  61. }
  62. .bank-number {
  63.     font-size: 15px;
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement