So I am looking to create an oval purely in webflow. I have played around with border-radius and [this][1] tutorial but the functionality in webflow doesn’t seem to allow for that format of input into the border-radius field in the designer.
If anyone has any thoughts on this or workarounds that would be great.
Hi arthur. Webflow simlifies a few CSS properties and Border is one of them. There’s a bit more complexity in Border than what Webflow allows. Css allows for 2 values per corner, one for each direction. What you can do is add custom CSS code, from the dashboard or with the HTML widget, to declare your more complex border radius.
Now if you don’t want to use custom code, you should make a nice oval in Illustrator or Sketch and export it as SVG. It weights nothing and is easy to use as a background. Note that you can also grab the SVG code, from Inkscape for example, and paste it within SVG tags in the HTML code widget.