Advertisement
Guest User

Untitled

a guest
Jan 20th, 2020
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. <div class="card pb-1" style="border-width: 2px">
  2. <div class="card-header header-elements-inline justify-content-start" style="padding-top: 24px;">
  3. <i class="icon-arrow-left8" style="font-size: 26px; margin-left: 14px;"></i>
  4. <h6 class="card-title" style="font-size: 26px; margin-left: 30px;">Messaggio</h6>
  5. <i class="icon-shield-check" style="font-size: 32px; margin-left: 167px;"></i>
  6. <i class="icon-more2" style="font-size: 26px; margin-left: 26px;"></i>
  7. </div>
  8. <div class="card-body d-flex flex-column align-items-center">
  9. <img
  10. alt=""
  11. style="width: 93px; box-sizing: content-box; border: 4px solid #dddddd; border-radius: 50%;"
  12. src="assets/logo.png"
  13. class="mt-3"
  14. />
  15. <p style="font-size: 21px; color: #a1a6a9; text-align: center;" class="mt-3">
  16. Multichannel Messaging Platform messaggio.com
  17. </p>
  18. <div class="mt-3" style="background: #d8d8d8; width: 470px; height: 2px; box-shadow: 1px 2px 4px rgba(0,0,0,0.3);"></div>
  19. <div class="card mt-3 flex-column align-items-center" style="border-width: 2px; border-radius: 15px; width: 450px;">
  20. <img
  21. alt=""
  22. class="card-img mt-3"
  23. src="https://www.gstatic.com/images/branding/googlelogo/1x/googlelogo_color_120x48dp.png"
  24. style="width:220px"
  25. />
  26. <p class="card-text align-self-start ml-3" style="font-size: 24px; margin-top: 24px; color: #282828;">
  27. This is a rich card.
  28. </p>
  29. <p class="card-text" style="font-size: 24px; margin-top: 2px; color: #282828;">
  30. Hi there!
  31. </p>
  32. <div class="mt-1" style="background: #d8d8d8; width: 415px; height: 2px;"></div>
  33. <p class="card-text" style="font-size: 24px; margin: 9px 0; color: #282828;">
  34. Oh, hi.
  35. </p>
  36. </div>
  37. <div style="width: 450px; margin-top: 45px;" class="d-flex align-items-center">
  38. <button style="all: unset; background: #1972e8; color: #fff; border-radius: 50%; width: 53px; height: 53px; font-size: 38px;">
  39. <span style="display: block; margin: -3px 0 0 16px;">+</span>
  40. </button>
  41. <div class="d-inline-flex" style="border: 2px solid #eeeeee; height: 60px; width: 382px; margin-left: 15px; border-radius: 30px; box-shadow: 1px 2px 4px rgba(0,0,0,0.3);">
  42. <input type="text" style="all: unset; margin-left: 22px; font-size: 20px; width: 290px;" placeholder="Chat message">
  43. <button class="ml-auto" style="all: unset; width: 40px; height: 40px; margin-top:8px; margin-right: 20px;">
  44. <svg>
  45. <path style="transform: scale(1.6);" fill="#82858a" d="M2,3v18l20,-9L2,3zM4,14l9,-2 -9,-2L4,6.09L17.13,12 4,17.91L4,14z"></path>
  46. </svg>
  47. </button>
  48. </div>
  49. </div>
  50. </div>
  51. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement