Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

css make bottom of the div triangle

.clipped {
  clip-path: polygon(100% 0%, 100% 70%, 50% 90%, 50% 90%, 0 70%, 0 0);
}

img {
  max-width: 100%;
  width: 100%;
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #css #bottom #div #triangle
ADD COMMENT
Topic
Name
1+7 =