No content to show
User Activity
04-12-2023
Thank you so much! This did the trick
04-12-2023
Thank you! I DM'd you the url & password
Hi! I recently added a scalloped border to my header via a css mask property on the header-wrapper in base.css as shown in the code below. This achieved what I wanted visually, but on mobile, the drawer menu is no longer visible. Code:.header-wrappe...
Here is a photo of how I want the header to look, which works with a mask on .header-wrapper with the following code in base.css: .header-wrapper {
--mask:
radial-gradient(13.99px at 50% calc(100% - 19.20px),#000 99%,#0000 101%) calc(50% - 24px...
Hey! I'm trying to make the bottom border of my header wavy with a thin black border line. I'm not sure the best way to implement this. My header is going to be white, but I've inverted the header color here to show the issue. The waves can't be seen...