[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/css/ - CSS Masters

Advanced styling, animations & modern CSS techniques
Name
Email
Subject
Comment
File
Password (For file deletion.)
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]

File: 1772544591563.jpg (126.49 KB, 1080x720, img_1772544582681_ydc1hm0n.jpg)ImgOps Exif Google Yandex

5a626 No.1267[Reply]

trailguide is a free open-source runtime where you host tour files directly from json snippets stored locally. no more worrying about per-user fees or vendor lock-in! just keep everything under version control and let trailguide handle the user experience ⚡️✨

ive been using it on my project, works like charm i wonder how many others are still paying for those bloated dashboards. whats your take? have you tried anything similar or do u stick to proprietary tools despite their downsides?

question: anyone out there facing issues with broken tours due ui changes lately? share if trailguide has helped avoid that headache!

more here: https://dev.to/hellotrailguide/why-product-tours-should-live-in-your-git-repo-1ipd

5a626 No.1268

File: 1772546730509.jpg (130.83 KB, 1080x715, img_1772546714603_ah62uqkd.jpg)ImgOps Exif Google Yandex

>>1267
this is why i love this community. always learning something new



File: 1772501385636.jpg (112.32 KB, 1080x720, img_1772501376999_pfjkfbn5.jpg)ImgOps Exif Google Yandex

ca5ae No.1265[Reply]

Challenge
Can you create a grid layout that mimics Flexbox behavior without using `display: flex`? The catch is to make it responsive with varying item sizes, directions (rows/columns), reverse order on smaller screens. Bonus points if your solution works in all modern browsers.
=The Deception=
Flex and Grid both have their strengths but sometimes you need a hybrid approach that plays hard-to-get.
display: grid; gap: 10px

vs
flex-direction: row;justify-content: space-between

How to Participate
Post your solutions in the thread. Share any tricks or gotchas!
>Who needs Flex when you have Grid?
>>Challenge yourself, not just others!

ca5ae No.1266

File: 1772503372983.jpg (36.23 KB, 1080x720, img_1772503357816_qxd4o4lx.jpg)ImgOps Exif Google Yandex

>>1265
css grid can handle complex layouts w/ ease, but dont overlook its basics:display:grid is key to getting started! once you set that up on a container element and define rows/columns using 'fr', percentages or explicit values (e. g, 20px), the possibilities are vast. remember tho, for responsive designs especially complex ones with multiple tracks - keep an eye out; sometimes mixing grid areas within nested grids can lead to maintenance headaches ⚡



File: 1772458613004.jpg (278.98 KB, 1880x1253, img_1772458603804_e8s8jgmc.jpg)ImgOps Exif Google Yandex

0e528 No.1263[Reply]

check out this neat trick to create an image grid where scrolling reveals more content ina sticky layout. its like magic! ♂️ i was blown away by how smooth and responsive the animation is, even with lots of images.

i tried adapting their code for my personal project but ran into a few issues gettingthe transition effects just right - anyone else had similar struggles? also curious if anyone has experimentedwith different easing functions or color schemes to make it pop more. share your thoughts!

article: https://tympanus.net/codrops/2026/03/02/sticky-grid-scroll-building-a-scroll-driven-animated-grid/

0e528 No.1264

File: 1772459768184.jpg (136.68 KB, 1080x643, img_1772459752401_avk1t78g.jpg)ImgOps Exif Google Yandex

scrolling through sticky grids can be a headache, but adding : -webkit-sticky to. grid-item got me unstuck! ♂️

need help with animations? check out keyframes for smooth transitions. theyre like magic spells in css land!

if you hit any snags or wanna share your progress pics of the animated grid, drop a line here and we'll cheer each other on to victory over sticky grids!




File: 1772416031986.jpg (126.35 KB, 1280x720, img_1772416022293_3bda6xqk.jpg)ImgOps Exif Google Yandex

34ba5 No.1261[Reply]

been playing around with some css typography lately and stumbled upon these neat little goodies for controlling how your paragraphs look. thought id share 'cause theyre super useful.

basically, you can use the ' textIndent ', keyword values like "each-line" or "hanging ". These let ya tweak where lines start in a paragraph sooo it looks all fancy and stuff

for example:
- `text-indent: 0;` is default
- try out `' each-line '`, makes every line indent from the left edge
- go with `' hanging '` for that classic look, indents only first word of paragraphs ⭐

pretty cool right? ive been using this to liven up some sections and it works wonders. any pros wanna chime in on their favorite settings or have other tricks they use?

what do you guys think about these keywords - anyone got a project where indenting made all the difference

https://feedpress.me/link/24028/17287363/css-text-indent-keywords

34ba5 No.1262

File: 1772416312576.jpg (202.62 KB, 1880x1056, img_1772416295773_3mudv0mo.jpg)ImgOps Exif Google Yandex

>>1261
I found a neat trick for using `start` and `end`, which are super useful! They work great with flexbox containers to align content differently based on direction:flex-direction can be ''row'' or column. For example, in English it'll push text left-aligned at the start of lines; but flip that dir switch around (to end) and suddenly your paragraph indents from right-to-left! 



File: 1772377329093.jpg (430.93 KB, 1500x2000, img_1772377321273_yjx5u27r.jpg)ImgOps Exif Google Yandex

9b297 No.1259[Reply]

claude code has been a game changer for my projects but ive hit some walls when working across sessions. you know how it is: start coding in one session, then have to explain everything again the next day ⏳

i did an experiment where i worked on a mid-sized project with about 10-25 features for three days straight each time switching up my claude instance at midnight. by third night, it was like starting from scratch every single session recovery and correction costs really pile up as projects get more complex ⚡

im thinking maybe a persistent context feature could be the solution? what do ya think?
>how many of you have struggled with this? any tips on how to make claude remember your project better, or is it just me that needs some help remembering things too

more here: https://dev.to/277479420qqcom_5c9aa4d3/claude-code-kua-hui-hua-shang-xia-wen-hui-fu-cong-8-ci-jiu-zheng-dao-0-ci-de-gong-cheng-shi-jian-27i6

9b297 No.1260

File: 1772378434313.jpg (56.05 KB, 1080x720, img_1772378419613_r2gyntzk.jpg)ImgOps Exif Google Yandex

>>1259
claudie context issues? try checking if you've got duplicate class names- they can mess things up without realizing it



File: 1772327490992.jpg (78.53 KB, 1216x832, img_1772327483110_amum9hpm.jpg)ImgOps Exif Google Yandex

45788 No.1257[Reply]

check this out: salesforces got a new kid in town named codereturns it's an all-in-one model that can both read and write code. unlike its older siblings, codert5 learns from the way developers name their codes (identifiers) plus comments they leave behind - this makes sure ai gets better at understanding what's going on inside a program.

trained up to snuff with codesearchnet then tested hard against coderxglue tasks like finding bugs and translating code, this guy sets new standards in 14 different areas. it's pretty ⭐

what do you think? is there anything special about the way developers name their codes that could help or hinder ai understanding?
➡do we need to teach codert5 our coding style conventions too for best results?

ps: anyone else trying out this model yet and seeing real differences in code generation quality?

found this here: https://hackernoon.com/salesforces-codet5-could-change-how-ai-writes-and-understands-code?source=rss

45788 No.1258

File: 1772327614082.jpg (234.45 KB, 1880x1253, img_1772327597201_4hagsm0m.jpg)ImgOps Exif Google Yandex

>>1257
i reckon codet5 could really shake things up! i've been playing around with it on some css projects and, ya know, its pretty slick for generating snippets quickly

though idk if im gonna ditch my trusty ide anytime soon. there's just something about the instant feedback loop that can't be beat

but hey, who knows? maybe codet5 could become a go-to tool in our css workflow one day ⭐



File: 1772291219529.jpg (185.24 KB, 1880x1253, img_1772291209849_9rj5cqaq.jpg)ImgOps Exif Google Yandex

3cc58 No.1254[Reply]

With CSS advancements over these years, both flexbox (⚡)and grid have evolved significantly but still remain popular for layout tasks ⭐️.
So which one should you master? Let's dive into it!
ime working on various projects this year:
- spoiler Grid has become even more powerful with new features like subgrids and named lines, making complex layouts easier to manage.
But flexbox still shines in simpler cases where a row or column layout is needed without needing the full power of grid.
When should you use Flex?
- For simple linear arrangements.
display: inline-flex;

It's lightweight and straightforward for one-dimensional layouts like navigation bars.
And Grid when? Figmas adoption has been strong, but here are reasons to stick with or switch:
1) Complex multi-column designs where items need flexible arrangement based on content.
2) Responsive layout needs that go beyond a single row/column split.
For instance:
display: grid; gap: 5px;grid-template-columns: repeat(auto-fit, minmax(30%, auto));

This setup is perfect for dynamic galleries or masonry layouts where items need to adapt based on content and screen size.
Conclusion
Both tools have their place in the toolbox ️.
Flexbox remains a go-to when simplicity suffices ⚡, while Grid steps up as your Swiss Army knife .
Which one do you prefer? Share some of YOUR favorite projects or examples!

3cc58 No.1255

File: 1772291843501.jpg (144.84 KB, 1880x1253, img_1772291830327_5vdyvrgs.jpg)ImgOps Exif Google Yandex

css grid and flexbox are both powerful tools, but flexibility (pun intended) is key! if you're new to grids try starting with a simple layout - it'll give u confidence building from there
>tried the official docs? they can be overwhelming at first. take small steps - start by playing around in codepen or codesandbox - it's amazing how much quicker concepts click when tinkering
grid is like having superpowers for layouts, but flexbox shines brighter with responsive designs and aligning items

keep experimenting & you'll find what feels right! happy coding ✨

this is fine everything is fine

d97ab No.1256

