Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. .box {
  2. margin: 2rem 0 4rem;
  3. }
  4. .box.box1 {
  5. border: solid 3px #d3b8dc;
  6. }
  7. .box .box-content {
  8. padding: 2rem 2rem 1.5rem;
  9. }
  10. .box .box-title {
  11. display: inline-block;
  12. font-weight: 700;
  13. line-height: 1.4;
  14. }
  15. .box .box-title i {
  16. padding-right: .3rem;
  17. }
  18. .box1 .box-content {
  19. padding-top: 0;
  20. }
  21. .box1 .box-title {
  22. background: #fff;
  23. color: #c691d8;
  24. position: relative;
  25. top: -14px;
  26. left: 10px;
  27. padding: 0 1rem;
  28. }
  29. .box2 .box-title {
  30. background: #d3b8dc;
  31. border-radius: 5px 5px 0 0;
  32. color: #fff;
  33. padding: .5rem 1rem .3rem;
  34. }
  35. .box2 .box-content {
  36. border: solid 3px #d3b8dc;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement