How to make a curve in CSS

Is there any way I could make a curve like this. In the reference site they just used a png but that uses more bandwidth
6 Replies
isaac_way
isaac_way3y ago
svg would be pretty small for something like this - probably is a css way though
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
barry
barry3y ago
svg's are the way clip-path can't do as smooth as svg
Mocha
Mocha3y ago
Agree, a simple SVG is the easiest way
Unknown User
Unknown User3y ago
Message Not Public
Sign In & Join Server To View
Forsto
ForstoOP3y ago
Ohh really dope thanks

Did you find this page helpful?