Advertisement
Guest User

Untitled

a guest
Jan 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. .hexagon-column:before {
  2. content:'';
  3. position:absolute;
  4. height:100px;
  5. width:100%;
  6. left:0;
  7. bottom:100%;
  8. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' fill='#000' width='100%25' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 100 L50 0 L100 100 Z' /%3E%3C/svg%3E");
  9. }
  10. .hexagon-column:after {
  11. content:'';
  12. position:absolute;
  13. height:100px;
  14. width:100%;
  15. left:0;
  16. top:100%;
  17. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' fill='#000' width='100%25' height='100' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpath d='M0 0 L50 100 L100 0 Z' /%3E%3C/svg%3E");
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement