Advertisement
amrith

Untitled

Feb 17th, 2021
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. #header1 {
  2. color: #111;
  3. font-family: 'Helvetica Neue', sans-serif;
  4. font-size: 125%;
  5. font-weight: bold;
  6. letter-spacing: -1px;
  7. line-height: 2;
  8. text-align: left;
  9. background-color: white;
  10. border-radius: 20px 1px 20px;
  11. -webkit-border-radius: 20px 1px 20px;
  12. -moz-border-radius:20px 1px 20px;
  13. padding: 0px 14px;
  14. }
  15.  
  16. #desc_header {
  17. font-family: sans-serif;
  18. text-transform: uppercase;
  19. text-rendering: optimizeLegibility;
  20. letter-spacing: 0em;
  21. font-size: 6em;
  22. font-weight: bolder;
  23. line-height: 1;
  24. position: relative;
  25. display: inline-block;
  26. margin: .25em;
  27. padding: .5em .75em;
  28. text-align: center;
  29. -webkit-background-clip: text;
  30. background-clip: text;
  31. -webkit-text-fill-color: transparent;
  32. -webkit-text-stroke-width: 1px;
  33. -webkit-text-stroke-color: white;
  34. background-image: url(https://img.onmanorama.com/content/dam/mm/en/food/diet-and-nutrition/images/2020/7/17/moringa-leaves.jpg);
  35. }
  36.  
  37. .dabur_info img {
  38. text-align: center
  39. }
  40.  
  41. #description1,#description2 {
  42. font-family: 'Helvetica Neue', sans-serif;
  43. font-size: 100%;
  44. font-weight: 400;
  45. line-height: 24px;
  46. }
  47.  
  48. #desc_paragraph {
  49. color: #4c4a37;
  50. font-family: 'Droid Sans', sans-serif;
  51. font-size: 120%;
  52. line-height: 33px;
  53. margin: 31px 0px; }
  54.  
  55. hr
  56. { height: 5px;
  57. border: 0;
  58. box-shadow: inset 0 5px 5px -5px rgba(0, 0, 0, 0.5);
  59. }
  60.  
  61.  
  62.  
  63.  
  64. #description1, #description2 {
  65. font-family: 'Helvetica Neue', sans-serif;
  66. font-size: 100%;
  67. font-weight: 400;
  68. line-height: 24px;
  69. color: white;
  70. background-color: white;
  71. border-radius: 1px 20px 1px;
  72. padding: 0% 2.3%;
  73. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement