INSTANT Rounded Video Corners in Wix Studio! 📐➡️✨ #wixstudio #wixstudiotutorial #cssforbeginners
Level up your Wix Studio designs with rounded video player corners! This Short shows you how with a simple CSS snippet. 🚀 Get the full CSS deep-dive here:
• Wix Studio CSS Hacks: Style Any Element wi...
Code:
.video-player * {
border-radius: 50px;
}