Rounded triangular boxes in CSS/SVG | Trys Mudford | Frontend developer| www.trysmudford.com
Modern CSS and modern browser support provides us three excellent methods to create pure, basic CSS shapes. We'll look at making CSS triangles with borders, linear gradients, and `clip-path`.| Modern CSS Solutions
An introduction about CSS clip-path, how it works, with example and use-cases.| ishadeed.com
Through our work as web developers, we need to hide elements for many reasons. For example, a button that should be visible in a mobile viewport, and hidden in a desktop viewport. Or, a navigation element that is hidden on mobile and shown on the desktop. There are three different states when hiding an element:| ishadeed.com
Modern CSS gives us a range of properties to achieve custom select styles that have a near-identical initial appearance. This solution uses CSS grid, `clip-path`, and CSS custom properties.| Modern CSS Solutions