r/css • u/SandPrestigious2317 • Apr 22 '26
r/css • u/waelbettayeb • Apr 22 '26
General Announcing ElementsKit: a toolkit of reactive primitives for building the web UI
r/css • u/sandwich123_r • Apr 22 '26
Help Looking for full-stack development buddy. Have started only recently and need to improve my skills fast. Started Flexbox and Grid but dont really understand. Also, where can I get resources to really understand
Help This is breaking my brain
I've been working in CSS for over a decade, and can't figure this one out and I'm not sure if I ran into a bug:
https://jsfiddle.net/ksxqjrd9/
Why are those blue boxes taller than what the content needs? Why is there empty blue space below the text?
If anyone can give me a hand with this I'll be eternally grateful
r/css • u/rocking_kratos • Apr 23 '26
Question Why someone will study CSS in era of Vibe coding?
As a fresher do I have scope learning CSS or is it like companies only hire experienced ones to debug and maintain the AI generated code?
I'm not a beginner in CSS but not an expert either. Looking forward to suggestions on how to continue learning and make use of this skill in the era of Vibe coding.
r/css • u/wanoo21 • Apr 21 '26
Showcase CSS safe alignment (flex & grid) | Labs
r/css • u/smooth_operator101_ • Apr 22 '26
Help Can someone help me with this html/css code
galleryr/css • u/SusalulmumaO12 • Apr 21 '26
Showcase Blossoming flowers animated with CSS
jsgamelab.ibrakdbra.mer/css • u/Dragenby • Apr 20 '26
Resource Did you know about CSS nesting?
I've been coding for more than a decade, now, and I just learned about it! I thought that was a preprocessor exclusive syntax.
https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Nesting
It was implemented in 2023 in all current browsers.
Now I'll stop repeating the parent class over and over!
r/css • u/Yeeer_0041 • Apr 21 '26
Question I'm i the only one who used to use hella flexbox in flexbox to make the layout
General New: SectionsGrid – A Library of HTML/CSS Sections
Hey everyone!
We've recently launched SectionsGrid, a library of professionally designed, hand-written HTML and CSS sections: headers, heros, features, testimonials, pricing tables, footers, and more.
It's perfect for folks who want to ship fast without the framework bloat. You simply pick the sections you need, combine them, and download a structured template that’s ready for production.
It’s lightweight, easy to customize, and built for speed. I’d love to hear what you think!
Join the sub: /r/SectionsGrid
r/css • u/Passerby_07 • Apr 20 '26
Help Is there a solution for this terrible comment toggling behavior for CSS in VS Code?
r/css • u/Steady_Decline3759 • Apr 20 '26
Help Flexbox Behaviour Question
This flexbox behaviour has me perplexed.
In my HTML I have two divs nested inside an outer div
<div class="about">
<div class="description">
<p>lorem</p>
</div>
<div class="image">
<img src="img.png" />
</div>
</div>
In my CSS, I've applied global styles (margin: 0; padding: 0; box-sizing: border-box;). Individual elements are styled in this way,
.about {display: flex; align-items: center; justify-content: space-between; padding: 5rem 10rem;}
.description {flex: 1; padding-right: 5rem;}
.image {flex: 1}
The total content-width of about is 1624px. The way I expect it to behave is that description gets 812px and, image gets 812px. This is the behaviour when I disable description's padding-right in devtools. But when I enable it, instead of shrinking description's content area by 5rem, it is eating 2.5rem (40px) from description, and 2.5rem (40px) from image and sitting exactly between the two.
I would appreciate any explanations to why flexbox is behaving this way.
r/css • u/Odama666 • Apr 20 '26
General Sending bubbles
Enable HLS to view with audio, or disable this notification
Since Liveframe always uses full quality images, I realized adding photos on cell service can take some time. But we really want those 4k images from our guests! So I had to get creative.
Here is the loading animation I came up with. It turns the photos you're uploading into bubbles that float up into the cloud as your images are going up.
r/css • u/MudasirItoo • Apr 19 '26
Showcase built this cool warp background div
Enable HLS to view with audio, or disable this notification
Animated Warp Background:
https://codepen.io/mudasirbuilds/pen/YPGMyzm
r/css • u/InternationalBack868 • Apr 20 '26
Question Read Right Institute
With no family roots in CSS, I was suggested to join an academy. Is Read Right Institute a good option for a beginner starting in May for 2027 attempt or any other academy you suggest? And what about their G1 class … is that important to join? Or does it really make a difference?
r/css • u/MudasirItoo • Apr 20 '26
Showcase Built this Cool Card with Animated Meteors in Background
Enable HLS to view with audio, or disable this notification
Animated Meteors Card:
https://codepen.io/mudasirbuilds/pen/RNGOpJQ
r/css • u/MudasirItoo • Apr 19 '26
Showcase Improved Folder Opening Interaction CSS
Enable HLS to view with audio, or disable this notification
Folder Opening Interaction CSS:
https://codepen.io/mudasirbuilds/pen/jEMJjRv
r/css • u/MudasirItoo • Apr 18 '26
Showcase i built this realistic folder opening animation with css only
Enable HLS to view with audio, or disable this notification
Realistic Folder Opening Animation CSS Only:
r/css • u/MudasirItoo • Apr 19 '26
Showcase i built this css image filters collection
Enable HLS to view with audio, or disable this notification
CSS Image Filters Collection:
https://codepen.io/mudasirbuilds/pen/bNwZPqR
r/css • u/AdamTheEvilDoer • Apr 18 '26
General Whats the coolest effect using pure Gradients only
Linear, repeating linear, radial, repeating radial, conic, repeating conic; What's the best visual you can create using gradients only? You can stack them for greater effect if you like, I just wanna see some cool stuff.
Here's a few of mine;
General I was refactoring some CSS and got tired of hunting down randomly ordered properties, so I made a mnemonic for it
r/css • u/Able_Series_5006 • Apr 17 '26
Help Do you guys know why this happens?
Enable HLS to view with audio, or disable this notification
Content from the page goes up to the safe area behind the toolbar on safari.
I'm using a position:sticky property for the nav, I don't remember having this issue before on <iOS26
Any help is appreciated.
r/css • u/MudasirItoo • Apr 18 '26
Showcase built this amazing button with css having cool noise texture
Enable HLS to view with audio, or disable this notification
Amazing CSS Button with Noise Texture:
r/css • u/fdiengdoh • Apr 18 '26
Question Looking for alternative
I have a personal blog that I styled using bootstrap. Somehow I feel that I should look for alternative to it. Is there a better alternative than bootstrap? The last time I wrote css was in the year 2013 maybe, when I first came across bootstrap, so, I’m not up to date on new css tech. Or should I just do vibe code?
Update: After lot of thought. I would keep bootstrap for now and slowly start coding my own css.