Advertisement
Guest User

Untitled

a guest
Jun 30th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. <div class="col-md-4">
  2. <fieldset class="scheduler-border">
  3. <legend class="scheduler-border red">DEVICES</legend>
  4. <h3>ALL DEVICES SUPORTED</h3>
  5. <p class="desc-features">All our products are perfectly optimized for mobile, desktop and tablet.</p>
  6. <button type="button" class="btn btn-danger btn-devices">Learn More</button>
  7. </fieldset>
  8. </div>
  9.  
  10. fieldset
  11. {
  12. height: 100%;
  13. }
  14. fieldset.scheduler-border {
  15. border: 2px solid #efefef !important;
  16. border-radius: 5px;
  17. padding: 0 1.4em 1.4em 1.4em !important;
  18. margin: 0 0 1.5em 0 !important;
  19. -webkit-box-shadow: 0px 0px 0px 0px #000;
  20. box-shadow: 0px 0px 0px 0px #000;
  21. }
  22.  
  23. legend.scheduler-border {
  24. font-size: 0.7em !important;
  25. font-weight: bold !important;
  26. text-align: center !important;
  27. width:inherit; /* Or auto */
  28. padding:0 10px; /* To give a bit of padding on the left and right */
  29. border-bottom:none;
  30. vertical-align: sub;
  31.  
  32. }
  33. .btn-devices{
  34. text-transform: none;
  35. background-color: #e64232;
  36. color: white;
  37. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement