Library of free and customizable HTML and CSS UI elements. It's all open-source, and it's all free. Try it out to save you many hours spent on building & customizing UI components for your next project.
PromptHero - Search prompts for Stable Diffusion, DALL-E & Midjourney
Search the world's best AI prompts. Explore millions of Artificial Intelligence generated images by models like DALL-E, Stable Diffusion, Midjourney...
How to insert an ad between posts in Wordpress - Gaslamp Media Library
Does your project call for you to insert an ad, graphic, or some other type of content between posts? If so, there’s a very easy solution. A typical loop looks like this, taken from the twentyfourteen theme: if ( have_posts() ) : while ( have_posts() ) : the_post(); get_template_part( 'content', get_post_format() ); endwhile; else : get_template_part( 'content', 'none' […]
How to use the Color Tokens from your Design System directly in Tailwind CSS
Find out how to use your design system's color tokens directly in Tailwind CSS, and how to keep those token colors updated in all Figma components and your code.
CSS-Only Type Grinding: Casting Tokens (sm|md|etc) into Useful Values
How to use CSS-only Type Grinding to allow your design tokens written in your CSS to be transformed into any other values without relying on JavaScript!