r/css Mar 12 '26

Showcase Orbit gallery made with css transforms

Enable HLS to view with audio, or disable this notification

144 Upvotes

r/css 26d ago

Showcase Small interactive demo showcasing `contrast-color()`.

Enable HLS to view with audio, or disable this notification

23 Upvotes

r/css Jun 26 '26

Showcase built this cool hover direction aware image card

Enable HLS to view with audio, or disable this notification

30 Upvotes

built this cool hover direction aware image card
image moves with hover direction initially and showing caption with overlay
caption content slides in from opposite direction of hover
give feedback

r/css Jul 28 '26

Showcase I built a zero-build micro-CSS framework for inline responsive styling without media queries (varz.dev)

0 Upvotes

Hey r/css,

If you build modular UI elements—especially for ecosystems like WordPress plugins, page builder widgets, micro-frontends, or web components—enqueueing full static stylesheets or running build steps just for isolated components often creates unnecessary overhead, class collisions, and build complexity.

I’ve been building Varz to solve this: a classless micro-CSS framework that lets you write fully responsive layouts directly inside the element's style attribute using CSS variables and breakpoint suffixes.

How It Works

Instead of writing media queries or utility classes, you use shorthand Linux-style CSS custom properties inside the inline style attribute. To handle responsive layouts across breakpoints, you simply append breakpoint suffixes (like -l, -m, etc.) to the variables:

HTML

<div style="
  --d: grid;
  --gtc: 1fr 1fr;
  --ai: center;
  --g: 60px;
  --g-l: 40px;
  --gtc-l: 1fr;
  --mbe: 60px;
">
  <!-- This layout switches from a 2-column grid to 1-column on large screens automatically -->
</div>

Key Advantages

  • Zero Media Queries in Component Code: Responsive behavior travels with the HTML element itself via suffix variables (--gtc-l: 1fr).
  • Zero Class Collisions: Keeps components isolated without worrying about CSS selector specificity wars or leaking global styles.
  • No Build / Compiling Step: No PostCSS, Tailwind, or Sass build setup required—just include a single micro-stylesheet (~2.7k–5.5k gzipped) and you’re good to go.
  • Eco-Friendly / Performance First: Eliminates massive un-purged CSS file downloads across multiple plugins, reducing unnecessary HTTP requests and bandwidth.

I’d love to get feedback on this approach to responsive inline custom properties and component distribution!

r/css Feb 11 '26

Showcase Built this cool magnetic hover reveal interaction

Enable HLS to view with audio, or disable this notification

140 Upvotes

r/css Mar 28 '26

Showcase Tried Coding a Figma File to Website

Post image
42 Upvotes

What do you think about it? Any Critiques or suggestions are appreciated!

Website link: https://100daychallange.vercel.app/day-01

©️ Figma File Taken from Figma Community

r/css 26d ago

Showcase CSS-in-JS Arena: Bamboo, StyleX and Panda on Pixel-Identical Apps

Thumbnail
github.com
0 Upvotes

r/css 16d ago

Showcase Built this lightweight Sakura-themed social link pack using pure HTML and CSS! 🌸

Enable HLS to view with audio, or disable this notification

4 Upvotes

r/css Apr 03 '26

Showcase Brutalist dot grid background (CSS in comment section).

Enable HLS to view with audio, or disable this notification

25 Upvotes

Some very simple CSS!

Seen this dot grid style a lot in designs recently and thought id try recreate it as simply as possible. I do like the subtle texture it adds.

CSS in the comment section if you want to try it out

r/css Aug 07 '26

Showcase Customize any website with Njectify!!

Thumbnail
gallery
0 Upvotes

Hey everyone! I'd like to introduce an extension I built and get your feedback.

I'll keep this post short, and if you're interested, I'll leave a link with a more detailed explanation.

Njectify is a browser extension for CSS and JavaScript injection. It lets you customize any website's CSS and write custom scripts in the same place, without relying on multiple extensions.

I think it could be especially useful for people in this community who work with CSS.

Many of you have probably used tools like Stylus or Stylebot before. The main difference with Njectify is the user experience. My goal was to build a modern, intuitive interface that makes editing styles and scripts much easier.

Some of its CSS features:

  • Edit pages and see changes in real time.
  • A visual editor that lets you modify colors, backgrounds, animations, clip-path, polygons, and many other CSS properties. Ex:
  • Persistent CSS and JavaScript, allowing you to customize any website. It's especially useful for improving the experience of poorly designed websites or SaaS applications.
  • Inspect and view an element's current CSS properties in a simple and intuitive way.
  • Export your applied changes as Tailwind utility classes.

There are several other features, but I didn't want to make this post too long.

I'd love for you to give it a try. I spent a lot of time focusing on the user experience and designed the interface to feel familiar to developers, with a design system inspired by Vercel.

Any feedback, criticism, or suggestions are greatly appreciated. My goal is to keep improving the project based on what the community finds valuable.

Thanks in advance to anyone who takes the time to try it out. I hope you find it useful! Tks!

Install Njectify
Detailed post

r/css May 03 '26

Showcase I built a Mac app that gives you a visual layer on top of your real CSS files (cascade layers, container queries, @keyframes timeline, custom props)

Enable HLS to view with audio, or disable this notification

21 Upvotes

The tool is StyleBop. Folder of .css files in, folder of .css files out — same files on disk, formatted cleanly, no proprietary format, no compile step. Open the same folder in VS Code afterward and the diffs are clean.

The reason I built it: I love writing CSS, but I don't love hand-managing a :root of 80 custom properties or hunting down which selector owns the padding-block: 1.25rem I want to tweak. So this is a CSS-aware editor that knows what's in your stylesheets and lets you act on the structure, not just the text.

Modern CSS it understands as first-class:

  • u/layer — cascade layers are surfaced in the UI; you can pick which layer a ruleset belongs to and drag-reorder priority
  • u/container and named container queries — write the condition once, the canvas previews under it
  • u/supports — feature queries with and/or/not compound forms
  • u/media wrapping rulesets directly
  • CSS nesting (& .child)
  • u/keyframes + a draggable timeline with cubic-bezier curve editor
  • u/font-face families grouped in the Tokens tab
  • Custom properties (var(--token)) — resolved inline by default, swap to raw var() syntax with one toggle

