Advertisement
Guest User

Untitled

a guest
Nov 28th, 2015
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. .entry-content h3{
  2. position:relative;
  3. margin:0 5px;
  4. padding:10px 20px;
  5. font:bold 24px/1.6 Arial, Helvetica, sans-serif;
  6. color:#333;
  7. border:#333 solid 3px;
  8. border-radius:18px;
  9. background:#fff;
  10. box-shadow:-7px -5px 0 0 #e8e8e8 inset,
  11. 2px 3px 0 0 #000;
  12. }
  13. .entry-content h3:before{
  14. content:" ";
  15. position:absolute;
  16. top:100%;
  17. left:14px;
  18. width:0;
  19. height:0;
  20. border-width:20px;
  21. border-style:solid;
  22. border-color:transparent;
  23. border-top-color:#333;
  24. }
  25. .entry-content h3:after{
  26. content:" ";
  27. position:absolute;
  28. bottom:-27px;
  29. left:18px;
  30. width:0;
  31. height:0;
  32. border-width:14px;
  33. border-style:solid;
  34. border-color:transparent;
  35. border-top-color:#e8e8e8;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement