Tailwind CSS doesn't provide support for border-image out of the box, therefore this plugin aims to provide you with a set of utilities to meet that need. The plugin it's not opinionated, meaning it ...
border-image: linear-gradient(to bottom, transparent 20%, #f9d3e3, transparent 80%) 1; 在浏览器中这么用css时,表现是正确的,但在用dom-to-image时会自动添加:-webkit-border-image: linear-gradient(rgba(0, 0, 0, 0) 20%, rgb(249, ...
Creating a simple image gallery can be a great way to showcase your work or highlight special photos on your website. Luckily, creating an image gallery is easier than you might think. With just a few ...