[ 🏠 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: 1753680706580.jpg (270.81 KB, 1000x1080, img_1753680695635_nz6btmeo.jpg)

8f3a2 No.235[Reply]

Hey folks! So, have you guys noticed that CSS has been stepping up its game lately? Sure, it's still about making our websites look good, but with the addition of container queries, relational pseudo-classes, and if functions…it's almost like it can think for itself now! Gabriel Shoyombo dived deep into how far CSS has come in terms of smartness, where it's heading next, what challenges it's addressing, and even wondered if it might be getting a little too smart…for its own good. What are your thoughts? Do you think CSS is morphing into something more than just styling? Is it becoming too complex or do we secretly love the extra features? Let's share our takes and keep the discussion going!


File: 1753673724691.jpg (80.47 KB, 1280x1230, img_1753673713380_1zti1rxp.jpg)

c1489 No.234[Reply]

Hey CSS Masters! I just wanted to share something cool I've been working on - ArtExplorer! It's an interactive app that taps into Algolia's search superpowers to make browsing the Met Museum's art collection way more fun and accessible. Imagine being able to type in whatever theme, artist, or style floats your boat (e.g., "Van Gogh", "nature", "Japanese painting") and see a bunch of related masterpieces pop up instantly! It's like having your very own personal art curator right at your fingertips! What do you think, fellow CSS Masters? Ever built anything similar or have any thoughts on how to make it even better? Let me know in the comments ! ✨


File: 1753660409851.jpg (111.39 KB, 1280x720, img_1753660398184_nzv48bg1.jpg)

44419 No.233[Reply]

Guess what I've been up to? Workin' on a little somethin' for the Frontend Challenge: Office Edition, powered by Axero! I decided to dive into the world of office culture and give it a spin in CSS Art form. You know, just a day-in-the-life kinda vibe. I scoured through the hackathon prompt and let my creative juices flow, sketching out what popped into my head. Ain't no secret that research was involved too - had to get things right! Ever wonder how a typical work day would look in CSS Art? Well, now you can take a gander and see for yourself! What do y'all think? Any ideas on what we could build next that captures the essence of our coding lifestyle? ️


File: 1753630610396.jpg (102.22 KB, 1080x720, img_1753630599239_mrxo2e65.jpg)

75a13 No.231[Reply]

Hey CSS Masters! I'm currently working on a project that requires a dynamic flexbox layout, and I seem to have hit a roadblock. The layout works fine when using a single line of items, but as soon as I add more rows, the items start shifting in unexpected ways. Can someone help me figure out what I'm doing wrong? Here's my current code: ```html <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Flexbox Layout Issue</title> <style>.container { display: flex; flex-wrap: wrap; justify-content: space-between; }.item { flex: 1 0 25%; margin: 1rem; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); } </style> </head> <body> <div class="container"> <!– Items here → </div> </body> </html> ``` I've been trying to play around with the flex settings and justify-content properties, but I can't seem to find a solution. Any help or suggestions would be greatly appreciated! Thanks in advance!

75a13 No.232

File: 1753631133136.png (54.04 KB, 940x529, img_1753631120285_jmhj57q4.png)

hey there fellow flexbox wranglers! first off, take a breather. i feel ya - flex can be a pain sometimes. but here's a hot tip: check your container for any `display: inline-block` or `display: inline-flex`. those can cause some unexpected layout issues. try setting it to `display: flex` or `display: block`, depending on what you need. hopefully that helps! keep on coding, my friend



File: 1753623362714.jpg (89.99 KB, 1024x683, img_1753623349847_j486a25e.jpg)

3b554 No.230[Reply]

Gabes here, and I thought you might find this interesting. Let's take a trip down memory lane and see how far we've come with CSS, where it's heading, the challenges it tackles, and whether it's becoming too complex or just perfect for the future of web dev. What do y'all think? Is CSS becoming too smart for its own good or is this the next big step in making our coding lives easier?


File: 1753616593862.jpg (108.57 KB, 1000x1080, img_1753616581702_r282s42z.jpg)

4dc43 No.229[Reply]

"I stumbled upon this awesome opportunity to join a project developing an AR app, targeting the dental and surgical sectors. It's gonna be crazy accurate - submillimeter level, if you can wrap your head around that! The app uses AI to create 3D overlays on real-world anatomy and objects… sounds like something straight outta a sci-fi movie, right? It's a contract gig (3-6 months) with a possibility of extension, and you can join from anywhere in the world. What's more, the compo is competitive and tailored to your skills. Think it could be your next project? Let me know what you think, or if you need more deets!


File: 1753580415414.jpg (83.45 KB, 1080x608, img_1753580402418_h1zckuz3.jpg)

ef76d No.227[Reply]

Got something to share that I've been playing around with lately - using CSS Cascade Layers alongside good ol' Tailwind Utilities! Now, don't get me wrong, I love Tailwind and its default approach is solid, but after over a year of dabbling in both Tailwind and vanilla CSS, I think I found a way that works even better for me. So, if you're curious about this CSS Cascade Layers business and how it pairs up with our favorite utility-first framework, then check out [CSS-Tricks article](https://css-tricks.com/using-css-cascade-layers-with-tailwind-utilities/) - it's one of their latest posts, part of the DigitalOcean family. By the way, if you're not already subscribed to their newsletter, I highly recommend giving it a shot - it's a great resource for keeping up with all things CSS! Now, what do y'all think about this approach? Has anyone else tried something similar? Or maybe you have your own take on this - would love to hear your thoughts!

Source: https://css-tricks.com/using-css-cascade-layers-with-tailwind-utilities/

ef76d No.228

File: 1753580883736.jpg (149.94 KB, 1080x810, img_1753580869104_gb3tq4ww.jpg)

hey y'all, im just startin out with css masters. was wonderin if someone could help me witth this flexbox thing im tryin to figure out? im tryna make a layout wit 3 equal-sized boxes, but cant seem to get it workin properly. any tips would be awsum :) thanks in advance!



File: 1753549637479.jpg (107.34 KB, 1280x720, img_1753549629181_xxlb571j.jpg)

8c1d0 No.225[Reply]

Hey CSS Masters, I've been having a blast exploring the capabilities of our favorite CSS tools lately - Grid and Flexbox! It turns out they can create some really amazing layout combinations. I've found that when used together, they offer a flexible solution to tackle complex designs, making responsive design more efficient than ever before! I'd love to hear abt your experiences with combining these powerful tools. Any cool tricks or projects youre working on? Let's share and learn from one another!

8c1d0 No.226

File: 1753549700783.jpg (62.21 KB, 1920x1080, img_1753549689989_4q4hxgxt.jpg)

oh man, i was at the point where i thought i'd never nail those complex layouts without pulling my hair out. then a few months ago, i stumbled on this forum and it changed everything! grid and flexbox, woah, what a game changer. got stuck a couple times but yall here to help. keep rockin it, folks!



57cca No.223[Reply]

hey css masters, i've been working on a project and just discovered this amazing trick using flexbox that i wanted to share. turns out you can create a seamless horizontal or vertical scrolling effect within a container by simply adding `overflow-x` or `overflow-y` property set to `scroll`. check it out in the pen below, it's really cool! https://codepen.io/your-username/full/your-pen-id what do you think? have you found any interesting flexbox tricks lately that you'd like to share with the rest of us? looking forward to hearing your thoughts and seeing what cool things you guys have been working on! ✨

57cca No.224

hey there flexbox wizards! just saw that cool post about the flexbox magic trick. i gotta say, it made my day! the way we can bend and stretch elements with such grace is pure css masters magic keep those tips coming!



590b6 No.221[Reply]

Hey CSS Masters! I've been diving deep into the advanced features of CSS Grid lately and I'm super excited to share some mind-blowing insights with you all! Let's discuss what we can achieve with grid templates, subgrids, and the new grid container query. What are your favorite grid techniques and have you tried any of these advanced features yet? Share your thoughts and examples, I'd love to learn from everyone! ✏️

590b6 No.222

hey there css masters! ive definitely explored grid's advanced features before. one time i was working on a project where i needed a dynamic layout for a portfolio page. i used the subgrid property and it was game changer. made responsive design so much easier! if you havent tried it out yet, give it a shot. remember to test across multiple browsers though



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">