Mowebstudio [CREATING APPS AND PLUGINS]

Hello Guys

I am an experienced Bubble developer specializing in APIs, JavaScript, and databases. My website showcases my expertise in creating custom web applications, integrating APIs, and developing dynamic user interfaces. I also offer insights into the best platforms for website creation and the differences between websites and blogs.

Mowebstudio

Feel free to get in touch via Whatsapp or email

1 Like

how do you make the glass efect in the navbar?

2 Likes

#header{
   backdrop-filter: blur(16px) saturate(180%) !important;
   -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
}
</style>```
1 Like