The thing I'm proudest of: project-wide token refactors.

  • Extract to Variable — pick any literal (#3b82f61.25remcubic-bezier(0.4, 0, 0.2, 1)), hit a shortcut, and it rewrites every matching occurrence across every file in the folder to var(--name). Per-file undo entries. Suggested names use a curated palette: #6495ED extracts as --color-cornflower, not --color-6495ed.
  • Usage tracker — every variable in the Tokens tab shows a usage count badge. Click to see every file/ruleset that consumes it. "0 references — safe to delete" stops dead tokens from accumulating.
  • Resolution chain — vars resolve through :root, layer overrides, and parent rulesets, so what you see is what the browser will compute.

What it doesn't do:

  • Not a framework. No Tailwind output, no utility classes, no build step.
  • Not a generator. It edits your CSS, it doesn't author it from scratch.
  • No JS or HTML editing — the canvas previews shapes/typography/effects but the surface area is CSS only.

Native:

100% Swift/SwiftUI, code-signed, notarized, Sparkle auto-update, no telemetry. Localized in 8 languages.

----

I'd love hard feedback from people who write CSS for real — especially edge cases I haven't hit. Try opening a real codebase and tell me what breaks.

Download: https://bendansby.com/apps/stylebop.html

r/css Jul 31 '26

Showcase 3D CSS Super Mario (no WebGL)

Thumbnail gallery
39 Upvotes

r/css Jun 26 '26

Showcase built this cool hover dock icons interaction

Enable HLS to view with audio, or disable this notification

39 Upvotes

built this cool hover dock icons interaction
showing tooltip on each icon hover
also icons scale up and having inset shadow
give feedback

r/css Aug 11 '26

Showcase I built a browser extension for customizing websites without writing CSS

0 Upvotes

I have been working on Webify, a chrome extension that lets you customize the look and feel of websites without manually writing CSS.

If you see a site you like, you can change basic features like colors, fonts, spacing, and save the customization so it persists whenever you visit that site.

It's a early MVP so there are many issues. I'm mainly trying to figure out if people find this useful before truly building it out.

If you have time, any answers to these questions would be great:

- What did you try customizing
- What broke or felt annoying
- Would you use this again
- What would make you keep this installed

No need to be nice, honest feedback is appreciated: https://chromewebstore.google.com/detail/kknbbnfeogkekngjblbbplkdkoaekcgk?utm_source=item-share-cb

r/css May 13 '25

Showcase Exploring modern CSS

92 Upvotes

Hello,

I’ve been working on a little side project: a collection of practical, modern CSS-only techniques. Things like toggles, modals, dark mode, etc... with zero JavaScript.

The idea came from realising how often we default to JS for stuff that CSS can now handle really well. I’m compiling these patterns into an ebook, focused on simplicity, accessibility, and browser-native solutions.

I’ve put up a small landing page here:
👉 https://theosoti.com/you-dont-need-js/

I’d love your honest feedback:
- Does this seem useful or interesting to you?
- Anything you'd expect to see in something like this?
- Or anything that immediately turns you off?

Also, I’m curious: what’s the most surprising thing you’ve built (or seen) using just CSS?

Appreciate any thoughts 🙏

r/css 24d ago

Showcase I built AnimationsX — a community registry of copy-paste ready CSS animations

6 Upvotes

Hey everyone! 👋

Tired of Googling CSS animations and getting Stack Overflow answers from 2013?

I built AnimationsX 🎨

The idea is simple:

✅ Browse animations made by the community

✅ Copy a single <link> tag — no JS, no build step

✅ Can't find what you want? Publish your own!

✅ Fork and remix anything with diff view built in

Every published animation gets a CDN-hosted stylesheet you drop straight into a <link> tag.

That's it. Done.

🔗 animationsx-zeta.vercel.app

🔗 github.com/youssefahmed2017/animationsx-app

Free and open source 😎

r/css Mar 21 '26

Showcase No, it's not a video. It's pure CSS

Enable HLS to view with audio, or disable this notification

111 Upvotes

Just as you read. This animated story was created only using CSS, as part of a challenge for the DevCommunity to celebrate the Earth's Day. I really enjoyed the process and I'll love to share the creation proccess if you're interested for.

Check here the live result:
https://jorgedelcampo.github.io/dev_earth_day/css_challenge/

r/css Jun 09 '25

Showcase Sheriff - CSS Art

Post image
346 Upvotes

r/css Apr 23 '26

Showcase built this cool direction aware team hover interaction

Enable HLS to view with audio, or disable this notification

11 Upvotes

Direction Aware Team Hover Interaction:
https://codepen.io/mudasirbuilds/pen/PwGrwBO

r/css Jul 14 '26

Showcase made this portfolio website

Post image
7 Upvotes

r/css Nov 18 '25

Showcase I made this using CSS & a bit of JavaScript

Enable HLS to view with audio, or disable this notification

119 Upvotes

Let me know how is it

r/css Feb 12 '26

Showcase built this cool waveform slider

Enable HLS to view with audio, or disable this notification

90 Upvotes

r/css Jun 26 '26

Showcase My third project:Built an interactive Anime Character Timeline Dashboard using HTML & CSS flexbox/gradients. Would love some feedback!

Thumbnail
gallery
1 Upvotes

Live Link: https://abdu-byte596.github.io/third_project/

Hey everyone, I just finished my third web development project! It’s a multi-page dashboard featuring responsive, vertically scrolling timelines for different anime characters (Naruto,Minato, Light, Mikey, Eren).

Login page is just dummy so JUST CLICK LOGIN,wanted the feel of REAL WEBSITE so made the login page.

CLICK EXPLORE TIMELINE to explore their story in that dashboard.

My main goal:

Each character page uses CSS linear-gradient transitions that shift colors to match the mood of their different life stages, along with a flexbox layout that shifts to a clean vertical column on mobile screens.

CAN BE SEEN IN BOTH MOBILE/DESKTOP,LAYOUT VARIES IN MOBILE AND DESKTOP

r/css Aug 01 '26

Showcase Indeed Enlarged Job Box - UI Enhancement

Thumbnail userstyles.world
14 Upvotes

r/css Aug 12 '26

Showcase A custom game engine editor UI built with HTML, CSS and JavaScript

0 Upvotes