Advertisement
Guest User

Untitled

a guest
Nov 21st, 2014
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.14 KB | None | 0 0
  1.  
  2. /* -------------------------------------------------------- */
  3. /* Pricing */
  4. /* -------------------------------------------------------- */
  5. .pricing > div {
  6. color:#666;
  7. }
  8. .pricing ul {
  9. list-style-type:none;
  10. margin:0 0 20px 0;
  11. }
  12. .pricing ul li {
  13. border-bottom:1px solid #eee;
  14. padding:4px 0px;
  15. font-size:1.2em;
  16. color:#222;
  17. }
  18. .pricing .well {
  19. background:#fff;
  20. border:1px solid #ccc;
  21. box-shadow:0 0 10px rgba(0,0,0,0.1);
  22. }
  23. .pricing h2 {
  24. font-size:30px;
  25. margin:4px 0px 20px 0px;
  26. color:#0085CC;
  27. }
  28. .pricing .most-popular {
  29. margin-top:-15px;
  30. }
  31. .most-popular {
  32. position: relative;
  33. overflow: hidden;
  34. color: #fff;
  35. display: inline-block;
  36. font-family: Arial, sans-serif;
  37. }
  38.  
  39.  
  40. .most-popular p span {
  41. position: absolute;
  42. display: inline-block;
  43. right: -25px;
  44. color:#fff;
  45. box-shadow: 0px 0px 10px rgba(0,0,0,0.2), inset 0px 5px 30px rgba(255,255,255,0.2);
  46. text-align: center;
  47. text-transform: uppercase;
  48. top: 22px;
  49. background: #d93131;
  50. width: 100px;
  51. padding: 3px 10px;
  52. -webkit-transform: rotate(45deg);
  53. -moz-transform: rotate(45deg);
  54. -o-transform: rotate(45deg);
  55. -ms-transform: rotate(45deg);
  56. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement