<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>css</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/269/feed"/>
    <updated>2026-09-16T10:26:59+00:00</updated>
    <id>https://links.biapy.com/guest/tags/269/feed</id>
            <entry>
            <id>https://links.biapy.com/links/13922</id>
            <title type="text"><![CDATA[shadcn-ui/lint]]></title>
            <link rel="alternate" href="https://github.com/shadcn-ui/lint" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13922"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Write design system rules that agents can verify.

An agent-first linter for Tailwind design systems. Write design system rules that agents can verify.]]>
            </summary>
            <updated>2026-09-15T12:13:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13821</id>
            <title type="text"><![CDATA[cn]]></title>
            <link rel="alternate" href="https://github.com/shadcn-ui/cn" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13821"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[cn is a new engine for Tailwind class merging and conflict resolution. It replaces tailwind-merge and clsx. Same APIs. Full parity. And it is 30× faster.]]>
            </summary>
            <updated>2026-09-07T12:42:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13686</id>
            <title type="text"><![CDATA[Graffiti UI]]></title>
            <link rel="alternate" href="https://graffiti-ui.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13686"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A minimal CSS toolkit.
The standards-first, full-featured CSS library for the modern web.

Utilities, elements, blocks, and templates. Highly configurable. Endlessly themeable. Zero JavaScript. Works with your favorite framework or straight-up HTML.

- [Graffiti UI @ GitHub](https://github.com/stolinski/graffiti).

Related contents:

- [#1031: My Coding Skills Are Atrophying @ Syntax](https://syntax.fm/show/1031/my-coding-skills-are-atrophying).]]>
            </summary>
            <updated>2026-08-20T05:50:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13684</id>
            <title type="text"><![CDATA[TermDOM]]></title>
            <link rel="alternate" href="https://termdom.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13684"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Build Terminal UIs with HTML, CSS and DOM.

TermDOM is a JavaScript library that displays HTML and CSS in the terminal. It draws actual DOM nodes to terminal output and redraws the screen when they mutate, so TUIs and interactive CLIs can be written with vanilla JavaScript or any frontend web framework.

- [TermDOM @ GitHub](https://github.com/bikeshaving/termdom).]]>
            </summary>
            <updated>2026-08-19T12:14:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13616</id>
            <title type="text"><![CDATA[Modern CSS Radar]]></title>
            <link rel="alternate" href="https://cssradar.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13616"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[replace custom code with modern CSS.

 Find custom code the browser could handle natively, with the evidence and browser support to decide safely. 

Related contents:

- [#1028: Cloudflare Wallets @ Syntax](https://syntax.fm/show/1028/cloudflare-wallets).]]>
            </summary>
            <updated>2026-08-12T11:30:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13539</id>
            <title type="text"><![CDATA[center, actually]]></title>
            <link rel="alternate" href="https://github.com/seg6/center-div" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13539"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Center page layouts in the whole browser window.

Related contents:

- [we finally learned to center a div, then browsers added sidebars @ seg6](https://seg6.space/posts/center-div/).]]>
            </summary>
            <updated>2026-08-05T11:50:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13259</id>
            <title type="text"><![CDATA[No-Lo-JS]]></title>
            <link rel="alternate" href="https://aarontgrogg.github.io/NoLoJS/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13259"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Reduce the JS Workload with No- or Lo-JS options.

For years, JavaScript has been the web’s workhorse. If HTML or CSS couldn’t do what we wanted, we grabbed JavaScript to do it.

While that has helped push the user’s experience forward, the web is choking on JS. So as HTML and CSS continue to get stronger, we should transfer any JavaScript workload possible to them.

This is an organic collection of common JS patterns that can be replaced with just HTML, CSS, and no, or very low, JS. As HTML and CSS continue to mature, this collection should expand.

- [No-Lo-JS @ GitHub](https://github.com/aarontgrogg/NoLoJS/).]]>
            </summary>
            <updated>2026-07-09T15:30:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13258</id>
            <title type="text"><![CDATA[PolyCSS]]></title>
            <link rel="alternate" href="https://polycss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13258"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS 3D Engine for the DOM.

 Render textured 3D meshes in the DOM with CSS. No WebGL or &amp;lt;canvas&amp;gt; needed: each polygon is a real DOM element.

Supports OBJ, glTF, GLB, and MagicaVoxel VOX files, including UV textures and material colors. Works with vanilla JS, React, and Vue. 

- [PolyCSS @ GitHub](https://github.com/LayoutitStudio/polycss).]]>
            </summary>
            <updated>2026-07-09T15:23:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13122</id>
            <title type="text"><![CDATA[tw-fade]]></title>
            <link rel="alternate" href="https://pete.design/tw-fade" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13122"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Tailwind CSS scroll-edge fading with CSS masks.
 Elegant, CSS-driven scroll-edge fade masking for Tailwind CSS v4. Zero JavaScript. 

Scroll-aware edge fades for Tailwind CSS v4. Mask the edges of any scroll container so content dissolves into its surface. All CSS. Zero JavaScript.

- [tw-fade @ GitHub](https://github.com/petekp/tw-fade).]]>
            </summary>
            <updated>2026-06-26T11:41:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13034</id>
            <title type="text"><![CDATA[MDN&amp;#039;s prototype MCP server]]></title>
            <link rel="alternate" href="https://github.com/mdn/mcp" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13034"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This is an experimental MCP server that provides access to MDN&amp;#039;s search, documentation, and browser compatibility data.

Our goal is to give LLMs and coding agents a reliable and up-to-date source of web platform documentation - so developers can get accurate information instead of potentially outdated content their LLMs were trained on.

Related contents:

- [MDN MCP server @ MDN](https://developer.mozilla.org/en-US/mcp).
- [Introducing the MDN MCP server @ MDN Blog](https://developer.mozilla.org/en-US/blog/introducing-mdn-mcp-server/).]]>
            </summary>
            <updated>2026-06-16T12:38:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13032</id>
            <title type="text"><![CDATA[Prop For That]]></title>
            <link rel="alternate" href="https://prop-for-that.netlify.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13032"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS reacts, JS just listens.
What JS knows, now CSS knows.

Runtime state for CSS.  Now there&amp;#039;s a Prop For That. 
Expose what JavaScript knows but CSS can&amp;#039;t see — as live CSS custom properties.

- [Prop For That @ GitHub](https://github.com/argyleink/prop-for-that).]]>
            </summary>
            <updated>2026-06-15T12:04:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12928</id>
            <title type="text"><![CDATA[CSSTree]]></title>
            <link rel="alternate" href="https://csstree.github.io/docs/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12928"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A tool set for CSS including fast detailed parser, walker, generator and lexer based on W3C specs and browser implementations.

CSSTree is a tool set for CSS: fast detailed parser (CSS → AST), walker (AST traversal), generator (AST → CSS) and lexer (validation and matching) based on specs and browser implementations. The main goal is to be efficient and W3C spec compliant, with focus on CSS analyzing and source-to-source transforming tasks.

- [CSSTree @ GitHub](https://github.com/csstree/csstree).

Related contents:

- [Tailwind CSSTree @ GitHub](https://github.com/humanwhocodes/tailwind-csstree).]]>
            </summary>
            <updated>2026-06-04T15:22:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12790</id>
            <title type="text"><![CDATA[Litewind]]></title>
            <link rel="alternate" href="https://litewindcss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12790"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[One line of code. Thousands of classes.
No Build Step. 

 Litewind is a stripped back version of Tailwind - the popular utility-first CSS framework, that can be added to your site or app with a single line of code (as opposed to the usual setup steps that Tailwind requires). 

- [Litewind @ GitHub](https://github.com/reallygoodsoftware/litewind).

Related contents:

- [Moving away from Tailwind, and learning to structure my CSS @ Julia Evans](https://jvns.ca/blog/2026/05/15/moving-away-from-tailwind--and-learning-to-structure-my-css-/).]]>
            </summary>
            <updated>2026-05-18T12:03:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12755</id>
            <title type="text"><![CDATA[µCSS]]></title>
            <link rel="alternate" href="https://mucss.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12755"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Lightweight CSS Framework. Simple, semantic, CSS-only.

- [µCSS @ GitHub](https://github.com/Digicreon/mucss).]]>
            </summary>
            <updated>2026-05-15T10:00:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12734</id>
            <title type="text"><![CDATA[BEMoji]]></title>
            <link rel="alternate" href="https://tomhayes.github.io/BEMoji/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12734"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Emoji-First CSS Framework.
The CSS framework your team will actually argue about.

BEMoji is a production-grade utility and component framework built entirely on emoji class names. Semantic, systematic, and completely illegible to anyone without the docs. 

- [BEMoji @ GitHub](https://github.com/tomhayes/BEMoji).]]>
            </summary>
            <updated>2026-05-14T21:20:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12733</id>
            <title type="text"><![CDATA[flexboxle]]></title>
            <link rel="alternate" href="https://flexboxle.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12733"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[daily flexbox puzzle]]>
            </summary>
            <updated>2026-05-14T21:18:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12475</id>
            <title type="text"><![CDATA[Motionwind]]></title>
            <link rel="alternate" href="https://www.motionwind.xyz/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12475"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Motion animations as Tailwind classes.

Write Motion animations as Tailwind-like classes. Zero imports, zero boilerplate, zero runtime overhead.
 Write Framer Motion animations as Tailwind-style utility classes – Motionwind transforms animate-* classes into motion props at build time with zero imports and zero boilerplate. 
Motion animations as Tailwind classes. A Babel plugin that transforms animate-hover:scale-110 into whileHover={{ scale: 1.1 }} at build time. Zero imports, zero boilerplate.

- [Motionwind @ GitHub](https://github.com/piyushzingade/motionwind).

Related contents:

- [\#130 - News avril 2026, Cursor et Copilot dans la tourmente, Axios compromis et Arrow JS @ Double Slash :fr:](https://double-slash.dev/podcasts/news-avril26/).]]>
            </summary>
            <updated>2026-04-09T06:05:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11924</id>
            <title type="text"><![CDATA[Spinners]]></title>
            <link rel="alternate" href="https://boguz.github.io/Spinners/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11924"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[SPINNERS is a collection of HTML and CSS &amp;quot;loading icon&amp;quot; animations which you can use on your websites, on your apps or on any other place you need to signal your visitors / users that some content is loading.

- [Spinners @ GitHub](https://github.com/boguz/Spinners).]]>
            </summary>
            <updated>2026-02-26T07:34:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11874</id>
            <title type="text"><![CDATA[Dembrandt]]></title>
            <link rel="alternate" href="https://www.dembrandt.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11874"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open Source CLI to Extract Design Systems &amp;amp; Tokens.

Extract any website’s design system into design tokens in a few seconds: logo, colors, typography, borders, and more. One command.

Extract design tokens from any website with one command. CSS to design system converter with W3C design tokens export.

- [Dembrandt @ GitHub](https://github.com/dembrandt/dembrandt).]]>
            </summary>
            <updated>2026-02-20T07:34:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11845</id>
            <title type="text"><![CDATA[Modern CSS Code Snippets]]></title>
            <link rel="alternate" href="https://modern-css.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11845"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Stop writing CSS like it&amp;#039;s 2015.

Modern CSS code snippets, side by side with the old hacks they replace. Every technique you still Google has a clean, native replacement now.]]>
            </summary>
            <updated>2026-02-17T12:47:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11836</id>
            <title type="text"><![CDATA[Oat]]></title>
            <link rel="alternate" href="https://oat.ink/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11836"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Ultra-lightweight, semantic, zero-dependency HTML UI component library.

 Oat is an ultra-lightweight HTML + CSS, semantic UI component library with zero dependencies. No framework, build, or dev complexity. Just include the tiny CSS and JS files and you are good to go building decent looking web applications with most commonly needed components and elements. 

- [Oat @ GitHub](https://github.com/knadh/oat).]]>
            </summary>
            <updated>2026-02-16T12:39:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11688</id>
            <title type="text"><![CDATA[ReliCSS]]></title>
            <link rel="alternate" href="https://www.alwaystwisted.com/relicss/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11688"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Detect CSS Hacks &amp;amp; Modernise Your Code.

ReliCSS is a &amp;quot;CSS hack&amp;quot; detection tool designed to help developers identify and replace outdated browser-specific CSS hacks with modern, standards-compliant alternatives. 

Related contents:

- [ReliCSS @ CSS-Tricks](https://css-tricks.com/relicss/).]]>
            </summary>
            <updated>2026-02-03T07:05:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11619</id>
            <title type="text"><![CDATA[Hotpink :fr:]]></title>
            <link rel="alternate" href="https://hotpink.alsacreations.com/#hotpink" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11619"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Hotpink vous permet de voyager au pays des couleurs web nommées, découvrir des teintes originales et leur histoire, et organiser et créer des palettes stylées.

- [Hotpink @ GitHub](https://github.com/alsacreations/hotpink).]]>
            </summary>
            <updated>2026-01-26T16:01:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11318</id>
            <title type="text"><![CDATA[Oklchroma]]></title>
            <link rel="alternate" href="https://oklchroma.utilitybend.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11318"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[OKLCH Color Pattern Generator.

 Oklchroma is a color pattern generator that helps designers and developers create harmonious color scales based on the OKLCH color space. Instead of manually defining each shade, Oklchroma generates a complete set of color variables based on a single base color and using mathematical formulas in CSS to generate the rest of the colors.]]>
            </summary>
            <updated>2025-12-29T07:44:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11286</id>
            <title type="text"><![CDATA[TailwindCSS Snippets]]></title>
            <link rel="alternate" href="https://snippets.alexandru.so/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11286"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Collection of animation snippets made for TailwindCSS.

- [TailwindCSS Snippets @ GitHub](https://github.com/pondorasti/tailwindcss-snippets).]]>
            </summary>
            <updated>2025-12-23T10:34:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11263</id>
            <title type="text"><![CDATA[Sonda]]></title>
            <link rel="alternate" href="https://sonda.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11263"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Universal visualizer and analyzer for JavaScript and CSS. Compatible with most bundlers and frameworks.

Sonda is a universal bundle analyzer and visualizer. It generates an interactive HTML report that is more accurate and detailed than some alternatives. The accuracy is achieved by analyzing source maps and showing the size of each module after tree-shaking and minification.

- [Sonda @ GitHub](https://github.com/filipsobol/sonda).]]>
            </summary>
            <updated>2025-12-17T12:58:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11256</id>
            <title type="text"><![CDATA[Browser Score]]></title>
            <link rel="alternate" href="https://browserscore.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11256"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[How does your browser score for its support of web platform features? 

- [Browser Score @ GitHub](https://github.com/browserscore/features).]]>
            </summary>
            <updated>2025-12-16T12:49:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11207</id>
            <title type="text"><![CDATA[VoxCSS]]></title>
            <link rel="alternate" href="https://voxcss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11207"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS voxel engine for the DOM.

 A CSS voxel engine. A 3D grid for the DOM. Renders HTML cuboids by stacking CSS grid layers and applying transforms.

Supports colors and textures, interactions and culling, plus shapes, areas and projections. All without &amp;lt;/canvas&amp;gt;. 

- [VoxCSS @ GitHub](https://github.com/LayoutitStudio/voxcss).

Related contents:

- [VoxCSS – Pour faire du rendu 3D façon Minecraft avec du CSS @ Korben :fr:](https://korben.info/voxcss-moteur-voxel-3d-css-dom.html).]]>
            </summary>
            <updated>2026-02-02T08:29:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11180</id>
            <title type="text"><![CDATA[cm-colors]]></title>
            <link rel="alternate" href="https://cm-colors.readthedocs.io/en/latest/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11180"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Fix Unreadable Colors in Python.
Make your text readable for everyone.

CM-Colors automatically fixes your colors so they are easy to read. It finds similar colors that work for everyone, so you don&amp;#039;t have to guess.

- [cm-colors @ GitHub](https://github.com/comfort-mode-toolkit/cm-colors).

Related contents:

- [CM-Colors - Un petit changement de couleurs pour une accessibilité maximum @ Korben :fr:](https://korben.info/cm-colors-accessibilite-contraste-couleurs-wcag.html).]]>
            </summary>
            <updated>2025-12-08T12:50:29+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11077</id>
            <title type="text"><![CDATA[styleframe]]></title>
            <link rel="alternate" href="https://www.styleframe.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11077"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Type-safe Composable CSS.

From simple UI styles to full Design Systems, write code using Styleframe’s powerful TypeScript CSS API — AI-ready by design.
 Write type-safe, composable, future-proof Design Systems code using styleframe&amp;#039;s powerful TypeScript CSS API. 

- [styleframe @ GitHub](https://github.com/styleframe-dev/styleframe).]]>
            </summary>
            <updated>2025-11-24T12:17:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11063</id>
            <title type="text"><![CDATA[system.css]]></title>
            <link rel="alternate" href="https://sakofchit.github.io/system.css/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11063"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A design system for building retro Apple-inspired interfaces.

System.css is a CSS library for building interfaces that resemble Apple&amp;#039;s System OS which ran from 1984-1991. Design-wise, not much really changed from System 1 to System 6; however this library is based on System 6 as it was the final monochrome version of MacOS.

- [system.css @ GitHub](https://github.com/sakofchit/system.css).

Related contents:

- [System.css - Donnez un look 100% retro Apple à votre site web @ Korben :fr:](https://korben.info/systemcss-interface-apple-retro.html).]]>
            </summary>
            <updated>2025-11-24T08:38:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11026</id>
            <title type="text"><![CDATA[oklch.fyi]]></title>
            <link rel="alternate" href="https://oklch.fyi/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11026"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Explore color as we see it.
OKLCH Color Picker, Generator and Converter.

Discover how the OKLCH color model works. Learn, experiment and create more consistent and perceptually uniform color palettes.]]>
            </summary>
            <updated>2025-11-20T16:08:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11025</id>
            <title type="text"><![CDATA[Horizon]]></title>
            <link rel="alternate" href="https://sky.dlazaro.ca/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11025"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The current sky at your approximate location, rendered as a CSS gradient.

- [Horizon @ GitHub](https://github.com/dnlzro/horizon).]]>
            </summary>
            <updated>2025-11-20T16:07:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10895</id>
            <title type="text"><![CDATA[Uniwind]]></title>
            <link rel="alternate" href="https://uniwind.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10895"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The fastest Tailwind bindings for React Native.

- [Uniwind documentation](https://docs.uniwind.dev/).
- [Uniwind @ GitHub](https://github.com/Unistyles-OSS/uniwind).

Related contents:

- [Introducing Uniwind - the fastest Tailwind bindings for React Native @ React Native Crossroads](https://www.reactnativecrossroads.com/posts/introducing-uniwind-the-fastest-tailwind-bindings-for-react-native).]]>
            </summary>
            <updated>2025-11-06T12:53:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10872</id>
            <title type="text"><![CDATA[a11y.css]]></title>
            <link rel="alternate" href="https://ffoodd.github.io/a11y.css/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10872"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Pronounced &amp;quot;Alix&amp;quot;.

This CSS file intends to warn developers about possible risks and mistakes that exist in HTML code. It can also be used to roughly evaluate a site&amp;#039;s quality by simply including it as an external stylesheet.

CSS files are available in French, English, Spanish, Greek, Arabic, Portuguese, Russian, Chinese, Polish and Dutch — and leveled or full.

- [a11y.css @ GitHub](https://github.com/ffoodd/a11y.css).

Related contents:

- [Issue \#168: 💪 The overlooked power of URLs @ Changelog News](https://changelog.com/news/168).]]>
            </summary>
            <updated>2025-11-04T07:08:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10666</id>
            <title type="text"><![CDATA[css-extras]]></title>
            <link rel="alternate" href="https://github.com/sindresorhus/css-extras" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10666"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Useful CSS custom functions using the new `@​function` rule]]>
            </summary>
            <updated>2025-10-15T11:55:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10664</id>
            <title type="text"><![CDATA[Spark Joy!]]></title>
            <link rel="alternate" href="https://github.com/swyxio/spark-joy/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10664"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Design tools and tips for developers in a hurry.

 ✨😂 2000+ ways to add design flair, user delight, and whimsy to your product. 

Related contents:

- [Styling Markdown @ Web Dev](https://webdev.bryanhogan.com/miscellaneous/styling-markdown/).]]>
            </summary>
            <updated>2025-10-15T11:51:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10663</id>
            <title type="text"><![CDATA[Tailwind CSS Typography]]></title>
            <link rel="alternate" href="https://tailwindcss-typography.vercel.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10663"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Beautiful typographic defaults for HTML you don&amp;#039;t control. 

The official Tailwind CSS Typography plugin provides a set of `prose` classes you can use to add beautiful typographic defaults to any vanilla HTML you don’t control, like HTML rendered from Markdown, or pulled from a CMS.

Related contents:

- [Styling Markdown @ Web Dev](https://webdev.bryanhogan.com/miscellaneous/styling-markdown/).]]>
            </summary>
            <updated>2025-10-15T11:49:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10579</id>
            <title type="text"><![CDATA[Prettier]]></title>
            <link rel="alternate" href="https://prettier.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10579"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Opinionated Code Formatter.

Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

- [Prettier @ GitHub](https://github.com/prettier/prettier).

Related contents:

- [Birth of Prettier @ Vjeux](https://blog.vjeux.com/2025/javascript/birth-of-prettier.html).]]>
            </summary>
            <updated>2025-10-08T11:56:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10502</id>
            <title type="text"><![CDATA[Braid Design System]]></title>
            <link rel="alternate" href="https://seek-oss.github.io/braid-design-system/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10502"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Braid aims to make cross-brand UI development as fast as possible while maintaining a high level of quality and accessibility. In order to achieve this, Braid provides as a set of React components and CSS variable-based styling themes using vanilla-extract.

- [Braid Design System @ GitHub](https://github.com/seek-oss/braid-design-system).

Related contents:

- [CSS Layout Generator](https://layout.bradwoods.io/).]]>
            </summary>
            <updated>2025-10-02T09:11:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10490</id>
            <title type="text"><![CDATA[CSS Layout Generator]]></title>
            <link rel="alternate" href="https://layout.bradwoods.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10490"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Braid Design System believes UI (User Interface) components should not provide surrounding white space. For example, a list item having a margin below it to add a gap between itself and the next item. This margin breaks component encapsulation, making it harder to use. A well-built component should not affect anything outside itself.

Related contents:

- [\#118 - Les news sur le développement web et l&amp;#039;IA pour septembre 2025 RC1 @ Double Slash :fr:](https://double-slash.dev/podcasts/sept25-rc1/).]]>
            </summary>
            <updated>2025-10-02T05:50:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10070</id>
            <title type="text"><![CDATA[Tufte CSS]]></title>
            <link rel="alternate" href="https://edwardtufte.github.io/tufte-css/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10070"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Style your webpage like Edward Tufte’s handouts. 

Edward Tufte uses a distinctive style in his handouts: simple, with well-set typography, extensive sidenotes, and tight integration of graphics and charts. tufte-css brings that style to HTML documents.

- [Tufte CSS @ GitHub](https://github.com/edwardtufte/tufte-css).]]>
            </summary>
            <updated>2025-09-09T05:58:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/116</id>
            <title type="text"><![CDATA[PostCSS]]></title>
            <link rel="alternate" href="https://postcss.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/116"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[a tool for transforming CSS with JavaScript.

PostCSS is a tool for transforming styles with JS plugins. These plugins can lint your CSS, support variables and mixins, transpile future CSS syntax, inline images, and more.

- [PostCSS @ GitHub](https://github.com/postcss/postcss).

Related contents:

- [What we learned from creating PostCSS @ Evil Martians](https://evilmartians.com/chronicles/what-we-learned-from-creating-postcss).
- [4 Reasons to stop using CSS Preprocessors @ Anselm Hannemann](https://helloanselm.com/writings/4-reasons-to-stop-using-css-preprocessors).]]>
            </summary>
            <updated>2026-03-20T14:47:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/187</id>
            <title type="text"><![CDATA[ScreenCoder]]></title>
            <link rel="alternate" href="https://github.com/leigest519/ScreenCoder" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/187"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Advancing Visual-to-Code Generation for Front-End Automation via Modular Multimodal Agents.

Turn any UI screenshot into clean, editable HTML/CSS with full control. Fast, accurate, and easy to customize.]]>
            </summary>
            <updated>2025-09-18T15:26:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/313</id>
            <title type="text"><![CDATA[vanilla-extract]]></title>
            <link rel="alternate" href="https://vanilla-extract.style/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/313"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Zero-runtime Stylesheets-in-TypeScript.

Write your styles in TypeScript (or JavaScript) with locally scoped class names and CSS Variables, then generate static CSS files at build time.

- [🧁 vanilla-extract @ GitHub](https://github.com/vanilla-extract-css/vanilla-extract).

Related contents:

- [Braid Design System](https://seek-oss.github.io/braid-design-system/).
- [Tailwind is the Worst of All Worlds @ Colton Voege](https://colton.dev/blog/tailwind-is-the-worst-of-all-worlds/).
- [Moving Linear from styled‑components to StyleX @ Kenneth Skovhus](https://www.skovhus.dev/blog/moving-linear-from-styled-components-to-stylex).]]>
            </summary>
            <updated>2026-06-25T14:59:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/319</id>
            <title type="text"><![CDATA[LiftKit]]></title>
            <link rel="alternate" href="https://www.chainlift.io/liftkit" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/319"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Components from design to production.The UI Framework for Perfectionists by Chainlift.io.

LiftKit is a UI framework based on the golden ratio. At its core, it&amp;#039;s a set of formulas and variables that unlock advanced visual design features like optical spacing corrections and dynamic color, powered by Material 3.

- [LiftKit @ GitHub](https://github.com/Chainlift/liftkit).]]>
            </summary>
            <updated>2026-01-13T13:25:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/624</id>
            <title type="text"><![CDATA[Tailwind CSS Animations Plugin]]></title>
            <link rel="alternate" href="https://tailwindcss-animations.vercel.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/624"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Community-Powered Animation Magic.
Get your animations easily done with only Tailwind CSS classes.

- [Tailwind CSS Animations Plugin @ GitHub](https://github.com/midudev/tailwind-animations).]]>
            </summary>
            <updated>2025-08-28T17:42:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/722</id>
            <title type="text"><![CDATA[Plain Vanilla]]></title>
            <link rel="alternate" href="https://plainvanillaweb.com/index.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/722"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An explainer for doing web development using only vanilla techniques. No tools, no frameworks — just HTML, CSS, and JavaScript.

 This is an overview of the major techniques used to make web sites and web applications without making use of build tools or frameworks, with just an editor, a browser, and web standards. 

- [Plain Vanilla @ GitHub](https://github.com/jsebrech/plainvanilla).]]>
            </summary>
            <updated>2025-08-28T17:58:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/746</id>
            <title type="text"><![CDATA[Critical CSS Generator]]></title>
            <link rel="alternate" href="https://critical-css-extractor.kigo.studio/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/746"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Critical CSS refers to the minimal set of CSS rules required to render the visible portion of a webpage (above the fold). By extracting and inlining this CSS into your HTML, the browser can render content faster without waiting to load all stylesheets, improving performance and Core Web Vitals like First Contentful Paint (FCP).]]>
            </summary>
            <updated>2025-08-28T18:02:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/882</id>
            <title type="text"><![CDATA[CSS Hell]]></title>
            <link rel="alternate" href="https://csshell.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/882"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Hello, and welcome to CSS Hell, where you will be subjected to 15 unimaginably torturous CSS puzzles. &amp;quot;What did I do to deserve this?&amp;quot;, you ask. But you know perfectly well: you blashpemized Cascading Style Sheets. I saw that time your friends were complaining about CSS and you piled on with &amp;quot;CSS isn&amp;#039;t even a real programming language&amp;quot;

- [CSS Hell @ GitHub](https://github.com/marcos-acosta/css-hell/).]]>
            </summary>
            <updated>2025-08-28T18:24:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/907</id>
            <title type="text"><![CDATA[Tailwind CSS Cheat Sheet]]></title>
            <link rel="alternate" href="https://kombai.com/tailwind/cheat-sheet/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/907"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A comprehensive Tailwind CSS cheat sheet to instantly find all utility classes and their CSS properties in one place.]]>
            </summary>
            <updated>2025-08-28T18:28:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/964</id>
            <title type="text"><![CDATA[WebTUI]]></title>
            <link rel="alternate" href="https://webtui.ironclad.sh/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/964"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[WebTUI is a modular CSS library that brings the beauty of Terminal UIs to the browser.

- [WebTUI @ GitHub](https://github.com/webtui/webtui).]]>
            </summary>
            <updated>2025-08-28T18:38:41+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1220</id>
            <title type="text"><![CDATA[Frontend Practice]]></title>
            <link rel="alternate" href="https://www.frontendpractice.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1220"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Become a better frontend developer.

Take your frontend skills to the next level by recreating real websites from real companies.

The perfect type of practice for developers of all skill levels. Are you up for the challenge?]]>
            </summary>
            <updated>2025-08-28T19:19:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1241</id>
            <title type="text"><![CDATA[Flexbox Labs]]></title>
            <link rel="alternate" href="https://flexboxlabs.netlify.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1241"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A web app for creating flexible layouts with the power of CSS Flexbox. 
Flexbox Labs is a visual tool that helps you create layouts using CSS Flexbox. It offers an intuitive interface that shows changes in real-time, making it easy to experiment and learn.

- [Flexbox Labs @ GitHub](https://github.com/prazzon/flexbox-labs).

Related contents:

- [\#107 - Les news web dev pour mars 2025 @ Double Slash :fr:](https://double-slash.dev/podcasts/news-mar-25/).]]>
            </summary>
            <updated>2025-08-28T19:23:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1360</id>
            <title type="text"><![CDATA[Style Observer]]></title>
            <link rel="alternate" href="https://observe.style/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1360"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Run JS when a CSS property changes. Any CSS property.

A robust, production-ready library to observe CSS property changes. Detects browser bugs and works around them, so you don&amp;#039;t have to. 

- [Style Observer @ GitHub](https://github.com/LeaVerou/style-observer).]]>
            </summary>
            <updated>2025-08-28T19:43:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1399</id>
            <title type="text"><![CDATA[Utopia]]></title>
            <link rel="alternate" href="https://utopia.fyi/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1399"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Fluid Responsive Design. Elegantly scale type and space without breakpoints.

Instead of tightening our grip by loading up on breakpoints, we can let go, embracing the ebb and flow with a more fluid and systematic approach to our design foundations.

Related contents:

- [Reimagining Fluid Typography @ OddBird](https://www.oddbird.net/2025/02/12/fluid-type/).]]>
            </summary>
            <updated>2025-08-28T19:49:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1465</id>
            <title type="text"><![CDATA[CSS Zero]]></title>
            <link rel="alternate" href="https://csszero.lazaronixon.com/lookbook/pages/overview" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1465"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An opinionated CSS starter kit for your &amp;quot;nobuild&amp;quot; application.

An opinionated CSS starter kit for your Ruby on Rails application. You can think of it like a &amp;quot;no build&amp;quot; Tailwind CSS.

- [CSS Zero @ GitHub](https://github.com/lazaronixon/css-zero).]]>
            </summary>
            <updated>2025-08-28T20:00:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1552</id>
            <title type="text"><![CDATA[uchū]]></title>
            <link rel="alternate" href="https://uchu.style/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1552"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[the color palette for internet lovers.

uchū is the color palette for internet lovers, by NetOperator Wibby. uchū utilizes the OKLCH color space for reasons. I&amp;#039;ve been using this color palette for personal projects for about a year and have been quite pleased with it.

- [uchū @ GitHub](https://github.com/NeverCease/uchu).]]>
            </summary>
            <updated>2025-08-28T20:15:29+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1591</id>
            <title type="text"><![CDATA[Tailwind CSS]]></title>
            <link rel="alternate" href="https://tailwindcss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1591"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Rapidly build modern websites without ever leaving your HTML.
 A utility-first CSS framework for rapid UI development. 

- [Tailwind CSS @ GitHub](https://github.com/tailwindlabs/tailwindcss).

Related contents:

- [Understanding the trade-offs of using Tailwind CSS @ Measured](https://measured.co/blog/tailwind-trade-offs).
- [Tailwind is the worst form of CSS, except for all the others @ MUX](https://www.mux.com/blog/tailwind-is-the-worst-form-of-css-except-for-all-the-others).
- [Tailwind is the Worst of All Worlds @ Colton Voege](https://colton.dev/blog/tailwind-is-the-worst-of-all-worlds/).
- [4 Reasons That Make Tailwind Great for Building Layouts @ CSS-Tricks](https://css-tricks.com/4-reasons-that-make-tailwind-great-for-building-layouts/).]]>
            </summary>
            <updated>2026-03-17T07:27:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1685</id>
            <title type="text"><![CDATA[SVG Artista]]></title>
            <link rel="alternate" href="https://svgartista.net/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1685"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[SVG Drawing Animation Generator.

SVG Artista is a tool that helps you animate stroke and fill properties in your SVG images with plain Css code. It should work fine with path, line, polyline, rect, circle, ellipse and polygon elements. It cannot animate SVG gradients though, so please keep that in mind.

Related contents:

- [Best SVG Animation Tools in 2025: Features, Pros &amp;amp; Cons @ Xyris](https://xyris.app/blog/best-svg-animation-tools-in-2025-features-pros-cons/).]]>
            </summary>
            <updated>2025-08-28T20:36:41+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1994</id>
            <title type="text"><![CDATA[TailwindFlex]]></title>
            <link rel="alternate" href="https://tailwindflex.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1994"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[1,900+ Free Tailwind CSS Examples.
Community-built Tailwind CSS Components Library.

Let&amp;#039;s not stress about website designs. Create Stunning UIs Effortlessly, with Over 1900+ Ready to Use Components.]]>
            </summary>
            <updated>2025-08-28T21:28:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2075</id>
            <title type="text"><![CDATA[CSS Variables Editor]]></title>
            <link rel="alternate" href="https://www.cssvariables.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2075"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The AI-Powered browser extension for managing colors in CSS Variables

- AI-generated color palettes
- Accessibility testing
- Support for daisyUI and shadcn/ui]]>
            </summary>
            <updated>2025-08-28T21:42:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2145</id>
            <title type="text"><![CDATA[CSS Flexbox Playground]]></title>
            <link rel="alternate" href="https://yoavsbg.github.io/css-flexbox-playground/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2145"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Interactive CSS Flexbox Learning Tool.

Experiment with different flex properties to understand how they affect layout. Adjust the controls below to see changes in real-time and copy the generated CSS code.

- [CSS Flexbox Playground @ GitHub](https://github.com/yoavsbg/css-flexbox-playground).]]>
            </summary>
            <updated>2025-08-28T21:53:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2148</id>
            <title type="text"><![CDATA[Rombo]]></title>
            <link rel="alternate" href="https://rombo.co/tailwind/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2148"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Animation library for Tailwind CSS Library.

tailwindcss-motion is a Tailwind CSS Plugin made at RomboHQ. It’s a simple, yet powerful, animation library with a simple syntax. 

- [tailwindcss-motion @ GitHub](https://github.com/romboHQ/tailwindcss-motion).]]>
            </summary>
            <updated>2025-08-28T21:54:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2523</id>
            <title type="text"><![CDATA[Magic Animations CSS3]]></title>
            <link rel="alternate" href="https://minimamente.com/project/magic/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2523"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS3 Animations with special effects.

- [🎩 magic @ GitHub](https://github.com/miniMAC/magic).]]>
            </summary>
            <updated>2025-08-28T22:57:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2558</id>
            <title type="text"><![CDATA[Infima]]></title>
            <link rel="alternate" href="https://infima.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2558"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A modern styling framework for content-driven websites 🔥

 A UI framework that provides websites with the minimal CSS and JS needed to get started with building a modern responsive beautiful website 

- [Infima @ GitHub](https://github.com/facebookincubator/infima).]]>
            </summary>
            <updated>2025-08-28T23:03:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2628</id>
            <title type="text"><![CDATA[TACHYONS]]></title>
            <link rel="alternate" href="https://tachyons.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2628"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Css Toolkit. Functional CSS for humans.

Quickly build and design new UI without writing CSS.

- [TACHYONS @ GitHub](https://github.com/tachyons-css/tachyons/).
- [Headless, boneless, skinless &amp;amp; lifeless UI @ nerdy.dev](https://nerdy.dev/headless-boneless-and-skinless-ui).]]>
            </summary>
            <updated>2025-08-28T23:14:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2694</id>
            <title type="text"><![CDATA[Fluid for Tailwind CSS]]></title>
            <link rel="alternate" href="https://fluid.tw/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2694"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Build better responsive designs in less code.

Scale utilities smoothly between breakpoints with CSS clamp().

- [Fluid for Tailwind CSS @ GitHub](https://github.com/barvian/fluid-tailwind).
- [\#101 - Les news web dev pour novembre 2024 - RC 1.0 @ Double Slash :fr:](https://double-slash.dev/podcasts/news-nov24-1/).]]>
            </summary>
            <updated>2025-08-28T23:25:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2889</id>
            <title type="text"><![CDATA[CSS layout]]></title>
            <link rel="alternate" href="https://phuoc.ng/collection/css-layout/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2889"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A collection of popular CSS layouts and patterns that you can use right away

- [CSS Layout @ GitHub](https://github.com/phuocng/csslayout).]]>
            </summary>
            <updated>2025-08-28T23:57:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2907</id>
            <title type="text"><![CDATA[skellyCSS]]></title>
            <link rel="alternate" href="https://github.com/ritterim/skellyCSS" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2907"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A light-weight CSS framework to quickly implement skeletons into your projects.]]>
            </summary>
            <updated>2025-08-29T00:01:36+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2916</id>
            <title type="text"><![CDATA[Atomic CSS Devtools]]></title>
            <link rel="alternate" href="https://github.com/astahmer/atomic-css-devtools" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2916"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A devtool panel for debugging Atomic CSS rules as if they were not atomic]]>
            </summary>
            <updated>2025-08-29T00:02:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3319</id>
            <title type="text"><![CDATA[player.style]]></title>
            <link rel="alternate" href="https://player.style/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3319"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Video &amp;amp; audio player themes for every web player &amp;amp; framework.

Video and audio player themes built with Media Chrome, for every web player and every web app framework.]]>
            </summary>
            <updated>2025-08-29T01:09:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3619</id>
            <title type="text"><![CDATA[Whirl]]></title>
            <link rel="alternate" href="https://whirl.netlify.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3619"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS loading animations with minimal effort!

whirl is a curation of CSS loading animations(whirls! 😅). It started as a drop in CSS file to get easy animations using :pseudo elements. It&amp;#039;s now a collection of loading animations to use, take inspiration from, change and do what you want with 👍

- [Whirl @ GitHub](https://github.com/jh3y/whirl).]]>
            </summary>
            <updated>2025-08-29T02:01:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3848</id>
            <title type="text"><![CDATA[Plain Vanilla]]></title>
            <link rel="alternate" href="https://plainvanillaweb.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3848"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An explainer for doing web development using only vanilla techniques. No tools, no frameworks — just HTML, CSS, and JavaScript.]]>
            </summary>
            <updated>2025-08-29T02:37:41+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4013</id>
            <title type="text"><![CDATA[Kiwipedia, made by Alsacréations 🥝 :fr:]]></title>
            <link rel="alternate" href="https://github.com/alsacreations/kiwipedia" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4013"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Base de connaissances techniques et bonnes pratiques internes à l&amp;#039;agence Alsacréations.]]>
            </summary>
            <updated>2025-08-29T03:05:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4024</id>
            <title type="text"><![CDATA[Can I email…]]></title>
            <link rel="alternate" href="https://www.caniemail.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4024"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Support tables for HTML and CSS in emails]]>
            </summary>
            <updated>2025-08-29T03:06:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4028</id>
            <title type="text"><![CDATA[50 Projects in 50 Days - HTML/CSS and JavaScript]]></title>
            <link rel="alternate" href="https://github.com/bradtraversy/50projects50days/tree/master?tab=readme-ov-file" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4028"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[50+ mini web projects using HTML, CSS &amp;amp; JS]]>
            </summary>
            <updated>2025-08-29T03:07:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4104</id>
            <title type="text"><![CDATA[Material Design]]></title>
            <link rel="alternate" href="https://m3.material.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4104"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Material 3 is the latest version of Google’s open-source design system. Design and build beautiful, usable products with Material 3.

- [Material Web @ GitHub](https://github.com/material-components/material-web).
- [On compliance vs readability: Generating text colors with CSS @ Lea Verou](https://lea.verou.me/blog/2024/contrast-color/).]]>
            </summary>
            <updated>2025-08-29T03:22:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4145</id>
            <title type="text"><![CDATA[Glass UI]]></title>
            <link rel="alternate" href="https://ui.glass/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4145"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The definitive CSS UI library for glassmorphism

A modern CSS UI library based on the glassmorphism design principles that will help you quickly design and build beautiful websites and applications.]]>
            </summary>
            <updated>2025-08-29T03:28:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4161</id>
            <title type="text"><![CDATA[Learn CSS Grid]]></title>
            <link rel="alternate" href="https://learncssgrid.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4161"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Guide to Learning CSS Grid by Jonathan Suh

CSS Grid is a powerful tool that allows for two-dimensional layouts to be created on the web. This guide was created as a resource to help you better understand and learn Grid, and was organized in a way I thought made the most sense when learning it.]]>
            </summary>
            <updated>2025-08-29T03:30:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4170</id>
            <title type="text"><![CDATA[UI Colors]]></title>
            <link rel="alternate" href="https://uicolors.app/create" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4170"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Tailwind CSS Color Generator

Press spacebar, enter a hexcode or change the HSL values to create a custom color scale.

- [088 - Les news web dev pour Juin 2024 @ Double Slash :fr:](https://double-slash.dev/podcasts/news-06-24/).]]>
            </summary>
            <updated>2025-08-29T03:32:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4187</id>
            <title type="text"><![CDATA[CSS HD Gradients]]></title>
            <link rel="alternate" href="https://gradient.style/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4187"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS gradients using CSS colors functions introduced in 2023.


- [What&amp;#039;s new in the Web (Google I/O ‘24) @ Chrome for Developers&amp;#039; YouTube](https://www.youtube.com/watch?v=W8bokbLn1G8).]]>
            </summary>
            <updated>2025-08-29T03:34:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4194</id>
            <title type="text"><![CDATA[Anchor position tool]]></title>
            <link rel="alternate" href="https://anchor-tool.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4194"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This demo only works in Chromium 125+. Example of futur CSS anchor tool.

- [087 - Google I/O coté web développement @ Double Slash podcast :fr:](https://double-slash.dev/podcasts/gooio24/).]]>
            </summary>
            <updated>2025-08-29T03:36:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4320</id>
            <title type="text"><![CDATA[Modern Font Stacks]]></title>
            <link rel="alternate" href="https://modernfontstacks.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4320"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[System font stack CSS organized by typeface classification for every modern OS.

The fastest fonts available. No downloading, no layout shifts, no flashes — just instant renders.

- [Modern Font Stacks @ GitHub](https://github.com/system-fonts/modern-font-stacks).]]>
            </summary>
            <updated>2025-08-29T03:56:20+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4347</id>
            <title type="text"><![CDATA[⁣print-css.rocks]]></title>
            <link rel="alternate" href="https://print-css.rocks/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4347"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[PrintCSS CSS Paged Media tutorial and information.

This tutorial shows how to generate PDF documents from XML/HTML using the &amp;quot;CSS Paged Media&amp;quot; approach, whereby the complete styling and layout information is kept in cascading stylesheets (CSS). It will also show the results produced by different tools with identical data, providing an impression of functionality and output quality.]]>
            </summary>
            <updated>2025-08-29T04:02:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4397</id>
            <title type="text"><![CDATA[3D Dom viewer]]></title>
            <link rel="alternate" href="https://gist.github.com/OrionReed/4c3778ebc2b5026d2354359ca49077ca" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4397"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[3D DOM viewer, copy-paste this into your console to visualise the DOM topographically.]]>
            </summary>
            <updated>2025-08-29T04:10:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4441</id>
            <title type="text"><![CDATA[MistCSS]]></title>
            <link rel="alternate" href="https://typicode.github.io/mistcss/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4441"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Write React components using CSS only. A new, better and faster way to write visual components. CSS-in-JS? Nope! JS-from-CSS.

Supports Next.js, Remix and TailwindCSS.

- [MistCSS @ GitHub](https://github.com/typicode/mistcss).]]>
            </summary>
            <updated>2025-08-29T04:18:29+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4474</id>
            <title type="text"><![CDATA[Bento Grids]]></title>
            <link rel="alternate" href="https://bentogrids.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4474"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Bento Grids is a curated collection of tiles-based layouts that were popularized by Apple with their summary slides.

The main idea behind bento is to present the key takeaways in a very visual and easy-to-consume way. Bento layouts are great for showcasing brand identity, summarizing product features, and much more.]]>
            </summary>
            <updated>2025-08-29T04:22:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4604</id>
            <title type="text"><![CDATA[Realtime Colors]]></title>
            <link rel="alternate" href="https://www.realtimecolors.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4604"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Visualize Your Colors &amp;amp; Fonts On a Real Site.

Choosing colors or typography for your website? Use the Toolbar below to realize your choices.]]>
            </summary>
            <updated>2025-08-29T04:43:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4605</id>
            <title type="text"><![CDATA[Gradient.style]]></title>
            <link rel="alternate" href="https://gradient.style/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4605"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS HD Gradients]]>
            </summary>
            <updated>2025-08-29T04:44:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4631</id>
            <title type="text"><![CDATA[Curlwind]]></title>
            <link rel="alternate" href="https://curlwind.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4631"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Tailwind Utility Generator. No-build Tailwind. Get the CSS utilities you want. Nothing you don&amp;#039;t.

Curlwind allows you to generate Tailwind stylesheets on demand to get only the CSS utilities you need. Generated stylesheets are cached indefinitely so your site stays fast. 

- [Curlwind @ GitHub](https://github.com/stevebauman/curlwind).]]>
            </summary>
            <updated>2025-08-29T04:48:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4696</id>
            <title type="text"><![CDATA[Scrollbar.app]]></title>
            <link rel="alternate" href="https://scrollbar.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4696"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Simple online scrollbar editor.

Scrollbar.app is a simple web app which helps developers to design and implement custom scrollbars.

- [Scrollbar.app @ GitHub](https://github.com/henripar/scrollbar).
- [Utilisez scrollbar.app pour styliser vos scrollbars en CSS ! @ ShevArezo&amp;#039; Blog :fr:](https://blog.shevarezo.fr/post/2023/11/15/scrollbar-app-styliser-scrollbars-css).]]>
            </summary>
            <updated>2025-08-29T04:59:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4781</id>
            <title type="text"><![CDATA[Parsel]]></title>
            <link rel="alternate" href="https://parsel.verou.me/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4781"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A tiny, permissive CSS selector parser.

[Parsel @ GitHub](https://github.com/leaverou/parsel).]]>
            </summary>
            <updated>2025-08-29T05:14:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4803</id>
            <title type="text"><![CDATA[Charts.css]]></title>
            <link rel="alternate" href="https://chartscss.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4803"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Charts.css is an open source CSS framework for data visualization.

Visualization help end-users understand data. Charts.css help frontend developers turn data into beautiful charts and graphs using simple CSS classes.

- [Charts.css @ GitHub](https://github.com/ChartsCSS/charts.css).]]>
            </summary>
            <updated>2025-08-29T05:17:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4888</id>
            <title type="text"><![CDATA[Less.js]]></title>
            <link rel="alternate" href="https://lesscss.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4888"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[It&amp;#039;s CSS, with just a little more. The dynamic stylesheet language. 

Less (which stands for Leaner Style Sheets) is a backwards-compatible language extension for CSS. This is the official documentation for Less, the language and Less.js, the JavaScript tool that converts your Less styles to CSS styles.

[Less.js @ GitHub](https://github.com/less/less.js).]]>
            </summary>
            <updated>2025-08-29T05:31:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4919</id>
            <title type="text"><![CDATA[CSS Loaders]]></title>
            <link rel="alternate" href="https://css-loaders.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4919"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A collection of more than 500 loading animations]]>
            </summary>
            <updated>2025-08-29T05:37:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5063</id>
            <title type="text"><![CDATA[UI Colors]]></title>
            <link rel="alternate" href="https://uicolors.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5063"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Tailwind CSS Color Generator - UI Examples &amp;amp; WCAG Contrast Ratios.]]>
            </summary>
            <updated>2025-08-29T06:00:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5072</id>
            <title type="text"><![CDATA[Almond.CSS]]></title>
            <link rel="alternate" href="https://github.com/alvaromontoro/almond.css" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5072"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Almond.CSS is a collection of class-less CSS styles to make simple websites look better. Almond.CSS helps in two ways: it normalizes the CSS styles to provide similar experience cross-browser, and it spices things a little by adding custom styles (that can be personalized!)]]>
            </summary>
            <updated>2025-08-29T06:03:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5086</id>
            <title type="text"><![CDATA[Lightning CSS]]></title>
            <link rel="alternate" href="https://lightningcss.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5086"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An extremely fast CSS parser, transformer, bundler, and minifier.

[Lightning CSS @ GitHub](https://github.com/parcel-bundler/lightningcss)]]>
            </summary>
            <updated>2025-08-29T06:04:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5211</id>
            <title type="text"><![CDATA[Yoga Layout]]></title>
            <link rel="alternate" href="https://yogalayout.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5211"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Yoga is a cross-platform layout engine which implements Flexbox.

Build flexible layouts on any platform with a highly optimized open source layout engine designed with speed, size, and ease of use in mind.

[Yoga @ GitHub](https://github.com/facebook/yoga).]]>
            </summary>
            <updated>2025-08-29T06:25:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5262</id>
            <title type="text"><![CDATA[Capacitor]]></title>
            <link rel="alternate" href="https://capacitorjs.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5262"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Cross-platform apps with web technology.

Capacitor is an open source native runtime for building Web Native apps. Create cross-platform iOS, Android, and Progressive Web Apps with JavaScript, HTML, and CSS.

[Capacitor @ GitHub](https://github.com/ionic-team/capacitor).]]>
            </summary>
            <updated>2025-08-29T06:33:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5270</id>
            <title type="text"><![CDATA[SupportsCSS]]></title>
            <link rel="alternate" href="https://supportscss.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5270"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Feature Detection for Modern CSS.

Live, in-browser detection of modern CSS support for selectors, features, and at-rules. Applies support-based classes, exposes a results object, and allows custom tests.

[SupportsCSS @ GitHub](https://github.com/5t3ph/SupportsCSS).]]>
            </summary>
            <updated>2025-08-29T06:35:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5277</id>
            <title type="text"><![CDATA[Baklava Design System]]></title>
            <link rel="alternate" href="https://baklava.design/?path=%2Fdocs%2Fdocumentation-welcome--documentation" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5277"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Baklava is a design system provided by Trendyol to create a consistent UI/UX for app users.

Web implementation of the design system is created as native web components so it can be used within every type of web frameworks including Vue, React or Angular. Our target is providing a UI library that has neatly designed and developed for providing best possible user experience for the users of applications that uses Baklava DS.

[Baklava Design System @ GitHub](https://github.com/trendyol/baklava).]]>
            </summary>
            <updated>2025-08-29T06:36:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5308</id>
            <title type="text"><![CDATA[LottieFiles]]></title>
            <link rel="alternate" href="https://lottiefiles.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5308"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Download Free lightweight animations for website &amp;amp; apps. Lightweight, scalable animations for your ads and social media.

LottieFiles takes away the complexity from Motion Design. It lets you Create, Edit, Test, Collaborate and Ship a Lottie in the easiest way possible.

- [Lottielab](https://www.lottielab.com/).

Related contents:

- [Lottielab - Figma to Lottie animation @ Figma](https://www.figma.com/community/plugin/1307008445393559148/lottielab-figma-to-lottie-animation).]]>
            </summary>
            <updated>2025-08-29T06:41:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5420</id>
            <title type="text"><![CDATA[SmolCSS]]></title>
            <link rel="alternate" href="https://smolcss.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5420"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Minimal snippets for modern CSS layouts and components]]>
            </summary>
            <updated>2025-08-29T06:59:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5448</id>
            <title type="text"><![CDATA[svg-term-cli]]></title>
            <link rel="alternate" href="https://github.com/marionebl/svg-term-cli" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5448"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Share terminal sessions via SVG and CSS.

Related contents:

- [SVGs that feel like GIFs @ koaning.io](https://koaning.io/posts/svg-gifs/).]]>
            </summary>
            <updated>2025-08-29T07:04:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5453</id>
            <title type="text"><![CDATA[CSS Gradient Generator]]></title>
            <link rel="alternate" href="https://democoding.in/css-gradient-generator" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5453"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS Gradient Generator -demo coding]]>
            </summary>
            <updated>2025-08-29T07:05:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5466</id>
            <title type="text"><![CDATA[flexbox.fun/app]]></title>
            <link rel="alternate" href="https://www.flexbox.fun/app" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5466"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[css flexbox playground]]>
            </summary>
            <updated>2025-08-29T07:08:00+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5491</id>
            <title type="text"><![CDATA[CSS Gradient]]></title>
            <link rel="alternate" href="https://cssgradient.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5491"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Generator, Maker, and Background]]>
            </summary>
            <updated>2025-08-29T07:12:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5552</id>
            <title type="text"><![CDATA[CSS loaders and Spinners]]></title>
            <link rel="alternate" href="https://cssloaders.github.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5552"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A general situation that we all might face while going through websites/apps is to wait for some progress or something to get loaded. A most simple solution in such scenarios is to use a loader or spinner to indicate users that something is loading in the background. Considering this, I tried to create a library having a collection of such loaders/spinners. There are no image dependencies for this library. It&amp;#039;s developed using pure CSS. Hence it will load fast and is easily customizable too.

[CSS loaders and Spinners @ GitHub](https://github.com/vineethtrv/css-loader)]]>
            </summary>
            <updated>2025-08-29T07:22:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5554</id>
            <title type="text"><![CDATA[Neumorphism]]></title>
            <link rel="alternate" href="https://neumorphism.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5554"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Soft UI CSS shadow generator]]>
            </summary>
            <updated>2025-08-29T07:24:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5594</id>
            <title type="text"><![CDATA[OverAPI.com]]></title>
            <link rel="alternate" href="https://overapi.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5594"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Collecting all the cheat sheets]]>
            </summary>
            <updated>2025-08-29T07:29:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5618</id>
            <title type="text"><![CDATA[Emmet]]></title>
            <link rel="alternate" href="https://emmet.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5618"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[the essential toolkit for web-developers.

Emmet is a plugin for many popular text editors which greatly improves HTML &amp;amp; CSS workflow]]>
            </summary>
            <updated>2025-08-29T07:33:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5659</id>
            <title type="text"><![CDATA[Online CSS Analyzer]]></title>
            <link rel="alternate" href="https://www.projectwallace.com/analyze-css" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5659"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A CSS analyzer that goes through your CSS to find all kinds of relevant statistics. 

[CSS Analyzer @ GitHub](https://github.com/projectwallace/css-analyzer).]]>
            </summary>
            <updated>2025-08-29T07:40:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5660</id>
            <title type="text"><![CDATA[Linaria]]></title>
            <link rel="alternate" href="https://linaria.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5660"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[zero-runtime CSS in JS library.

Write CSS in JS and get real CSS files during build. Use dynamic prop based styles with the React bindings and have them transpiled to CSS variables automatically. Great productivity with source maps and linting support.

- [Linaria @ GitHub](https://github.com/callstack/linaria).

Related contents:

- [Tailwind vs Linaria: Performance Investigation @ Developer Way](https://www.developerway.com/posts/tailwind-vs-linaria-performance).]]>
            </summary>
            <updated>2025-08-29T07:40:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5661</id>
            <title type="text"><![CDATA[Water.css]]></title>
            <link rel="alternate" href="https://watercss.kognise.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5661"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Water.css is a drop-in collection of CSS styles to make simple websites like this just a little bit nicer. 

[Water.css @ GitHub](https://github.com/kognise/water.css).]]>
            </summary>
            <updated>2025-08-29T07:40:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5681</id>
            <title type="text"><![CDATA[Image Hover Library]]></title>
            <link rel="alternate" href="https://zkreations.github.io/imagehover/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5681"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open source pure CSS hover effect library for images.

[Image Hover Library @ GitHub](https://github.com/zkreations/imagehover).]]>
            </summary>
            <updated>2025-08-29T07:44:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5738</id>
            <title type="text"><![CDATA[TailDashboards]]></title>
            <link rel="alternate" href="https://taildashboards.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5738"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Free dashboard templates built with Tailwind CSS and Alpine.js]]>
            </summary>
            <updated>2025-08-29T07:53:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5771</id>
            <title type="text"><![CDATA[Capsize]]></title>
            <link rel="alternate" href="https://seek-oss.github.io/capsize/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5771"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Flipping how we define typography in CSS.

Capsize makes the sizing and layout of text as predictable as every other element on the screen. Using font metadata, text can now be sized according to the height of its capital letters while trimming the space above capital letters and below the baseline.

[Capsize @ GitHub](https://github.com/seek-oss/capsize).]]>
            </summary>
            <updated>2025-08-29T08:00:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5776</id>
            <title type="text"><![CDATA[Knopf.css]]></title>
            <link rel="alternate" href="https://knopf.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5776"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open source button system leveraging CSS variables.

Modern, modular, extensible button system designed for both rapid prototyping and production-ready applications.

[Knopf.css @ GitHub](https://github.com/frameable/knopf.css).]]>
            </summary>
            <updated>2025-08-29T08:00:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5817</id>
            <title type="text"><![CDATA[Basic.css]]></title>
            <link rel="alternate" href="https://github.com/vladocar/Basic.css" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5817"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Classless CSS Starter File.

Basic.css gives you basic CSS formatting and ability to make basic grids with only HTML5 syntax. You can use this project to Set your default styling.]]>
            </summary>
            <updated>2025-08-29T08:06:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5818</id>
            <title type="text"><![CDATA[Blunt]]></title>
            <link rel="alternate" href="https://github.com/f-prime/Blunt" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5818"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A CSS framework without all the fluff. A CSS framework that helps with layouts and leaves your styling alone.

Blunt doesn&amp;#039;t have any opinions on how your applications should look. It only provides helper classes to make positioning and responsive design easier.]]>
            </summary>
            <updated>2025-08-29T08:06:28+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5820</id>
            <title type="text"><![CDATA[Shape Divider App]]></title>
            <link rel="alternate" href="https://www.shapedivider.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5820"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[We created this free tool to make it easier for designers and developers to export a beautiful SVG shape divider for their latest project. We hope you enjoy this tool.

Our Shape Dividers are premade SVG shapes that are not dynamic to the settings you use on the toolbar. Every Shape exported will come out as per it&amp;#039;s original design and is manipulated via the code you export with it and implement into your web build.]]>
            </summary>
            <updated>2025-08-29T08:08:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5828</id>
            <title type="text"><![CDATA[ChartS.css]]></title>
            <link rel="alternate" href="https://rbitr.github.io/ChartS.css/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5828"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[accessible html/css charts with markdown support.

The point of C💚SS.css is to allow easy creation of simple charts for documentation, data storytelling / journalism, etc. It features plots of 1-D lists, and has a custom markdown filter that converts suitably formatted lists directly to charts. It has no dependencies (other than a modern browser), and is very small compared to javascript based charting tools. The html is based on &amp;lt;ul&amp;gt; lists and will collapse back to readible lists in the absence of css support, making it accessible to all readers. It is open source and easily configurable according to project needs.]]>
            </summary>
            <updated>2025-08-29T08:08:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5830</id>
            <title type="text"><![CDATA[LaTeX.css]]></title>
            <link rel="alternate" href="https://latex.vercel.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5830"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Make your website look like a LaTeX document.

This almost class-less CSS library turns your HTML document into a website that looks like a LaTeX document. Write semantic HTML, add &amp;lt;link rel=&amp;quot;stylesheet&amp;quot; href=&amp;quot;https://latex.now.sh/style.css&amp;quot;&amp;gt; to the &amp;lt;head&amp;gt; of your project and you are good to go.

[LaTeX.css @ GitHub](https://github.com/vincentdoerig/latex-css).]]>
            </summary>
            <updated>2025-08-29T08:08:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5831</id>
            <title type="text"><![CDATA[Keyframes.app]]></title>
            <link rel="alternate" href="https://keyframes.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5831"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Browser-based, mobile-friendly, actually private tools that make CSS a little less bad.]]>
            </summary>
            <updated>2025-08-29T08:08:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5846</id>
            <title type="text"><![CDATA[Animista]]></title>
            <link rel="alternate" href="https://animista.net/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5846"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[On-Demand CSS Animations Library.

Animista is a place where you can play with a collection of pre-made CSS animations, tweak them and get only those you will actually use.]]>
            </summary>
            <updated>2025-08-29T08:12:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5848</id>
            <title type="text"><![CDATA[esbuild]]></title>
            <link rel="alternate" href="https://github.com/evanw/esbuild" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5848"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An extremely fast bundler for the web.

The main goal of the esbuild bundler project is to bring about a new era of build tool performance, and create an easy-to-use modern bundler along the way.]]>
            </summary>
            <updated>2025-08-29T08:12:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5853</id>
            <title type="text"><![CDATA[CSS Grid Generator]]></title>
            <link rel="alternate" href="https://cssgrid-generator.netlify.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5853"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This project is a way for people to use CSS Grid features quickly to create dynamic layouts.

You can set the numbers, and units of your columns and rows, and I&amp;#039;ll generate a CSS grid for you! Drag within the boxes to create divs placed within the grid.

[CSS Grid Generator @ GitHub](https://github.com/sdras/cssgridgenerator).]]>
            </summary>
            <updated>2025-08-29T08:12:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5880</id>
            <title type="text"><![CDATA[lit]]></title>
            <link rel="alternate" href="https://ajusa.github.io/lit/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5880"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[a ridiculously small responsive css framework.

lit has two modules: lit and util. Both of them are designed to be as small as possible, and easy to extend.

[lit @ GitHub](https://github.com/ajusa/lit).]]>
            </summary>
            <updated>2025-08-29T08:16:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5881</id>
            <title type="text"><![CDATA[Hero Generator]]></title>
            <link rel="alternate" href="https://hero-generator.netlify.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5881"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[I&amp;#039;ve had to implement the same hero for several years now, so like a good lazy programmer, I figured I&amp;#039;d automate it. This generator is intended to get you going, it doesn&amp;#039;t provide every value but the code output should give you a nice jumping off point :)

What does it do? It generates the code for the example above based on your preferences.

[Hero Generator @ GitHub](https://github.com/sdras/hero-generator)]]>
            </summary>
            <updated>2025-08-29T08:17:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5883</id>
            <title type="text"><![CDATA[98.css]]></title>
            <link rel="alternate" href="https://jdan.github.io/98.css/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5883"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A design system for building faithful recreations of old UIs.

98.css is a CSS library for building interfaces that look like Windows 98.

[98.css @ GitHub](https://github.com/jdan/98.css).]]>
            </summary>
            <updated>2025-08-29T08:17:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5884</id>
            <title type="text"><![CDATA[pattern.css]]></title>
            <link rel="alternate" href="https://bansal.io/pattern-css" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5884"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Background Patterns in CSS.
CSS only library to fill your empty background with beautiful patterns. 

[pattern.css @ GitHub](https://github.com/bansal/pattern.css).]]>
            </summary>
            <updated>2025-08-29T08:17:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5892</id>
            <title type="text"><![CDATA[Meanderer]]></title>
            <link rel="alternate" href="https://meanderer.netlify.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5892"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Responsive CSS motion paths!

A micro-library for scaling CSS motion path strings.

[Meanderer @ GitHub](https://github.com/jh3y/meanderer)]]>
            </summary>
            <updated>2025-08-29T08:18:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5900</id>
            <title type="text"><![CDATA[Maizzle]]></title>
            <link rel="alternate" href="https://maizzle.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5900"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Quickly build HTML emails with utility-first CSS.

Maizzle is a framework that helps you quickly build HTML emails with
Tailwind CSS and advanced, email-specific post-processing.

[Maizzle @ GitHub](https://github.com/maizzle)]]>
            </summary>
            <updated>2025-08-29T08:20:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5908</id>
            <title type="text"><![CDATA[MixItUp]]></title>
            <link rel="alternate" href="https://www.kunkalabs.com/mixitup/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5908"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[MixItUp is a high-performance, dependency-free library for animated DOM manipulation, giving you the power to filter, sort, add and remove DOM elements with beautiful animations.

MixItUp plays nice with your existing HTML and CSS, making it a great choice for responsive layouts and compatible with inline-flow, percentages, media queries, flexbox and more.

[MixItUp @ GitHub](https://github.com/patrickkunka/mixitup/).]]>
            </summary>
            <updated>2025-08-29T08:21:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5924</id>
            <title type="text"><![CDATA[TailSurge]]></title>
            <link rel="alternate" href="https://tailsurge.vercel.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5924"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Create Stunning Layouts with Ease using TailSurge. A layout generator to easily create the code for Tailwind CSS. 

[TailSurge @ GitHub](https://github.com/VenoM9078/tailsurge).]]>
            </summary>
            <updated>2025-08-29T08:24:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5943</id>
            <title type="text"><![CDATA[Normalize.css]]></title>
            <link rel="alternate" href="https://necolas.github.io/normalize.css/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5943"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Make browsers render all elements more consistently. A modern, HTML5-ready alternative to CSS resets.

Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.

[Normalize.css @ GitHub](https://github.com/necolas/normalize.css).]]>
            </summary>
            <updated>2025-08-29T08:28:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5981</id>
            <title type="text"><![CDATA[Gradient Picker]]></title>
            <link rel="alternate" href="https://zuramai.github.io/gradient-picker/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5981"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A website that allows you to create your own gradient

[Gradient Picker @ GitHub](https://github.com/zuramai/gradient-picker)]]>
            </summary>
            <updated>2025-08-29T08:33:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5992</id>
            <title type="text"><![CDATA[htmlq]]></title>
            <link rel="alternate" href="https://github.com/mgdm/htmlq" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5992"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Like jq, but for HTML. Uses CSS selectors to extract bits of content from HTML files.]]>
            </summary>
            <updated>2025-08-29T08:36:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6031</id>
            <title type="text"><![CDATA[OKLCH Color Picker &amp;amp; Converter]]></title>
            <link rel="alternate" href="https://oklch.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6031"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Color picker and converter for OKLCH and LCH color space.
OKLCH is a new way to encode colors (like hex, RGBA, or HSL):

*  OKLCH has native browser support.
* It can encode more colors for modern screens (P3, Rec. 2020, and beyond).
* Unlike HSL, OKLCH always has predictable contrast after color transformation.
* In contrast with LCH and Lab, no hue shift on chroma changes.
* Provides great accessibility on palette generation.

[OKLCH &amp;amp; LCH Color Picker @ GitHub](https://github.com/evilmartians/oklch-picker).]]>
            </summary>
            <updated>2025-08-29T08:42:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6040</id>
            <title type="text"><![CDATA[Rapid Image Layers Animation]]></title>
            <link rel="alternate" href="https://github.com/codrops/RapidLayersAnimation/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6040"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A rapid layers animation of images as a splash intro or page transition on a website.]]>
            </summary>
            <updated>2025-08-29T08:44:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6041</id>
            <title type="text"><![CDATA[&amp;lt;br&amp;gt;&amp;lt;css-doodle /&amp;gt;]]></title>
            <link rel="alternate" href="https://css-doodle.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6041"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A web component for drawing patterns with CSS

[&amp;lt;css-doodle/&amp;gt; @ GitHub](https://github.com/css-doodle/css-doodle).]]>
            </summary>
            <updated>2025-08-29T08:44:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6069</id>
            <title type="text"><![CDATA[CSS Gradient Generator]]></title>
            <link rel="alternate" href="https://www.cssgradienteditor.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6069"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A CSS Gradient and TextShadow editor]]>
            </summary>
            <updated>2025-08-29T08:48:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6112</id>
            <title type="text"><![CDATA[Sailboat UI]]></title>
            <link rel="alternate" href="https://sailboatui.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6112"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Modern UI component library for Tailwind CSS.
Build your website quickly with Sailboat UI.
Sailboat UI is a modern UI component library for Tailwind CSS. Get started with 150+ open source Tailwind CSS components, make it easy to build your products.]]>
            </summary>
            <updated>2025-08-29T08:56:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6115</id>
            <title type="text"><![CDATA[Parametric Color Mixer]]></title>
            <link rel="alternate" href="https://colormixer.web.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6115"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Tool to create nice color palettes based on multi-color gradients.]]>
            </summary>
            <updated>2025-08-29T08:56:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6125</id>
            <title type="text"><![CDATA[MVP.css]]></title>
            <link rel="alternate" href="https://andybrewer.github.io/mvp/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6125"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A minimalist stylesheet for HTML elements

No class names, no frameworks, just semantic HTML and you&amp;#039;re done.

[MVP.css @ GitHub](https://github.com/andybrewer/mvp/)]]>
            </summary>
            <updated>2025-08-29T08:57:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6128</id>
            <title type="text"><![CDATA[Background Scale Hover Effect]]></title>
            <link rel="alternate" href="https://github.com/codrops/BackgroundScaleHoverEffect/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6128"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Recreation of the background scale hover effect seen on the DDD Hotel menu using CSS clip paths.]]>
            </summary>
            <updated>2025-08-29T08:58:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6135</id>
            <title type="text"><![CDATA[cosha]]></title>
            <link rel="alternate" href="https://github.com/robinloeffel/cosha" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6135"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Colorful shadows for your images. 🎨
cosha lets you add colorful shadows to your images. Try it out and look for yourself—it really couldn&amp;#039;t be easier to set up!]]>
            </summary>
            <updated>2025-08-29T09:00:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6136</id>
            <title type="text"><![CDATA[Distorted Link Effects]]></title>
            <link rel="alternate" href="https://github.com/codrops/DistortedLinkEffects" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6136"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A couple of ideas for decorative link distortion effects using SVG filters on lines, circles and squares.]]>
            </summary>
            <updated>2025-08-29T09:00:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6147</id>
            <title type="text"><![CDATA[Pico.css]]></title>
            <link rel="alternate" href="https://picocss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6147"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Minimal CSS Framework for semantic HTML.
Elegant styles for all natives HTML elements without .classes and dark mode automatically enabled.

[Pico.css @ GitHub](https://github.com/picocss/pico).]]>
            </summary>
            <updated>2025-08-29T09:01:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6153</id>
            <title type="text"><![CDATA[HTML Cheat Sheet]]></title>
            <link rel="alternate" href="https://htmlcheatsheet.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6153"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[HTML Cheat Sheet contains useful code examples and web developer tools, markup generators and more on a single page. Switch to other web developer sheets, like CSS or JavaScript. These pages were created as a quick guide for those who already know how to work with these languages.
Make sure you bookmark this site for a quick and easy access!]]>
            </summary>
            <updated>2025-08-29T09:02:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6196</id>
            <title type="text"><![CDATA[gradicol.vercel.app/]]></title>
            <link rel="alternate" href="https://gradicol.vercel.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6196"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Catchy gradients, Stunning templates.
Handpicked collection of linear gradients with premium website templates.]]>
            </summary>
            <updated>2025-08-29T09:09:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6197</id>
            <title type="text"><![CDATA[CSS Plasma Background Generator]]></title>
            <link rel="alternate" href="https://github.com/fracergu/css-plasma-background-generator" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6197"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Simple tool written in vanilla Javascript to generate a plasma background for your website.]]>
            </summary>
            <updated>2025-08-29T09:10:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6199</id>
            <title type="text"><![CDATA[He3: Modern Developer Toolbox]]></title>
            <link rel="alternate" href="https://he3.app/en/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6199"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Free, Modern Toolbox Built for Developers.
200+ tools builtin with more to come. Boosts your productivity with smart search, type detection, and hotkeys. Let it be your best companion in daily dev tasks.]]>
            </summary>
            <updated>2025-08-29T09:10:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6202</id>
            <title type="text"><![CDATA[Angry Web Tools]]></title>
            <link rel="alternate" href="https://angrytools.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6202"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Free web tools for speed up your development]]>
            </summary>
            <updated>2025-08-29T09:11:00+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6231</id>
            <title type="text"><![CDATA[CSS.gg]]></title>
            <link rel="alternate" href="https://css.gg/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6231"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[700+ CSS Icons, Customizable, Retina Ready &amp;amp; API. Open-source CSS, SVG and Figma UI Icons.

Available in SVG Sprite, styled-components, NPM &amp;amp; API.

[css.gg @ GitHub](https://github.com/astrit/css.gg).]]>
            </summary>
            <updated>2025-08-29T09:17:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6281</id>
            <title type="text"><![CDATA[CUBE CSS]]></title>
            <link rel="alternate" href="https://cube.fyi/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6281"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CUBE CSS is a CSS methodology that’s orientated towards simplicity, pragmatism and consistency. It’s designed to work with the medium that you’re working in—often the browser—rather than against it.]]>
            </summary>
            <updated>2025-08-29T09:25:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6294</id>
            <title type="text"><![CDATA[Materialize]]></title>
            <link rel="alternate" href="https://materializecss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6294"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A modern responsive front-end framework based on Material Design]]>
            </summary>
            <updated>2025-08-29T09:26:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6300</id>
            <title type="text"><![CDATA[Anime.js]]></title>
            <link rel="alternate" href="https://animejs.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6300"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[JavaScript animation engine.
Anime.js (/ˈæn.ə.meɪ/) is a lightweight JavaScript animation library with a simple, yet powerful API.
It works with CSS properties, SVG, DOM attributes and JavaScript Objects. 

- [Anime.js @ GitHub](https://github.com/juliangarnier/anime).

Related contents:

- [\#126 - 🤖 News Janvier 2026 : Open Code, Qwen Code et un peu de code @ Double Slash :fr:](https://double-slash.dev/podcasts/news-jan26/).]]>
            </summary>
            <updated>2026-02-20T07:15:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6311</id>
            <title type="text"><![CDATA[MetalliCSS]]></title>
            <link rel="alternate" href="https://www.metallicss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6311"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Versatile metallic finish for your CSS.
MetalliCSS is a tiny, dependency-free JavaScript library that makes your CSS literally shine.
Using the library is as simple as adding the class metallicss, and using CSS properties for configuration (try it out here).

[MetalliCSS @ GitHub](https://github.com/mikaei/metallicss)]]>
            </summary>
            <updated>2025-08-29T09:29:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6313</id>
            <title type="text"><![CDATA[Classless CSS]]></title>
            <link rel="alternate" href="https://github.com/dbohdan/classless-css" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6313"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A list of classless CSS themes/frameworks with screenshots.
This is a list of classless CSS themes and frameworks. &amp;quot;Classless&amp;quot; means a style sheet does not define special classes you must add to your HTML elements to style these elements. As a result, you can style any plain-HTML page just by linking to the style sheet. This is useful, for example, in prototyping.]]>
            </summary>
            <updated>2025-08-29T09:29:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6319</id>
            <title type="text"><![CDATA[🎬 Scene.js]]></title>
            <link rel="alternate" href="https://github.com/daybrush/scenejs" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6319"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[clapper Scene.js is an JavaScript &amp;amp; CSS timeline-based animation library.]]>
            </summary>
            <updated>2025-08-29T09:30:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6324</id>
            <title type="text"><![CDATA[IsometricSass:]]></title>
            <link rel="alternate" href="https://github.com/MorganCaron/IsometricSass" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6324"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Sass library to make isometric 2D without javascript.
Sass library of isometric functions.
IsometricSass is a Sass framework that requires no JavaScript. It was created to be able to fully use the CSS 3D transformations to create 3D scenes.]]>
            </summary>
            <updated>2025-08-29T09:31:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6363</id>
            <title type="text"><![CDATA[30 seconds of code]]></title>
            <link rel="alternate" href="https://www.30secondsofcode.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6363"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Short JavaScript code snippets for all your development needs

- [30 seconds of code @ GitHub](https://github.com/30-seconds/30-seconds-of-code).]]>
            </summary>
            <updated>2025-08-29T09:37:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6367</id>
            <title type="text"><![CDATA[CSS Gradient Animator]]></title>
            <link rel="alternate" href="https://www.gradient-animator.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6367"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS Gradient Animator]]>
            </summary>
            <updated>2025-08-29T09:38:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6370</id>
            <title type="text"><![CDATA[Hero Patterns]]></title>
            <link rel="alternate" href="https://heropatterns.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6370"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Free repeatable SVG background patterns for your web projects.
A collection of repeatable SVG background patterns for you to use on your web projects.]]>
            </summary>
            <updated>2025-08-29T09:39:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6373</id>
            <title type="text"><![CDATA[SpinKit]]></title>
            <link rel="alternate" href="https://github.com/tobiasahlin/SpinKit" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6373"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A collection of loading indicators animated with CSS.
Simple loading spinners animated with CSS. See demo. SpinKit only uses (transform and opacity) CSS animations to create smooth and easily customizable animations.]]>
            </summary>
            <updated>2025-08-29T09:39:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6412</id>
            <title type="text"><![CDATA[more.graphics]]></title>
            <link rel="alternate" href="https://more.graphics/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6412"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your Unique and Free Generator Tools in One Place.
Design tools present you with a choice of ready-made works and with advanced customization possibilities in just a couple of clicks.
Using our generators, you can create design from scratch, visually observing your creation, and the generator will give you the best on completion of the work.]]>
            </summary>
            <updated>2025-08-29T09:45:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6413</id>
            <title type="text"><![CDATA[Remix Page Blocks]]></title>
            <link rel="alternate" href="https://github.com/AlexandroMtzG/remix-page-blocks" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6413"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Remix and Tailwind CSS simple page block editor.]]>
            </summary>
            <updated>2025-08-29T09:46:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6461</id>
            <title type="text"><![CDATA[Copy &amp;amp; Paste CSS]]></title>
            <link rel="alternate" href="https://copy-paste-css.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6461"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS templates for buttons, box-shadows, form inputs, color palettes &amp;amp; emojis.]]>
            </summary>
            <updated>2025-08-29T09:54:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6463</id>
            <title type="text"><![CDATA[CSS Pattern]]></title>
            <link rel="alternate" href="https://css-pattern.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6463"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Pure CSS Fancy background with gradients]]>
            </summary>
            <updated>2025-08-29T09:54:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6464</id>
            <title type="text"><![CDATA[CSS Timeline]]></title>
            <link rel="alternate" href="https://css-timeline.vercel.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6464"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A history of CSS]]>
            </summary>
            <updated>2025-08-29T09:54:25+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6467</id>
            <title type="text"><![CDATA[CSS Clothoid Corners]]></title>
            <link rel="alternate" href="https://onotakehiko.dev/clothoid/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6467"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Generate clothoid rounded corners by CSS clip-path]]>
            </summary>
            <updated>2025-08-29T09:55:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6479</id>
            <title type="text"><![CDATA[Responsive Image Breakpoints Generator]]></title>
            <link rel="alternate" href="https://responsivebreakpoints.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6479"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[One image for all screen resolutions and different devices is not enough. An image per pixel is too much - so how can someone automatically choose the optimal responsive image sizes?  
Responsive websites, even the most modern ones, often struggle with selecting image resolutions that best match the various user devices. They compromise on either the image dimensions or the number of images. It&amp;#039;s time to solve these issues and start calculating image breakpoints more mathematically, rather than haphazardly.]]>
            </summary>
            <updated>2025-08-29T09:57:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6485</id>
            <title type="text"><![CDATA[CSS Layout]]></title>
            <link rel="alternate" href="https://csslayout.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6485"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A collection of popular layouts and patterns made with CSS]]>
            </summary>
            <updated>2025-08-29T09:57:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6493</id>
            <title type="text"><![CDATA[Cell]]></title>
            <link rel="alternate" href="https://github.com/One-Nexus/Cell" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6493"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Style BEM DOM elements using Sass.
Cell is used for styling DOM elements that follow the Cell naming convention (which is almost identical to BEM).]]>
            </summary>
            <updated>2025-08-29T09:59:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6503</id>
            <title type="text"><![CDATA[Grid by Example]]></title>
            <link rel="alternate" href="https://gridbyexample.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6503"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This site is a collection of examples, video and other information to help you learn CSS Grid Layout.]]>
            </summary>
            <updated>2025-08-29T10:01:30+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6525</id>
            <title type="text"><![CDATA[Tailwindsites]]></title>
            <link rel="alternate" href="https://tailwindsites.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6525"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Free Tailwind CSS site templates for your next project]]>
            </summary>
            <updated>2025-08-29T10:05:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6549</id>
            <title type="text"><![CDATA[Typetura]]></title>
            <link rel="alternate" href="https://typetura.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6549"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Typetura’s powerful technology scales your text to any layout, on any device. Launch products up to 30% faster with 90% fewer text styles.]]>
            </summary>
            <updated>2025-08-29T10:09:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6550</id>
            <title type="text"><![CDATA[missing.css]]></title>
            <link rel="alternate" href="https://missing.style/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6550"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[missing.css is the CSS library we wished already existed. 
The goal of missing.css is to reduce needed intervention in HTML.]]>
            </summary>
            <updated>2025-08-29T10:09:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6564</id>
            <title type="text"><![CDATA[Noise &amp;amp; Gradient]]></title>
            <link rel="alternate" href="https://www.noiseandgradient.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6564"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Generate your very own trendy textured background]]>
            </summary>
            <updated>2025-08-29T10:11:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6585</id>
            <title type="text"><![CDATA[Charts.css]]></title>
            <link rel="alternate" href="http://chartscss.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6585"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Charts.css is a modern CSS framework. It uses CSS utility classes to style HTML elements as charts.]]>
            </summary>
            <updated>2025-08-29T10:14:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6586</id>
            <title type="text"><![CDATA[UHUGRID]]></title>
            <link rel="alternate" href="https://github.com/cipherlogs/uhugrid" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6586"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Reliable and fast alternative to the masonry and mosaic layout.
Creative layouts like masonry (Pinterest style) and mosaic are used all over the web. UHUGRID is a new alternative.
It is fast and it offers something none of the above could offer. It generates items that are visually appealing by using aspect ratios that are suited best for the available free space.
Named UHU because of its default behaviour. Glue all items together and don&amp;#039;t waste any free space. Everytime you refresh the page or request a layout change, a new layout will be generated even if the screen size stays the same.]]>
            </summary>
            <updated>2025-08-29T10:14:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6590</id>
            <title type="text"><![CDATA[Open source UI elements - made with CSS and HTML]]></title>
            <link rel="alternate" href="https://uiverse.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6590"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Let&amp;#039;s build a better web together.
We give anyone the power to create, share, and use beautiful custom elements made with CSS and HTML.]]>
            </summary>
            <updated>2025-08-29T10:15:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6591</id>
            <title type="text"><![CDATA[AnimatiSS]]></title>
            <link rel="alternate" href="https://xsgames.co/animatiss/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6591"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A nice, colorful collection of CSS animations for your projects.
Nice collection of CSS animations for your awesome web projects.]]>
            </summary>
            <updated>2025-08-29T10:15:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6593</id>
            <title type="text"><![CDATA[Bolt.css]]></title>
            <link rel="alternate" href="https://boltcss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6593"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Basic styles for HTML Elements. Providing a mostly-reasonable set of styles without classes.
Use it for simple static sites or as a starting point and add your own classes. This is not a complete solution with layout grids, components, utility classes, and the like.]]>
            </summary>
            <updated>2025-08-29T10:15:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6599</id>
            <title type="text"><![CDATA[htmx]]></title>
            <link rel="alternate" href="https://htmx.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6599"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[htmx gives you access to AJAX, CSS Transitions, WebSockets and Server Sent Events directly in HTML, using attributes, so you can build modern user interfaces with the simplicity and power of hypertext

- [htmx @ GitHub](https://github.com/bigskysoftware/htmx).

Related contents:

- [Please Just Fucking Try HTMX](https://pleasejusttryhtmx.com/).
- [Next.js to htmx — A Real World Example @ htmx](https://htmx.org/essays/a-real-world-nextjs-to-htmx-port/).
- [Less htmx is More @ Unplanned Obsolescence](https://unplannedobsolescence.com/blog/less-htmx-is-more/).
- [Bookmarkable by Design: URL-Driven State in HTMX @ Loren Stewart](https://www.lorenstew.art/blog/bookmarkable-by-design-url-state-htmx/).
- [MESH: I tried HTMX, then ditched it @ Alex Moon](https://ajmoon.com/posts/mesh-i-tried-htmx-then-ditched-it).
- [The fetch()ening @ HTMX](https://htmx.org/essays/the-fetchening/).
- [Modern Frontend Complexity: essential or accidental? @ I0I](https://binaryigor.com/modern-frontend-complexity.html).
- [Building Progressively Enhanced Forms Using htmx @ Rafael Epplée](https://www.rafa.ee/articles/progressive-enhanced-forms-htmx/).]]>
            </summary>
            <updated>2026-08-07T12:01:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6614</id>
            <title type="text"><![CDATA[57 CSS shapes examples]]></title>
            <link rel="alternate" href="https://getcssscan.com/css-shapes" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6614"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS shapes examples, click to copy.]]>
            </summary>
            <updated>2025-08-29T10:19:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6623</id>
            <title type="text"><![CDATA[PurgeCSS]]></title>
            <link rel="alternate" href="https://purgecss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6623"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[PurgeCSS is a tool to remove unused CSS from your project]]>
            </summary>
            <updated>2025-08-29T10:21:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6625</id>
            <title type="text"><![CDATA[MagneticButtons]]></title>
            <link rel="alternate" href="https://github.com/codrops/MagneticButtons/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6625"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A set of buttons with a magnetic interaction and a hover effect.
A small set of magnetic buttons with some fun hover animations. Inspired by the button animation seen on Cuberto.]]>
            </summary>
            <updated>2025-08-29T10:21:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6644</id>
            <title type="text"><![CDATA[CSS loaders &amp;amp; spinners collection]]></title>
            <link rel="alternate" href="https://github.com/vineethtrv/css-loader" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6644"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This is a library having a collection of different types of CSS loaders, spinners.
A general situation that we all might face while going through websites/apps is to wait for some progress or something to get loaded. A most simple solution in such scenarios is to use a loader or spinner to indicate users that something is loading in the background. Considering this, I tried to create a library having a collection of such loaders/spinners. There are no image dependencies for this library. It&amp;#039;s developed using pure CSS. Hence it will load fast and is easily customizable too.]]>
            </summary>
            <updated>2025-08-29T10:25:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6659</id>
            <title type="text"><![CDATA[Animate CSS Grid]]></title>
            <link rel="alternate" href="https://github.com/aholachek/animate-css-grid" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6659"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Painless transitions for CSS Grid.
Seamlessly animate all CSS grid properties.
This script makes it easy to transition your CSS grid gracefully from one state to another. If the content of the grid changes, or if the grid or one of its children is updated with the addition or removal of a class, the grid will automatically transition to its new configuration.]]>
            </summary>
            <updated>2025-08-29T10:26:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6665</id>
            <title type="text"><![CDATA[tailwindcss-highlights]]></title>
            <link rel="alternate" href="https://tailwindcss-highlights.hubatsch.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6665"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A plugin for Tailwind CSS to add highlights to your text.]]>
            </summary>
            <updated>2025-08-29T10:27:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6672</id>
            <title type="text"><![CDATA[Morphing Submit Button]]></title>
            <link rel="alternate" href="https://codepen.io/jkantner/pen/zYdaBPJ" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6672"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[a submit button with a inplace loading animation]]>
            </summary>
            <updated>2025-08-29T10:29:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6682</id>
            <title type="text"><![CDATA[100 Beautiful Mesh Gradients - Free Download]]></title>
            <link rel="alternate" href="https://www.meshgradients.design/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6682"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Hand-curated Mesh Gradient Collection]]>
            </summary>
            <updated>2025-08-29T10:30:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6685</id>
            <title type="text"><![CDATA[CSS Shadow Palette Generator]]></title>
            <link rel="alternate" href="https://www.joshwcomeau.com/shadow-palette/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6685"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Shadow Palette Generator

Create a set of lush, realistic CSS shadows.]]>
            </summary>
            <updated>2025-08-29T10:31:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6694</id>
            <title type="text"><![CDATA[Twind]]></title>
            <link rel="alternate" href="https://twind.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6694"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The smallest, fastest, most feature complete tailwind-in-js solution in existence]]>
            </summary>
            <updated>2025-08-29T10:33:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6700</id>
            <title type="text"><![CDATA[Open Props]]></title>
            <link rel="alternate" href="https://open-props.style/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6700"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[sub-atomic styles. Supercharged CSS variables.
Expertly crafted web design tokens. Create consistent components. Useful in any framework.

 CSS custom properties to help accelerate adaptive and consistent design. 

- [Open Props @ GitHub](https://github.com/argyleink/open-props),
- [On compliance vs readability: Generating text colors with CSS @ Lea Verou](https://lea.verou.me/blog/2024/contrast-color/).]]>
            </summary>
            <updated>2025-08-29T10:33:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6760</id>
            <title type="text"><![CDATA[What was that media query code again??]]></title>
            <link rel="alternate" href="https://mediaquery.style/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6760"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[What was that media query code again?

If you&amp;#039;re like me, you&amp;#039;ll often know which media query to reach for but just can&amp;#039;t quite remember the syntax. This site lists popular media queries with a handy copy button for code the snippet you need.]]>
            </summary>
            <updated>2025-08-29T10:43:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6785</id>
            <title type="text"><![CDATA[Enhance]]></title>
            <link rel="alternate" href="https://enhance.dev" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6785"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Enhance is a web standards-based HTML framework. It’s designed to provide a dependable foundation for building lightweight, flexible, and future-proof web applications.]]>
            </summary>
            <updated>2025-08-29T10:47:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6794</id>
            <title type="text"><![CDATA[theme.park]]></title>
            <link rel="alternate" href="https://theme-park.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6794"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A collection of themes/skins for your favorite apps!
theme.park contains 50 themed applications, with css addons on certain themes.
Installation methods include custom docker mods for linuxserver.io containers,
custom scripts for select Hotio containers and multiple examples of subfiltering using webservers like Nginx, Apache, Caddy and Traefik!
There is also a Docker image available for selfhosting the CSS files.

- [Theme Park – Personnalisez vos apps préférées avec style ! @ Korben :fr:](https://korben.info/theme-park-personnalisez-apps-style.html).]]>
            </summary>
            <updated>2025-08-29T10:49:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6840</id>
            <title type="text"><![CDATA[iShadeed Lab - Container Queries]]></title>
            <link rel="alternate" href="https://lab.ishadeed.com/container-queries" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6840"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[css containers queries]]>
            </summary>
            <updated>2025-08-29T10:58:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6841</id>
            <title type="text"><![CDATA[Flutter]]></title>
            <link rel="alternate" href="https://flutter.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6841"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Build apps for any screen

Flutter transforms the app development process. Build, test, and deploy beautiful mobile, web, desktop, and embedded apps from a single codebase.

Related contents:

- [Flutter : comment optimiser son app pour un numérique plus responsable ? Avec Adrien Body, Staff Engineer chez SNCF Connect &amp;amp; Tech @ AXOPEN&amp;#039;s ausha :fr:](https://podcast.ausha.co/axopen/interview-sncf).]]>
            </summary>
            <updated>2025-08-29T10:58:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6846</id>
            <title type="text"><![CDATA[CSS Speedrun]]></title>
            <link rel="alternate" href="https://css-speedrun.netlify.app/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6846"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Test your CSS Skills.

Enter the CSS selector, which applies to all elements with an arrow ➡️ and press enter or the submit button.

The timer will start once you correctly solved the first puzzle.]]>
            </summary>
            <updated>2025-08-29T10:58:04+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6850</id>
            <title type="text"><![CDATA[Alternate Column Scroll Animation]]></title>
            <link rel="alternate" href="https://github.com/codrops/ColumnScroll/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6850"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A grid layout with columns that scroll in opposite directions using Locomotive Scroll.]]>
            </summary>
            <updated>2025-08-29T10:59:00+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6868</id>
            <title type="text"><![CDATA[Beer CSS]]></title>
            <link rel="alternate" href="https://www.beercss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6868"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Build material design in record time without stress for devs. An alternative to PicoCSS.

- [Beer CSS @ GitHub](https://github.com/beercss/beercss).]]>
            </summary>
            <updated>2025-08-29T11:02:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6978</id>
            <title type="text"><![CDATA[Webpack Encore]]></title>
            <link rel="alternate" href="https://github.com/symfony/webpack-encore" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6978"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A simple but powerful API for processing &amp;amp; compiling assets built around Webpack.

Webpack Encore is a simpler way to integrate Webpack into your application. It wraps Webpack, giving you a clean &amp;amp; powerful API for bundling JavaScript modules, pre-processing CSS &amp;amp; JS and compiling and minifying assets. Encore gives you a professional asset system that&amp;#039;s a delight to use.]]>
            </summary>
            <updated>2025-08-29T11:20:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7088</id>
            <title type="text"><![CDATA[Bulma]]></title>
            <link rel="alternate" href="https://bulma.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7088"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Free, open source, and modern CSS framework based on Flexbox.

Bulma is a free, open source CSS framework based on Flexbox and built with Sass. It&amp;#039;s 100% responsive, fully modular, and available for free.

- [Bulma @ GitHub](https://github.com/jgthms/bulma).]]>
            </summary>
            <updated>2025-08-29T11:38:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7095</id>
            <title type="text"><![CDATA[Animate.css]]></title>
            <link rel="alternate" href="https://animate.style/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7095"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A cross-browser library of CSS animations.

Animate.css is a library of ready-to-use, cross-browser animations for use in your web projects. Great for emphasis, home pages, sliders, and attention-guiding hints.

- [Animate.css @ GitHub](https://github.com/animate-css/animate.css).]]>
            </summary>
            <updated>2025-08-29T11:40:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7114</id>
            <title type="text"><![CDATA[Animated CSS Background Generator | wweb.dev]]></title>
            <link rel="alternate" href="https://wweb.dev/resources/animated-css-background-generator/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7114"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Colored wisps in the background]]>
            </summary>
            <updated>2025-08-29T11:42:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7115</id>
            <title type="text"><![CDATA[MagicPattern]]></title>
            <link rel="alternate" href="https://www.magicpattern.design/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7115"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Beautiful &amp;amp; cool backgrounds with 10+ tools!.
Create unique graphics for social media posts, landing pages and branding in a few clicks. Then export them as images, or even code (SVG &amp;amp; CSS).]]>
            </summary>
            <updated>2025-08-29T11:43:20+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7116</id>
            <title type="text"><![CDATA[SVG Backgrounds]]></title>
            <link rel="alternate" href="https://www.svgbackgrounds.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7116"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Customize and apply backgrounds fast.
SVGs enable fullscreen visuals with a tiny filesize.
Spice up your webpage in 30 seconds.]]>
            </summary>
            <updated>2025-08-29T11:43:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7117</id>
            <title type="text"><![CDATA[Gradient Magic]]></title>
            <link rel="alternate" href="https://www.gradientmagic.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7117"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Free Gallery of Fantastic and Unique CSS Gradients]]>
            </summary>
            <updated>2025-08-29T11:43:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7118</id>
            <title type="text"><![CDATA[JSFiddle]]></title>
            <link rel="alternate" href="https://jsfiddle.net/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7118"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Code Playground
Test your JavaScript, CSS, HTML or CoffeeScript online with JSFiddle code editor.]]>
            </summary>
            <updated>2025-08-29T11:43:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7196</id>
            <title type="text"><![CDATA[Feed me up Scotty]]></title>
            <link rel="alternate" href="https://gitlab.com/vincenttunru/feed-me-up-scotty/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7196"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Generate RSS feeds for websites that don&amp;#039;t have them, using CSS selectors.]]>
            </summary>
            <updated>2025-08-29T11:56:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7274</id>
            <title type="text"><![CDATA[mini.css]]></title>
            <link rel="alternate" href="https://minicss.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7274"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Minimal, responsive, style-agnostic CSS framework]]>
            </summary>
            <updated>2025-08-29T12:10:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7275</id>
            <title type="text"><![CDATA[min]]></title>
            <link rel="alternate" href="http://mincss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7275"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A minimalist css framework.]]>
            </summary>
            <updated>2025-08-29T12:10:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7276</id>
            <title type="text"><![CDATA[siimple]]></title>
            <link rel="alternate" href="https://siimple.juanes.xyz/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7276"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[flat. minimal. siimple css framework]]>
            </summary>
            <updated>2025-08-29T12:10:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7277</id>
            <title type="text"><![CDATA[Beauter]]></title>
            <link rel="alternate" href="http://beauter.outboxcraft.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7277"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A simple framework for beauiful sites]]>
            </summary>
            <updated>2025-08-29T12:10:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7278</id>
            <title type="text"><![CDATA[Pure.css]]></title>
            <link rel="alternate" href="https://purecss.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7278"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A set of small, responsive CSS modules that you can use in every web project.

[Pure.css @ GitHub](https://github.com/pure-css/pure/).]]>
            </summary>
            <updated>2025-08-29T12:10:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7279</id>
            <title type="text"><![CDATA[Milligram]]></title>
            <link rel="alternate" href="https://milligram.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7279"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A minimalist CSS framework.]]>
            </summary>
            <updated>2025-08-29T12:10:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7280</id>
            <title type="text"><![CDATA[KNACSS.]]></title>
            <link rel="alternate" href="https://knacss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7280"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[un micro framework CSS qui a du goût !]]>
            </summary>
            <updated>2025-08-29T12:10:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7281</id>
            <title type="text"><![CDATA[Picnic CSS]]></title>
            <link rel="alternate" href="https://picnicss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7281"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Lightweight and beautiful library]]>
            </summary>
            <updated>2025-08-29T12:10:50+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7399</id>
            <title type="text"><![CDATA[mini.css]]></title>
            <link rel="alternate" href="http://minicss.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7399"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Minimal, responsive, style-agnostic CSS framework]]>
            </summary>
            <updated>2025-08-29T12:30:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7430</id>
            <title type="text"><![CDATA[Formbase]]></title>
            <link rel="alternate" href="https://github.com/electerious/formbase" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7430"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Better default styles for common input elements.
formbase eliminates cross browser bugs, inconsistencies across systems and applies a beautiful default styling to several input elements.]]>
            </summary>
            <updated>2025-08-29T12:35:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7478</id>
            <title type="text"><![CDATA[GSAP]]></title>
            <link rel="alternate" href="https://greensock.com/gsap" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7478"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[SVG animation with css and javascript.]]>
            </summary>
            <updated>2025-08-29T12:43:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7486</id>
            <title type="text"><![CDATA[CSS Reference]]></title>
            <link rel="alternate" href="http://cssreference.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7486"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A free visual guide to the most popular CSS properties.

Learn by example: cssreference.io is a free visual guide to CSS. It features the most popular properties, and explains them with illustrated and animated examples.]]>
            </summary>
            <updated>2025-08-29T12:44:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7589</id>
            <title type="text"><![CDATA[hack.css]]></title>
            <link rel="alternate" href="http://hackcss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7589"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[As many hackers enjoy the readability of markdown code, some stylings in hack.css are exactly the way markdown is.]]>
            </summary>
            <updated>2025-08-29T13:03:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7594</id>
            <title type="text"><![CDATA[BlazeCSS]]></title>
            <link rel="alternate" href="http://blazecss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7594"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Open source modular CSS framework providing great structure for building websites quickly]]>
            </summary>
            <updated>2025-08-29T13:03:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7598</id>
            <title type="text"><![CDATA[TurretCSS]]></title>
            <link rel="alternate" href="http://turretcss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7598"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A Responsive Front-end Framework for Accessible and Semantic Websites.
Developed for design, turretcss is a styles and browser behaviour normalisation framework for rapid development of responsive and accessible websites.

-  [TurretCSS @ GitHub](https://github.com/turretcss/turretcss).]]>
            </summary>
            <updated>2025-08-29T13:04:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7726</id>
            <title type="text"><![CDATA[Mobility]]></title>
            <link rel="alternate" href="https://github.com/cblanquera/mobility" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7726"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Mobility is a super light weight HTML, CSS, and JS mobile UI built on top of Bootstrap for developing mobile applications.]]>
            </summary>
            <updated>2025-08-29T13:25:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7756</id>
            <title type="text"><![CDATA[colofilter.css]]></title>
            <link rel="alternate" href="http://lukyvj.github.io/colofilter.css" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7756"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Those colorful filters uses css blend modes and were heavily inspired by Spotify new 2015 ads

This technic is called &amp;amp;quot;DuoTone&amp;amp;quot;, and today, with the power of CSS we can play around with some blend-modes properties, to get some cool visual results.]]>
            </summary>
            <updated>2025-08-29T13:31:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/7955</id>
            <title type="text"><![CDATA[piCSSel-art]]></title>
            <link rel="alternate" href="https://github.com/chinchang/picssel-art" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/7955"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[piCSSel-art is a drawing app to draw pixel art and get it in CSS. Yes, you heard it right, CSS. The app converts each pixel to corresponsing box-shadow CSS and generate HTML and CSS code which you can use to put that art on your page.]]>
            </summary>
            <updated>2025-08-29T14:03:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8025</id>
            <title type="text"><![CDATA[Basscss]]></title>
            <link rel="alternate" href="http://www.basscss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8025"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Basscss is a lightweight collection of base element styles, immutable utilities, layout modules, and color styles designed for speed, clarity, performance, and scalability.]]>
            </summary>
            <updated>2025-08-29T14:15:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8090</id>
            <title type="text"><![CDATA[icono]]></title>
            <link rel="alternate" href="http://saeedalipoor.github.io/icono" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8090"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Pure css icons, with only one element.

- [icono @ GitHub](https://github.com/saeedalipoor/icono).]]>
            </summary>
            <updated>2025-08-29T14:25:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8093</id>
            <title type="text"><![CDATA[Hover.css]]></title>
            <link rel="alternate" href="https://ianlunn.github.io/Hover" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8093"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A collection of CSS3 powered hover effects to be applied to links, buttons, logos, SVG, featured images and so on. Easily apply to your own elements, modify or just use for inspiration. Available in CSS, SASS, and LESS.]]>
            </summary>
            <updated>2025-08-29T14:27:54+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8110</id>
            <title type="text"><![CDATA[Skeleton: Responsive CSS Boilerplate]]></title>
            <link rel="alternate" href="http://getskeleton.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8110"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[You should use Skeleton if you&amp;#039;re embarking on a smaller project or just don&amp;#039;t feel like you need all the utility of larger frameworks. Skeleton only styles a handful of standard HTML elements and includes a grid, but that&amp;#039;s often more than enough to get started. In fact, this site is built on Skeleton and has ~200 lines of custom CSS (half of which is the docking navigation).]]>
            </summary>
            <updated>2025-08-29T14:28:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8126</id>
            <title type="text"><![CDATA[Lining.js]]></title>
            <link rel="alternate" href="http://zencode.in/lining.js" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8126"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[In CSS we already have the selector ::first-line to apply style on the first line of element. But there is no selector like ::nth-line(), ::nth-last-line() or even ::last-line. Then I read an article A Call for ::nth-everything from CSS tricks. ::nth-line() is actually really useful in some situation.]]>
            </summary>
            <updated>2025-08-29T14:32:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8142</id>
            <title type="text"><![CDATA[csstyle]]></title>
            <link rel="alternate" href="http://www.csstyle.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8142"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[csstyle is a modern approach for crafting beautifully maintainable stylesheets. The csstyle method is implemented using a set of SASS mixins that make your CSS readable and semantic, generate your selectors for you, and automatically handle things like specificity and nesting.]]>
            </summary>
            <updated>2025-08-29T14:36:00+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8209</id>
            <title type="text"><![CDATA[Pleeease &amp;amp;#183; Postprocess CSS with ease]]></title>
            <link rel="alternate" href="http://pleeease.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8209"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Pleeease is the best toolchain for your CSS. Just write DRY, future-proof CSS and Pleeease does the job for you*.]]>
            </summary>
            <updated>2025-08-29T14:46:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8328</id>
            <title type="text"><![CDATA[CSS.coloratum]]></title>
            <link rel="alternate" href="https://github.com/LeaVerou/CSS.coloratum" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8328"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS.coloratum is a nifty little tool that helps you:

    Share colors with friends and colleagues (never have to go through describing a shade again, just give them the link!)
    Check out what RGB &amp;amp;amp; HSL values correspond to that color keyword you keep using
    Covert HSL to RGB, because you&amp;#039;re done with your prototype and now it has to work in IE8 too
    ...and much more!]]>
            </summary>
            <updated>2025-08-29T15:05:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8342</id>
            <title type="text"><![CDATA[Yamm!3]]></title>
            <link rel="alternate" href="http://geedmo.github.io/yamm3" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8342"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This isYet another megamenu for Bootstrap 3 from Twitter. Lightweight and pure CSS megamenu that uses the standard navbar markup and the fluid grid system classes from Bootstrap 3. Work for fixed and responsive layout and has the facility to include (almost) any Bootstrap elements.]]>
            </summary>
            <updated>2025-08-29T15:08:22+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8355</id>
            <title type="text"><![CDATA[Ratchet]]></title>
            <link rel="alternate" href="http://goratchet.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8355"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Build mobile apps with simple HTML‚ CSS‚ and JS components.]]>
            </summary>
            <updated>2025-08-29T15:10:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8370</id>
            <title type="text"><![CDATA[Normalize.css]]></title>
            <link rel="alternate" href="http://necolas.github.io/normalize.css" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8370"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Normalize.css makes browsers render all elements more consistently and in line with modern standards. It precisely targets only the styles that need normalizing.]]>
            </summary>
            <updated>2025-08-29T15:12:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8410</id>
            <title type="text"><![CDATA[Apache Cordova]]></title>
            <link rel="alternate" href="http://cordova.apache.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8410"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Apache Cordova is a platform
for building native mobile
applications using HTML, CSS
and JavaScript]]>
            </summary>
            <updated>2025-08-29T15:20:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8420</id>
            <title type="text"><![CDATA[CSS Unpacker]]></title>
            <link rel="alternate" href="http://cssunpacker.com/default.aspx" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8420"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Unpack your css files to make them more readable.]]>
            </summary>
            <updated>2025-08-29T15:20:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8424</id>
            <title type="text"><![CDATA[Pushy - Off-Canvas Navigation Menu]]></title>
            <link rel="alternate" href="http://www.christopheryee.ca/pushy/#" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8424"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Pushy is a responsive off-canvas navigation menu using CSS transforms &amp;amp;amp; transitions.]]>
            </summary>
            <updated>2025-08-29T15:21:24+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8430</id>
            <title type="text"><![CDATA[jQuery.plainOverlay]]></title>
            <link rel="alternate" href="http://anseki.github.io/jquery-plainoverlay" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8430"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The simple jQuery Plugin for customizable overlay which covers a page, elements or iframe-windows that is specified.]]>
            </summary>
            <updated>2025-08-29T15:22:27+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8436</id>
            <title type="text"><![CDATA[label.css]]></title>
            <link rel="alternate" href="https://github.com/usablica/label.css" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8436"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Just a simply easy way to label each element you want!]]>
            </summary>
            <updated>2025-08-29T15:24:29+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8445</id>
            <title type="text"><![CDATA[mqGenie]]></title>
            <link rel="alternate" href="https://stowball.github.io/mqGenie/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8445"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[mqGenie adjusts CSS media queries in browsers that include the scrollbar&amp;#039;s width in the viewport width so they fire at the intended size

- [mqGenie @ GitHub](https://github.com/stowball/mqGenie).]]>
            </summary>
            <updated>2025-08-29T15:25:26+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8492</id>
            <title type="text"><![CDATA[Prefix free]]></title>
            <link rel="alternate" href="http://leaverou.github.io/prefixfree" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8492"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Break free from CSS vendor prefix hell!
-prefix-free lets you use only unprefixed CSS properties everywhere. It works behind the scenes, adding the current browser’s prefix to any CSS code, only when it’s needed.]]>
            </summary>
            <updated>2025-08-29T15:32:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8638</id>
            <title type="text"><![CDATA[Prepros :: Compile Sass, less or any preprocessing language]]></title>
            <link rel="alternate" href="http://alphapixels.com/prepros" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8638"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Preprocessing just got easier with Prepros
Enjoy the dead simple design &amp;amp;amp; development workflow]]>
            </summary>
            <updated>2025-08-29T15:57:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8657</id>
            <title type="text"><![CDATA[Apprendre les mises en page CSS]]></title>
            <link rel="alternate" href="http://fr.learnlayout.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8657"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Ce site vise à vous apprendre les bases de CSS utilisées pour structurer n&amp;#039;importe quel site web.]]>
            </summary>
            <updated>2025-08-29T16:01:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8669</id>
            <title type="text"><![CDATA[CSS Checkbox]]></title>
            <link rel="alternate" href="http://csscheckbox.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8669"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Cross Browser CSS Checkbox Generator | Free Checkbox CSS]]>
            </summary>
            <updated>2025-08-29T16:02:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8675</id>
            <title type="text"><![CDATA[Pixate]]></title>
            <link rel="alternate" href="http://www.pixate.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8675"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Pixate Engine for iOS:
A free dynamic user interface platform for mobile apps.]]>
            </summary>
            <updated>2025-08-29T16:04:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8682</id>
            <title type="text"><![CDATA[KineticWing]]></title>
            <link rel="alternate" href="http://kineticwing.com/home" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8682"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Smart, Lightweight and Portable IDE for faster and easier web development.]]>
            </summary>
            <updated>2025-08-29T16:04:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8708</id>
            <title type="text"><![CDATA[Pure]]></title>
            <link rel="alternate" href="http://purecss.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8708"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A set of small, responsive CSS modules that you can use in every web project.]]>
            </summary>
            <updated>2025-08-29T16:08:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8713</id>
            <title type="text"><![CDATA[Label.css - Label every thing!]]></title>
            <link rel="alternate" href="http://usablica.github.io/label.css" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8713"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Just include the CSS file and add &amp;amp;quot;label&amp;amp;quot; class and &amp;amp;quot;data-label&amp;amp;quot; to your code. Then start positioning.]]>
            </summary>
            <updated>2025-08-29T16:09:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8728</id>
            <title type="text"><![CDATA[Helium]]></title>
            <link rel="alternate" href="https://github.com/geuis/helium-css" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8728"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Helium is a tool for discovering unused CSS across many pages on a web site. The tool is javascript-based and runs from the browser.]]>
            </summary>
            <updated>2025-08-29T16:12:58+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8736</id>
            <title type="text"><![CDATA[bluePen Editor | online visual CSS editor &amp;amp;#8211; bluePen Editor]]></title>
            <link rel="alternate" href="http://bluepeneditor.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8736"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The power of styling is now in your hands. bluePen can be easily installed even on a dynamic website.]]>
            </summary>
            <updated>2025-08-29T16:13:53+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8767</id>
            <title type="text"><![CDATA[Scout - Compass and Sass without all the hassle]]></title>
            <link rel="alternate" href="http://mhs.github.com/scout-app" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8767"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Scout is a cross-platform app that delivers the power of Sass &amp;amp;amp; Compass into the hands of web designers.]]>
            </summary>
            <updated>2025-08-29T16:18:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8815</id>
            <title type="text"><![CDATA[hint.css - A tooltip library in CSS]]></title>
            <link rel="alternate" href="http://kushagragour.in/lab/hint" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8815"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Hint.css is a tooltip library written in SASS which uses only HTML/CSS to create simple tooltips.]]>
            </summary>
            <updated>2025-08-29T16:27:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8834</id>
            <title type="text"><![CDATA[Maxmertkit]]></title>
            <link rel="alternate" href="http://maxmert.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8834"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Css framework based on widget-modifier coding style]]>
            </summary>
            <updated>2025-08-29T16:30:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8838</id>
            <title type="text"><![CDATA[minify - Combines, minifies, and caches JavaScript and CSS files on demand to speed up page loads. - Google Project Hosting]]></title>
            <link rel="alternate" href="http://code.google.com/p/minify" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8838"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Minify is a PHP5 app that helps you follow several of Yahoo!&amp;#039;s Rules for High Performance Web Sites.
It combines multiple CSS or Javascript files, removes unnecessary whitespace and comments, and serves them with gzip encoding and optimal client-side cache headers.]]>
            </summary>
            <updated>2025-08-29T16:31:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8846</id>
            <title type="text"><![CDATA[xy.css]]></title>
            <link rel="alternate" href="http://xycss.com/xy" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8846"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2025-08-29T16:33:06+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8861</id>
            <title type="text"><![CDATA[SpriteMachine - Create css sprite images easily!]]></title>
            <link rel="alternate" href="http://spritemachine.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8861"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2025-08-29T16:34:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8941</id>
            <title type="text"><![CDATA[Kube Framework]]></title>
            <link rel="alternate" href="http://kubeframework.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8941"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS-framework for professional developers]]>
            </summary>
            <updated>2025-08-29T16:49:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8959</id>
            <title type="text"><![CDATA[redroot/holmes]]></title>
            <link rel="alternate" href="https://github.com/redroot/holmes" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8959"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Holmes is stand-alone diagnostic CSS stylesheet that can highlight potentially invalid or erroneous HTML(5) markup by adding one class.]]>
            </summary>
            <updated>2025-08-29T16:51:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8962</id>
            <title type="text"><![CDATA[KNACSS, un framework CSS minimaliste qui claque sous la dent !]]></title>
            <link rel="alternate" href="http://knacss.com/#pourquoi" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8962"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[KNACSS est ce que l&amp;#039;on appelle un &amp;amp;quot;framework CSS&amp;amp;quot; comme il en existe tant d&amp;#039;autres. Sauf que celui-ci est mieux :) (pourquoi ?) Il a été concocté avec amour par Raphaël Goetter et l&amp;#039;agence Alsacreations.fr au fur et à mesure de nos expériences en production, et est sous licence libre CC-BY. Son but est de servir de base commune à tous les projets d&amp;#039;intégration web, grâce à une nomenclature et des conventions constantes. Mais aussi de faciliter les positionnements d&amp;#039;éléments, de gérer les alignements, les gouttières, etc. Le tout de la façon la plus propre et accessible possible En route, et hopla !]]>
            </summary>
            <updated>2025-08-29T16:51:17+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/8984</id>
            <title type="text"><![CDATA[Gumby 960 Grid Responsive CSS Framework]]></title>
            <link rel="alternate" href="http://www.gumbyframework.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/8984"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The NEW Responsive 960 Grid CSS Framework That You’re Already Familiar With.]]>
            </summary>
            <updated>2025-08-29T16:55:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9010</id>
            <title type="text"><![CDATA[Fake images please?]]></title>
            <link rel="alternate" href="http://fakeimg.pl/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9010"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[When designing websites, you may not have the images you need at first. But you already know the sizes and inserting some placeholders can help you better seeing the layout. Don’t waste your time making dummy images for your mockup or wireframe. Fakeimg.pl is a little tool that generates images with an URL. Choose the size, the colors, even the text. It’s free and open-source.]]>
            </summary>
            <updated>2025-08-29T16:59:19+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9050</id>
            <title type="text"><![CDATA[Normalize.css: Make browsers render all elements more consistently.]]></title>
            <link rel="alternate" href="http://necolas.github.com/normalize.css" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9050"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Normalize.css is a customisable CSS file that makes browsers render all elements more consistently and in line with modern standards. We researched the differences between default browser styles in order to precisely target only the styles that need normalizing.]]>
            </summary>
            <updated>2025-08-29T17:05:49+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9073</id>
            <title type="text"><![CDATA[Css2Less]]></title>
            <link rel="alternate" href="http://css2less.cc/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9073"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Convert css to less]]>
            </summary>
            <updated>2025-08-29T17:10:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9108</id>
            <title type="text"><![CDATA[cssarrowplease]]></title>
            <link rel="alternate" href="http://cssarrowplease.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9108"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[générateur de flèche en css 3]]>
            </summary>
            <updated>2025-08-29T17:15:34+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9151</id>
            <title type="text"><![CDATA[Gridpak - The Responsive grid generator]]></title>
            <link rel="alternate" href="http://gridpak.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9151"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Responsive grid generator]]>
            </summary>
            <updated>2025-08-29T17:22:42+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9159</id>
            <title type="text"><![CDATA[The easiest way to create your CSS sprites - SpritePad]]></title>
            <link rel="alternate" href="http://wearekiss.com/spritepad" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9159"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[With SpritePad you can create your CSS sprites within minutes seconds. Simply drag &amp;amp;amp; drop your images and have them immediately available as one PNG sprite + CSS code. No fiddling in Photoshop, no manual assignment of CSS styles.]]>
            </summary>
            <updated>2025-08-29T17:25:33+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9173</id>
            <title type="text"><![CDATA[Make Better Websites - Get inspiration to make better Websites]]></title>
            <link rel="alternate" href="http://www.makebetterwebsites.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9173"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[beautifull css designs]]>
            </summary>
            <updated>2025-08-29T17:26:41+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9174</id>
            <title type="text"><![CDATA[CSS Galleries / CSSMania]]></title>
            <link rel="alternate" href="http://www.cssmania.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9174"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[beautifull css sites]]>
            </summary>
            <updated>2025-08-29T17:26:41+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9190</id>
            <title type="text"><![CDATA[Ingrid &amp;amp;#8212; a fluid CSS layout system]]></title>
            <link rel="alternate" href="http://piira.se/projects/ingrid" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9190"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Ingrid is a lightweight and fluid CSS layout system, whose main goal is to reduce the use of classes on individual units. Making it feel a bit less obtrusive and bit more fun to reflow for responsive layouts.]]>
            </summary>
            <updated>2025-08-29T17:29:40+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9217</id>
            <title type="text"><![CDATA[Glue &amp;amp;#8212; glue documentation]]></title>
            <link rel="alternate" href="http://glue.readthedocs.org/en/latest/index.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9217"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Glue is a simple command line tool to generate CSS sprites:]]>
            </summary>
            <updated>2025-08-29T17:33:47+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9245</id>
            <title type="text"><![CDATA[ie7-js]]></title>
            <link rel="alternate" href="http://code.google.com/p/ie7-js" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9245"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A JavaScript library to make MSIE behave like a standards-compliant browser.
IE7.js is a JavaScript library to make Microsoft Internet Explorer behave like a standards-compliant browser. It fixes many HTML and CSS issues and makes transparent PNG work correctly under IE5 and IE6.]]>
            </summary>
            <updated>2025-08-29T17:38:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9260</id>
            <title type="text"><![CDATA[S&amp;amp;#233;lectionner les fr&amp;amp;#232;res d&amp;#039;un &amp;amp;#233;l&amp;amp;#233;ment en CSS - Alsacreations]]></title>
            <link rel="alternate" href="http://www.alsacreations.com/article/lire/1312-selectionner-les-freres-d-un-element-en-css-nth-child.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9260"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Également appelés les &amp;amp;quot;combinateurs d&amp;#039;adjacence&amp;amp;quot;, ces sélecteurs avancés permettent de cibler des éléments proches d&amp;#039;un autre élément.]]>
            </summary>
            <updated>2025-08-29T17:41:46+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9263</id>
            <title type="text"><![CDATA[An Introduction To Object Oriented CSS (OOCSS) - Smashing Coding]]></title>
            <link rel="alternate" href="http://coding.smashingmagazine.com/2011/12/12/an-introduction-to-object-oriented-css-oocss/?" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9263"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Have you ever heard the phrase “Content is King”? Being a Web developer, and therefore having a job that’s often linked to content creation, it’s likely you have. It’s a fairly overused but true statement about what draws visitors to a site.]]>
            </summary>
            <updated>2025-08-29T17:41:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9264</id>
            <title type="text"><![CDATA[CSS Lint]]></title>
            <link rel="alternate" href="http://csslint.net/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9264"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Your CSS goes here. The more, the better. Linting works best when we see the big picture, so give us everything you&amp;#039;ve got.]]>
            </summary>
            <updated>2025-08-29T17:41:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9269</id>
            <title type="text"><![CDATA[SpriteMe]]></title>
            <link rel="alternate" href="http://www.spriteme.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9269"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Background images make pages look good, but also make them slower. Each background image is an extra HTTP request. There&amp;#039;s a fix: combine background images into a CSS sprite. But creating sprites is hard, requiring arcane knowledge and lots of trial and error. SpriteMe removes the hassles with the click of a button.]]>
            </summary>
            <updated>2025-08-29T17:42:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9279</id>
            <title type="text"><![CDATA[Stitches - An HTML5 sprite generator]]></title>
            <link rel="alternate" href="http://draeton.github.com/stitches" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9279"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Drag and drop image files into the space below and click &amp;amp;quot;Generate&amp;amp;quot; to create a sprite and stylesheet. This demo uses a couple of HTML5 APIs, and it is only currently compatible with the latest versions of Chrome and Firefox.]]>
            </summary>
            <updated>2025-08-29T17:45:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9297</id>
            <title type="text"><![CDATA[InstaCSS | Instant CSS Documentation Search]]></title>
            <link rel="alternate" href="http://instacss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9297"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[There are times as soon as your man seems like that there are a half dozen other things he’d rather […]]]>
            </summary>
            <updated>2025-08-29T17:47:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9303</id>
            <title type="text"><![CDATA[Les classes conditionnelles en CSS - Alsacreations]]></title>
            <link rel="alternate" href="http://www.alsacreations.com/astuce/lire/988-classes-conditionnelles-css.html" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9303"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Les cancres du Web, Internet Explorer 6, 7 et parfois 8, nous mènent souvent la vie dure. Même quand on s’abaisse à leur niveau, il leur arrive de ne pas comprendre, ou d’y mettre de la mauvaise volonté.]]>
            </summary>
            <updated>2025-08-29T17:49:44+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9310</id>
            <title type="text"><![CDATA[CSS Background: There&amp;amp;#8217;s More To Know Than You Think | Van SEO Design]]></title>
            <link rel="alternate" href="http://www.vanseodesign.com/css/background-properties" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9310"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[You likely use css backgrounds in every site you build. You give an element a background color and tell another element to let a background image repeat. How much do you know about all the other background properties?]]>
            </summary>
            <updated>2025-08-29T17:49:52+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9321</id>
            <title type="text"><![CDATA[Recurly.js - JavaScript library for customizable transaction forms]]></title>
            <link rel="alternate" href="http://js.recurly.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9321"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Secure, PCI Compliant Transaction Forms With Fully Customizable CSS.]]>
            </summary>
            <updated>2025-08-29T17:51:45+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9346</id>
            <title type="text"><![CDATA[Animate.css - a bunch of plug-and-play CSS animations]]></title>
            <link rel="alternate" href="http://daneden.me/animate/#cta" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9346"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[animate.css is a bunch of cool, fun, and cross-browser animations for you to use in your projects. Great for emphasis, home pages, sliders, and general just-add-water-awesomeness.]]>
            </summary>
            <updated>2025-08-29T17:55:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9363</id>
            <title type="text"><![CDATA[How Do Browsers Render the Different CSS Border Style Values?]]></title>
            <link rel="alternate" href="http://www.impressivewebs.com/comparison-css-border-style" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9363"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[You’ve probably used CSS’s border property often, and in almost all cases you’ve probably set the border-style value to “solid”, which looks exactly the same in every browser.]]>
            </summary>
            <updated>2025-08-29T17:58:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9374</id>
            <title type="text"><![CDATA[CSS Button | Create and share your css style]]></title>
            <link rel="alternate" href="http://www.cssbutton.me/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9374"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Hi. You can get started by creating a new button, selecting a template to modify, or login to access saved buttons.]]>
            </summary>
            <updated>2025-08-29T17:59:51+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9383</id>
            <title type="text"><![CDATA[Incredibly Useful CSS Snippets | webexpedition18]]></title>
            <link rel="alternate" href="http://webexpedition18.com/articles/useful-css-snippets" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9383"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Below is a list of CSS snippets that will help you minimize headaches, frustration and save your time while writing css, and I hope you will find it useful. Whether you are a experienced web developer, or just getting started with css, they are all worth checking out.]]>
            </summary>
            <updated>2025-08-29T18:01:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9385</id>
            <title type="text"><![CDATA[Compress javascript and css. Amazing code compression. Quick,easy and free!]]></title>
            <link rel="alternate" href="http://compressor.ebiene.de/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9385"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Best way to compress javascript and css Make your code faster for free]]>
            </summary>
            <updated>2025-08-29T18:01:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9406</id>
            <title type="text"><![CDATA[Radio Buttons with 2-Way Exclusivity | CSS-Tricks]]></title>
            <link rel="alternate" href="http://css-tricks.com/14402-radio-buttons-with-2-way-exclusivity" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9406"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Let&amp;#039;s say you were tasked with creating a UI in which users can rate three candy bars from their most to least favorite. A grid of radio buttons isn&amp;#039;t a terrible way to go about this.]]>
            </summary>
            <updated>2025-08-29T18:06:00+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9414</id>
            <title type="text"><![CDATA[NegativeGrid - fluid CSS grid by Chris Planeta]]></title>
            <link rel="alternate" href="http://chrisplaneta.com/freebies/negativegrid-fluid-css-grid-by-chris-planeta" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9414"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[NegativeGrid is a lightweight, fluid CSS grid. I originally made it for myself but it turned out to be so good that I’m publishing it here, for everybody to download. It is very compact and due to only three classes that you have to remember it is super-easy to learn. You can use it with media queries and is perfect for mobile-first approach.]]>
            </summary>
            <updated>2025-08-29T18:06:55+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9415</id>
            <title type="text"><![CDATA[BluCSS]]></title>
            <link rel="alternate" href="http://designlunatic.com/projects/blucss" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9415"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[BluCSS is a CSS framework designed with ease of use and simplicity in mind. It is specifically made so that when you&amp;#039;re working on your next project, you don&amp;#039;t have to worry about the essentials. With BluCSS, you can be up and running in less than a minute.]]>
            </summary>
            <updated>2025-08-29T18:06:56+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9417</id>
            <title type="text"><![CDATA[Ideal Forms, a small framework to build forms]]></title>
            <link rel="alternate" href="http://jqidealforms.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9417"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Ideal Forms is a small framework to build powerful and beautiful online forms.]]>
            </summary>
            <updated>2025-08-29T18:07:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9426</id>
            <title type="text"><![CDATA[CSS3: spread value and box-shadow on one side only :: Fleeting Epiphanies]]></title>
            <link rel="alternate" href="http://blog.w3conversions.com/2011/09/css3-spread-value-and-box-shadow-on-one-side-only" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9426"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This morning I awakened with a question in my twitter stream from @deebeefunky. He was frustrated by the fact that when he sets a blur on box-shadow, it shows on two sides of the box. He wants it to show on only one side. Of course, that got me thinking. I did come up with one solution—it won’t work in every situation—but it may work in yours.]]>
            </summary>
            <updated>2025-08-29T18:09:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9428</id>
            <title type="text"><![CDATA[cubic-bezier(.17,.67,.83,.67) &amp;amp;#10047; cubic-bezier.com]]></title>
            <link rel="alternate" href="http://cubic-bezier.com/#.17,.67,.83,.67" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9428"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2025-08-29T18:10:00+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9433</id>
            <title type="text"><![CDATA[The Guide To CSS Animation: Principles and Examples - Smashing Magazine]]></title>
            <link rel="alternate" href="http://coding.smashingmagazine.com/2011/09/14/the-guide-to-css-animation-principles-and-examples" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9433"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[With CSS animation now supported in both Firefox and Webkit browsers, there is no better time to give it a try. Regardless of its technical form, whether traditional, computer-generated 3-D, Flash or CSS, animation always follows the same basic principles. In this article, we will take our first steps with CSS animation and consider the main guidelines for creating animation with CSS. We’ll be working through an example, building up the animation using the principles of traditional animation. Finally, we’ll see some real-world usages.]]>
            </summary>
            <updated>2025-08-29T18:10:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9457</id>
            <title type="text"><![CDATA[Fun with CSS3 Text Shadow Property | webexpedition18]]></title>
            <link rel="alternate" href="http://webexpedition18.com/articles/css3-text-shadow-property" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9457"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Typography is everyone’s favorite toy in web design. The CSS3 text-shadow property is commonly used to recreate Photoshop’s Drop Shadow type shading to add subtle shadows which help add depth, dimension and to lift an element from the page. But this isn’t all the text-shadow property is capable of. With a little ingenuity and creativity text-shadow can create some remarkable effects.]]>
            </summary>
            <updated>2025-08-29T18:14:16+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9458</id>
            <title type="text"><![CDATA[CSS Prototyping]]></title>
            <link rel="alternate" href="http://www.css-101.org/articles/trick-for-rapid-prototyping" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9458"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[This is a simple trick to overlay a grid or a mock-up over a page you&amp;#039;re styling. It will also allow you to edit content directly in the browser to see how your layout behaves depending on various lines of text.]]>
            </summary>
            <updated>2025-08-29T18:14:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9463</id>
            <title type="text"><![CDATA[CSSWARP - CSS Text to Path Generator]]></title>
            <link rel="alternate" href="http://csswarp.eleqtriq.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9463"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS Warp is a web app that lets you create text aligned to a path in HTML and/or SVG easily]]>
            </summary>
            <updated>2025-08-29T18:14:57+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9469</id>
            <title type="text"><![CDATA[Background-size - CSS3 . Info]]></title>
            <link rel="alternate" href="http://www.css3.info/preview/background-size" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9469"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Another new property introduced by the CSS3 Backgrounds and Borders module is background-size. The property adds new functionality to CSS allowing designers to specify the size of background images using either lengths, percentages, or by using one of two keywords; contain or cover.]]>
            </summary>
            <updated>2025-08-29T18:15:59+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9470</id>
            <title type="text"><![CDATA[CSS3&amp;amp;#8242;s &amp;amp;#8216;space&amp;amp;#8217; and &amp;amp;#8216;round&amp;amp;#8217; Values for background-repeat]]></title>
            <link rel="alternate" href="http://www.impressivewebs.com/space-round-css3-background" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9470"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[If you’ve seen the code for CSS3 border images then you’re probably familiar with the space and round values for the border-image-repeat property.]]>
            </summary>
            <updated>2025-08-29T18:16:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9478</id>
            <title type="text"><![CDATA[BrowserStack]]></title>
            <link rel="alternate" href="http://www.browserstack.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9478"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Cross-Browser Testing Tool.

Start Cross Browser Testing. No Local Setup. No Maintenance! An online way to test websites across all browsers with pre-installed debugging tools.]]>
            </summary>
            <updated>2025-08-29T18:25:32+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9503</id>
            <title type="text"><![CDATA[Tabs with Round Out Borders | CSS-Tricks]]></title>
            <link rel="alternate" href="http://css-tricks.com/14001-tabs-with-round-out-borders" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9503"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Rounded corners are now trivially easy to achieve via border-radius. But that only allows us to cut into the shape. What if we want to connect a shape to another with a rounded outward corner. Much easier to explain with a graphic:]]>
            </summary>
            <updated>2025-08-29T18:22:08+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9507</id>
            <title type="text"><![CDATA[Infinite All-CSS Scrolling Slideshow | CSS-Tricks]]></title>
            <link rel="alternate" href="http://css-tricks.com/13627-infinite-all-css-scrolling-slideshow" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9507"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Just for kicks I wanted to see if I could make a row of images animate across a page and repeat indefinitely. Turns out it&amp;#039;s really not that hard. The way I did it was to make one big long graphic where the first part and the last part are visually identical.]]>
            </summary>
            <updated>2025-08-29T18:22:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9514</id>
            <title type="text"><![CDATA[zomigi.com &amp;amp;#187; CSS effect: space images out to match text height]]></title>
            <link rel="alternate" href="http://zomigi.com/blog/css-effect-space-images-out-to-match-text-height" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9514"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2025-08-29T18:24:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9516</id>
            <title type="text"><![CDATA[Primary CSS]]></title>
            <link rel="alternate" href="http://www.primarycss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9516"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Primary is a simple CSS Framework, designed for Developers and Designers in order to make using CSS as easy as possible.]]>
            </summary>
            <updated>2025-08-29T18:24:03+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9549</id>
            <title type="text"><![CDATA[Functional CSS Tabs Revisited | CSS-Tricks]]></title>
            <link rel="alternate" href="http://css-tricks.com/13758-functional-css-tabs-revisited" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9549"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The idea of &amp;amp;quot;CSS Tabs&amp;amp;quot; has been around for a long time. If you Google it, a lot of what you get is styled CSS tabs, but less stuff on the building of an actually functional tabbed area. At least, functional in the sense as we think of tabbed areas today: click a tab, see a new content area with no page refresh.]]>
            </summary>
            <updated>2025-08-29T18:30:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9552</id>
            <title type="text"><![CDATA[LESS &amp;amp;#171; The Dynamic Stylesheet language]]></title>
            <link rel="alternate" href="http://www.lesscss.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9552"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[LESS extends CSS with dynamic behavior such as variables, mixins, operations and functions. LESS runs on both the client-side (IE 6+, Webkit, Firefox) and server-side, with Node.js.]]>
            </summary>
            <updated>2025-08-29T18:30:09+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9565</id>
            <title type="text"><![CDATA[Bulletproof CSS3 media queries | Web Builder Zone]]></title>
            <link rel="alternate" href="http://css.dzone.com/news/bulletproof-css3-media-queries" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9565"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CSS3 media queries are very handy to target various devices with various monitor (screen) size. With the help of the CSS3 media queries we can have site optimized for iPhone and other mobile devices, with the same solution we can have site optimized for iPad and all other tablets . This CSS solution will be much more cheaper than building new mobile web site something like http://m.somewebsite.com or http://ipad.somewebsite.com .]]>
            </summary>
            <updated>2025-08-29T18:32:15+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9587</id>
            <title type="text"><![CDATA[Bootstrap, from Twitter]]></title>
            <link rel="alternate" href="http://twitter.github.com/bootstrap" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9587"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more.]]>
            </summary>
            <updated>2025-08-29T18:36:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9626</id>
            <title type="text"><![CDATA[Prefixr]]></title>
            <link rel="alternate" href="http://prefixr.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9626"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Cross-Browser CSS in Seconds.]]>
            </summary>
            <updated>2025-08-29T18:42:18+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9629</id>
            <title type="text"><![CDATA[CSS Crush &amp;amp;#8212; An extensible PHP based CSS preprocessor]]></title>
            <link rel="alternate" href="http://the-echoplex.net/csscrush" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9629"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The CSS Crush script takes one CSS file as input, scans for @import directives, and includes them directly in the output file so no http requests are wasted.]]>
            </summary>
            <updated>2025-08-29T18:43:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9632</id>
            <title type="text"><![CDATA[Not Just A Grid]]></title>
            <link rel="alternate" href="http://www.notjustagrid.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9632"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Not Just a Grid is a flexible and modular css framework that is designed to assist in the rapid prototyping and development of websites. It has been designed for the future with larger screen sizes and the use of CSS3 for progressive enhancement and richer user experiences.]]>
            </summary>
            <updated>2025-08-29T18:43:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9637</id>
            <title type="text"><![CDATA[BoxCss - A simple package management service]]></title>
            <link rel="alternate" href="http://boxcss.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9637"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Boxcss packages all your css files into a single cached minified request]]>
            </summary>
            <updated>2025-08-29T18:44:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9639</id>
            <title type="text"><![CDATA[La galerie CSS]]></title>
            <link rel="alternate" href="http://css.developpez.com/galerie" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9639"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Cette page a pour but de répertorier toutes les sources CSS et accessoirement (X)HTML/CSS disponibles sur Developpez.com.]]>
            </summary>
            <updated>2025-08-29T18:44:13+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9651</id>
            <title type="text"><![CDATA[CSS3 Buttonize Framework - Light-Weight, Flexable Instant Button Framework]]></title>
            <link rel="alternate" href="http://css3framework.co.uk/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9651"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Ce domaine est peut-être à vendre!]]>
            </summary>
            <updated>2025-08-29T18:46:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9724</id>
            <title type="text"><![CDATA[CSSPrefixer]]></title>
            <link rel="alternate" href="http://cssprefixer.appspot.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9724"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2025-08-29T18:58:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9765</id>
            <title type="text"><![CDATA[sfBlueprintPlugin]]></title>
            <link rel="alternate" href="http://www.symfony-project.org/plugins/sfBlueprintPlugin" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9765"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Symfony wrapper for Blueprint Css Framework]]>
            </summary>
            <updated>2025-08-29T19:06:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9766</id>
            <title type="text"><![CDATA[Blueprint: A CSS Framework | Spend your time innovating, not replicating]]></title>
            <link rel="alternate" href="http://www.blueprintcss.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9766"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[]]>
            </summary>
            <updated>2025-08-29T19:06:23+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/9987</id>
            <title type="text"><![CDATA[cuf&amp;amp;#243;n - fonts for the people]]></title>
            <link rel="alternate" href="http://cufon.shoqolate.com/generate" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/9987"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Outil Javascript permettant l&amp;#039;utilisation de n&amp;#039;importe quelle police TTF dans un site Internet. L&amp;#039;affichage de la police se base sur Canvas.]]>
            </summary>
            <updated>2025-08-29T19:42:51+00:00</updated>
        </entry>
    </feed>
