Bottom Triangle effect
I want to make this similar effect in CSS. Is there a good resource on how to make an effect like this? I do see it using flexbox.
https://georgian.edu/academics/undergraduate-programs/computer-information-systems/
Georgian Court University, New Jersey
Computer Information Systems
Get a college degree in computer information systems and fast-track your career at Georgian Court University in Lakewood, New Jersey.
3 Replies
you can do it with a clip-path.
https://codepen.io/MarkBoots/pen/YzbrdWR?editors=1100
Nice! Did you have to use a tool to draw out the triangle?
nah, it's not that difficult. I started top left corner (0 0) and then clockwards around. every point has a x y position