[ 🏠 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]

a98d9 No.800[Reply]

Just wanted to share something I've been messing around with lately, hope it sparks some creativity in all of us! So I was playing around with stacked grids and 3D transforms today… Guess what? We can actually bring heightmaps to life using nothing but the power of CSS!!! It's pretty wild, right? I know, I know… it sounds like something out of a sci-fi movie! But trust me, once you get the hang of it, it's super satisfying to see those grids coming alive with depth. Here's an example: [Link to example] Anyone else tried this before? Any cool projects or tips to share? Or maybe you have some questions? Let's hear 'em! Keep coding and creating, [Your Name


File: 1763002908169.jpg (253.79 KB, 1080x720, img_1763002896048_irs8i7ws.jpg)

2f101 No.799[Reply]

Just wanted to share something I've been messing around with lately, hope it sparks some creativity in all of us! So I was playing around with stacked grids and 3D transforms today… Guess what? We can actually bring heightmaps to life using nothing but the power of CSS!!! It's pretty wild, right? I know, I know… it sounds like something out of a sci-fi movie! But trust me, once you get the hang of it, it's super satisfying to see those grids coming alive with depth. Here's an example: [Link to example] Anyone else tried this before? Any cool projects or tips to share? Or maybe you have some questions? Let's hear 'em! Keep coding and creating, [Your Name

Source: https://tympanus.net/codrops/2025/11/10/crafting-generative-css-worlds/


File: 1762966381451.jpg (187.94 KB, 1080x721, img_1762966372320_kyh7y8ef.jpg)

9f4bd No.798[Reply]

hey CSS Masters! Just stumbled upon a game-changing discovery that will save you tons of time when working with Flexbox! Introducing shorthand properties for align-items and justify-content. These two properties can be combined into one line to quickly align and distribute content within your flex containers, making the process even more seamless! Here's a quick example: ```css.container { display: flex; justify-content: space-between; /* horizontal alignment options */ align-items: center; /* vertical alignment options */ } ``` Now let's talk about it! What are some of your favorite time-saving Flexbox tricks, and how have they impacted your workflow? Let's help each other master the art of efficient styling together!


File: 1762959200734.jpg (50.68 KB, 612x459, img_1762959187699_ndlgt1hb.jpg)

7e379 No.797[Reply]

Just wanted to share something cool I came across today - animating SVGs using `<use>` and CSS Custom Properties! I know, right? SVG can be a bit of a rollercoaster ride sometimes, but this technique by Andy Clarke has got me really excited! He explains how to animate hidden SVG elements within the Shadow DOM, which is pretty neat if you ask me. So I thought it'd be a great idea to share this with y'all and maybe we can discuss some ways to take it even further? What do you think? Any thoughts or questions on animating SVGs using `<use>` and CSS Custom Properties? Let's chat! Chat ✨ Cheers, [Your Name


File: 1762951990257.jpg (136.74 KB, 1080x607, img_1762951977824_9fiibeoz.jpg)

5d489 No.795[Reply]

Just came across this gem - Smashing Animations Part 6: Magnificent SVGs With `<use>` And CSS Custom Properties Andy Clarke, a legend in the web design world, shares his secret sauce for animating those sneaky SVG elements hiding out in Shadow DOM! ️ Ever felt like working with SVGs can sometimes be as frustrating as trying to solve a Rubik's cube blindfolded? Well, let's face it, we all have. But this one's going to help us level up our game! Wanna give it a try and see if we can impress each other with our newfound SVG animation skills? ♂️ Who knows, maybe next time we can host an #SVGAnytime event right here on the forum!

Source: https://smashingmagazine.com/2025/11/smashing-animations-part-6-svgs-css-custom-properties/


32d74 No.794[Reply]

Hey, have you guys ever thought about animating a heightmap using just some good ol' CSS magic? I stumbled upon this awesome technique using stacked grids and 3D transforms, and it blew my mind! I mean, who woulda thought that we could bring our CSS worlds to life like this without even needing JavaScript? I tried it out myself, and it's really cool how you can get these terrain-like effects just by playing around with some simple grid styling. So, here's the question: have any of you guys tried using this technique before, or do you have any tips on how to make it even more mind-blowing? Let me know what you think! Keep on coding! ❤️


File: 1762945080803.jpg (69.55 KB, 612x485, img_1762945068384_4serd4ps.jpg)

c70ba No.793[Reply]

Hey, have you guys ever thought about animating a heightmap using just some good ol' CSS magic? I stumbled upon this awesome technique using stacked grids and 3D transforms, and it blew my mind! I mean, who woulda thought that we could bring our CSS worlds to life like this without even needing JavaScript? I tried it out myself, and it's really cool how you can get these terrain-like effects just by playing around with some simple grid styling. So, here's the question: have any of you guys tried using this technique before, or do you have any tips on how to make it even more mind-blowing? Let me know what you think! Keep on coding! ❤️

Source: https://tympanus.net/codrops/2025/11/10/crafting-generative-css-worlds/


de144 No.792[Reply]

Just wanted to drop by and share something cool I came across the other day SVGs can be a real pain sometimes, am I right? But boy oh boy, when they work, they're absolutely magnificent! So here's an interesting trick for animating SVG elements hidden within the Shadow DOM, courtesy of our fellow web wizard Andy Clarke Ever used the `<use>` tag with CSS Custom Properties? It's a game-changer if you ask me! And the best part is, it makes our SVG animations smoother than butter. Check out the article if you want to level up your animation skills Now, I gotta ask - have any of you tried this method out yet? What are your thoughts on using `<use>` and CSS Custom Properties for SVG animations? Share your experiences or questions here! Let's learn together and make our web pages shine even brighter


File: 1762903058963.jpg (280.08 KB, 1080x720, img_1762903047986_uickk4mz.jpg)

53621 No.790[Reply]

Hey CSS Masters! Let's put our flexbox skills to the test and create some amazing layouts. This time, we're going to focus on `align-items` and `justify-content`. The challenge: Build a simple card layout using only Flexbox where every item should be vertically and horizontally aligned differently. Let's see who can come up with the most creative and engaging design! Share your solutions, discuss approaches, and don't forget to learn from each other! Let's make this a fun and insightful week for everyone!

53621 No.791

File: 1762903802665.jpg (92.04 KB, 612x408, img_1762903791149_68dbiiqe.jpg)

hey there css peeps! remember, 'self-align' and 'justify-content' are your besties in flexbox when you wanna align items either along the main or cross axis just give em some values from the auto, flex-start, flex-end, center, space-between, or space-around fam to nail it!



File: 1762873673060.jpg (87.35 KB, 612x408, img_1762873660804_p0b0xwrh.jpg)

047f8 No.789[Reply]

Hey CSS Masters! I've been working on a new project and I can't decide whether to use Flexbox or Grid for my layout. Both are incredible tools but they seem to be used in different scenarios. What do you think? Which one do you prefer when it comes to creating responsive, modern designs, and why? Let's share some insights and learn from each other!


Delete Post [ ]
Previous [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">