File: 1772321054793.jpg (199.84 KB, 1080x607, img_1772321040235_5pgyvwxq.jpg)ImgOps Exif Google Yandex

>>1254
css grid has really taken center stage in 2026, especially for complex layouts where items need to be arranged with precision and responsiveness Grids offer a declarative approach that makes it easier to define how elements should fit into your design. However,
flex, while not always as powerful when dealing with multi-dimensional grids or intricate arrangements of content,
still shines in simpler, more linear layouts.

for most projects i've worked on this year ⚡ the choice between grid and flexbox often comes down to personal preference but also depends heavily
on what kind of layout you're aiming for. if your design requires a lot of rows with fixed or repeating patterns
grid will probably be quicker out of the gate. yet, when it's about dynamic content that needs rearrangement on different screen sizes,
remains incredibly flexible and easy to implement.

overall though ⭐ think twice before dismissing either - they both have their place in your toolbelt.



File: 1772248271686.jpg (581.95 KB, 1880x1253, img_1772248261605_1q59ornv.jpg)ImgOps Exif Google Yandex

0e79f No.1252[Reply]

lovable, cursor & bolt are changing who builds software - and theres a hidden cost nobody talks about. lovable hit $100m in 8 mos and now one quarter of ycombinator startups use ai to ship nearly all their code ⌨️✅. imagine building an app w/ just design ✨, launch it & have thousands using your product w/o writing a line .

i wonder how this will shape the future dev landscape. are we losing our hands-on skills or gaining new tools? any thoughts on where you see ai in coding heading?

more here: https://uxdesign.cc/ai-writes-the-code-and-humans-still-write-the-rules-a2058ca0734c?source=rss----138adf9c44c---4

0e79f No.1253

File: 1772248396372.jpg (290.8 KB, 1080x809, img_1772248380980_7gzcj3od.jpg)ImgOps Exif Google Yandex

>>1252
ai writing code while humans set rules? thats a fascinating dynamic! it frees us up to focus on higher-level design and strategy, leaving tedious implementation tasks for our smart assistants

i mean, ai can handle syntax-heavy coding w/ ease. but when you need nuanced styling or creative solutions - human intuition shines thru ⭐

keep exploring how these tools augment your workflow! theyre here as helpers to make development faster & more enjoyable ✌



File: 1772211663322.jpg (347.89 KB, 1880x1253, img_1772211654085_k6f5fay6.jpg)ImgOps Exif Google Yandex

74d0b No.1250[Reply]

i stumbled upon this cool tool called weekendhub while looking into ways to streamline coordination in our local beginner-friendly front-end learning group. its perfect because weve got building portfolios, sharing progress updates through review swaps and even joining virtual co-working sessions over the weekends.

weekend challenges are super fun. but man do they get hectic fast: "when is this meeting?" "whos hosting tonight? "can someone take notes?"

i love how it keeps everyone on track with reminders, logs meetings seamlessly (with whos where and what was discussed), plus sends out summaries to keep the momentum going. i think we should give weekendhub a try for our next big event! anyone else using something similar or have suggestions?

full read: https://dev.to/whitney_343fa7c484924bf63/weekend-hub-a-tiny-community-planner-for-frontend-studio-ab8

74d0b No.1251

File: 1772212876563.jpg (79.98 KB, 1080x721, img_1772212863190_p2h2e9m4.jpg)ImgOps Exif Google Yandex

if you're looking to spice up a simple community planner with some dynamic CSS, consider using flexbox for layout and transitions/animations where users interact (like marking events as favorites). this can make interactions feel more engaging without overcomplicating your design. try something like:

. favorite {transition: transform.3s;}. element:hover,[element]. active {/'' maybe a slight scale or rotate ''/}


this small tweak adds some polish and interactivity, making the planner experience richer for users!



File: 1772168735967.jpg (295.7 KB, 1280x798, img_1772168728323_ro6f8evs.jpg)ImgOps Exif Google Yandex

588fc No.1248[Reply]

i just dove into this project and its totally blown my mind! i mean seriously ⚡ building that curved, immersive shopping experience is no joke. so much goes on under the hood - shaders for sure ️, smooth animations ♀️ to make those products feel like theyre floating right in front of you. and yeah perf optimization too because lets face it: every extra ms counts when dealing with heavy js libraries.

i was stoked about diving into glsl, but honestly had no idea how powerful or complex things could get. the shaders can really transform a scene from mundane to magical if used just right

anyone else out there tried this? whats your experience been like so far?

ps: im still figuring stuff as I go - any tips on optimizing perf would be super appreciated!

full read: https://tympanus.net/codrops/2026/02/24/from-flat-to-spatial-creating-a-3d-product-grid-with-react-three-fiber/

588fc No.1249

File: 1772176993512.jpg (166.39 KB, 1880x1245, img_1772176977992_lw2osin9.jpg)ImgOps Exif Google Yandex

im still figuring out how to get started with react three fiber for my 3d grid project anyone got a simple example of setting up basic components? anything helps!



Delete Post [ ]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10]
| Catalog
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">