Mobile app version of vmapp.org
Login or Join
Sent7350415

: Website Designs with Round Headers? Does anyone have any examples of live websites with round headers? Similar to this: http://www.nasty-creatures.com/ I'm working on something for a client and

@Sent7350415

Posted in: #Css #Html #Javascript #WebsiteDesign

Does anyone have any examples of live websites with round headers? Similar to this: www.nasty-creatures.com/
I'm working on something for a client and have come up with a design with a round header, however I need some different examples of live sites so that I can see how they're built. I've scoured the web and can't find any decent examples.

If anyone can steer me in the right direction, I would greatly appreciate it!

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Sent7350415

1 Comments

Sorted by latest first Latest Oldest Best

 

@Ann6370331

Probably the best approach is to play around with Clippy which will help you with the shape you are looking for and neatly output the CSS for you.

Then it's just a case of tweaking and integrating into your design. I've pulled together an example in Codepen that should help. Here is the essential CSS:

-webkit-clip-path: ellipse(60% 80% at 50% 0%);
clip-path: ellipse(50% 17% at 50% 0%);


Enjoy tinkering :)

Credit to Lea Verou for the herringbone pattern.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme