Advertisement
Guest User

Untitled

a guest
Aug 15th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 1.26 KB | None | 0 0
  1. body {
  2. }
  3. .txt1 {
  4.     font-size: 2.0em;
  5.     margin-bottom: 0.83333em;
  6.     line-height: 1.222;
  7.     font-weight: 700;
  8.     font-family: ShopifySans, Helvetica, Arial, sans-serif;
  9.  
  10.  
  11. }
  12. .txt2 {
  13.     font-weight: 400;
  14.     color: #637381;
  15.     font-size: 1.25em;
  16.     margin-bottom: 0.9em;
  17.     line-height: 1.222;
  18. }
  19. .text1 {
  20.     font-size: 1.9em;
  21.         font-weight: 700;
  22.     font-family: ShopifySans, Helvetica, Arial, sans-serif;
  23.     margin-bottom: 0.83333em;
  24.         line-height: 1.222;
  25. }
  26. .text2 {
  27.     font-size: 1.125em;
  28.     color: #637381;
  29.     font-weight: 400;
  30.    
  31. }
  32. .text5 {
  33.     line-height: 1.5;
  34.         font-size: 1.125em;
  35.         color: #637381;
  36.     font-weight: 400;
  37. }
  38. .text6 {
  39.     font-weight: 400;
  40.     color: #637381;
  41. }
  42. .card-text {
  43.     padding: 30px;
  44.     color: #637381;
  45.     margin-bottom: 30px;
  46.     font-size: 1.125em;
  47.     line-height: 1.5;
  48.     font-weight: 400;
  49.     font-family:Arial, Helvetica, sans-serif;
  50.  
  51.  
  52.  
  53. }
  54. .slika-min {
  55.     width: 100px;
  56.     height: 100px;
  57.     background: yellow;
  58.     border-radius: 50px;
  59.     position: relative;
  60.     top: -90px;
  61.     margin-left: auto;
  62.     margin-right: auto;
  63.     margin-bottom: -70px;
  64.     background-position: center;
  65.     background-repeat: no-repeat;
  66.     background-size: cover;
  67. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement