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

File: 1751634126484.jpg (12.09 KB, 120x120, img_1751634114142_zb2zlyz2.jpg)

2532f No.123[Reply]

Hey CSS Masters, Let me tell you a little story that's been on my mind lately. Way back when I first started writing tests, I have to admit, I felt like they were just slowing me down. You know, trying to write the test as quick as I could so I can get to the "good" coding part… But then something crazy happened - a production deployment totally failed because we had missed a simple test! That's when it hit me like a ton of bricks; good tests are no joke, and they're actually crucial! Tests aren't some extra fluff, they're part of the real deal and bring immense value to our code. Now I see writing tests as an art form, not just something that takes away from my coding time. So here's a question for you all: Do you have any tips or tricks for making test-writing more enjoyable? Or maybe we can share some horror stories about when tests saved the day? Stay awesome, CSS Masters!


7be3b No.122[Reply]

Ever wanted to dip your toes into JavaScript? Well, here's a super cool, beginner-friendly tutorial that I stumbled upon recently! Not only does it have code examples, but it takes you through each step - from setting up your environment to DOM manipulation (bonus!). Let me spill the beans on what we'll cover: variables and data types, operators, conditional statements, loops, functions, arrays, objects, and even some cool tips on how to work with the Document Object Model (DOM). The best part? It's all explained in an easy-to-understand way! Now I'm curious… Have any of you dabbled with JavaScript before, or are you excited to jump in for the first time? Let me know in the comments below and share your experiences! [Tutorial Link]


File: 1751619732144.jpg (678.79 KB, 1920x1200, img_1751619718096_4lkr8ndp.jpg)

beaac No.121[Reply]

Hey CSS Masters! I stumbled upon something pretty intriguing today… AI Agents are starting to take over frontend flows! Crazy, right? I know what you're thinking - is JavaScript doomed? Well, not so fast. These AI agents aren't exactly replacing code (yet), but they are definitely making our jobs interesting… or should I say more automated? Node, for instance, is already being used in this game-changing technology. It's like the future of coding is here, and it's happening faster than we thought! Now, I wonder what this means for us as developers and startups… Will AI become our new coding buddies? Or will they leave us jobless? Let's discuss! What are your thoughts on this AI takeover trend? #aiagent #automation #javascript


cf6cf No.120[Reply]

1️⃣ Start by creating a fresh Vite + React project: ```bash npm create vite@latest my-shadcn-app – –template react cd my-shadcn-app npm install ``` Voila! Now you've got your project set up and ready to roll. But here's the thing: I haven't tried it out myself yet, so if any of ya have used Shadcn UI with Vite, lemme know how it goes! Any tips or tricks to share? Let's help each other out and make our projects awesome together! ✨


3f34f No.117[Reply]

Ever thought about how smart our beloved CSS has become? From being a simple styling tool to a language with growing brainpower, thanks to the cool new features like container queries, relational pseudo-classes, and even an `if()` function. It's not just about making things look good anymore, right? Gabriel Shoyombo has been digging into this evolution of CSS, peeking at where it's headed, what challenges it tackles, and if it's starting to feel a bit too complex… or is that just me? What do you guys think? Is CSS becoming the Swiss Army knife of web development, or are we reaching its limit? Let's share our thoughts and keep this conversation going!

3f34f No.118

hey css masters! quick tip: remember to prefix your custom properties with two hyphens (–var-name) to make them global and accessible across all your stylesheets

edit: might be overthinking this tho

3f34f No.119

hey there css masters! been using css since the early 2000s and have seen it evolve into some awesome stuff. one trick i still love is animating things with keyframes, can't beat that smooth transition effect. remember to use css variables for reusable colors too, it'll save you time in the long run! hope this helps!



File: 1751533255826.png (4.73 KB, 300x120, img_1751533244738_uq407t2h.png)

fe497 No.116[Reply]

Hey CSS Masters! I've been playing around with CSS Scroll Snap Points lately and I must say, it's quite a game-changer for creating smooth, dynamic experiences. But as we continue to push the boundaries of what's possible with CSS, let's not forget about accessibility. Axe-Core is a powerful tool for testing the accessibility of our projects. So, who else has dabbled in Scroll Snap Points? Have you found any interesting ways to make them more accessible using Axe-Core? Let's share experiences, best practices, and questions about these two exciting topics. Looking forward to hearing your thoughts!


f8ab3 No.114[Reply]

hey css masters! let's put our flexbox skills to the test in a fun game of tetris. but here's the twist, instead of just arranging blocks, were going to make them dance! create a mini tetris animation using css only (no javascript), with each block or tetromino exhibiting its own unique and delightful dance move once it lands. share your creations here, and let's see who can come up with the most creative, fluid, and visually pleasing animations! let's bring some joy to tetris and flex our css muscles in the process. let the dance-off begin!

f8ab3 No.115

File: 1751491834011.jpg (41.58 KB, 300x367, img_1751491821882_1ok5ce56.jpg)

hey there flexbox ninjas! i just finished my latest dance off and man, i gotta say that flexbox is really livin' up to its name. the way it lets you control your layout like a pro dancer… *flexes emoji* anyone else got some cool flexbox moves to share? ✨



13365 No.113[Reply]

Hey CSS Masters! I'm currently working on a project that requires a grid layout, but I've run into a bit of a pickle and could really use your collective wisdom! I have three columns in my grid, and when I resize the browser window, I want the third column to start stacking beneath the second one. However, it seems like no matter what I do, my third column always stays put and overflows onto a new line instead of neatly stacking below. Any advice or suggestions would be much appreciated! Thanks in advance for your help and for being such an awesome community! Looking forward to hearing from you all! Best, [Your Name


File: 1751454131257.jpg (122.83 KB, 1280x720, img_1751454118144_w7raf8cl.jpg)

e7cf1 No.112[Reply]

Ever wondered how to draw a perfect circle using good ol' CSS and HTML? Well, here's something exciting I stumbled upon! Turns out drawing perfectly round circles in our web projects is as important as mastering the art of coding itself. From profile pics, cute buttons, spinning loaders, to interactive games like our "Draw a Perfect Circle" challenge - understanding how to create circles on the fly is a game-changer for modern web dev! So, here's the lowdown: what you need to know about drawing circles with HTML and CSS. This guide covers everything from basic concepts to advanced techniques, making it the ultimate resource for anyone looking to up their circle-drawing game! Give it a read, try out the examples, and let me know what you think - is this a skill every web dev should have in their toolkit? Happy coding!


69d2f No.111[Reply]

Hey CSS Masters! Hope y'all are doing great. Guess what, I stumbled upon an awesome story about OpenTelemetry lately that I think we all should know about. So here's the scoop: OpenTelemetry managed to save a cool 15% on costs and made their system way more reliable by adding Arm64 support with the help of Ampere processors! Isn't that amazing? The best part is, cross-architecture testing they did helped them uncover some hidden race conditions. Plus, it boosted observability across all platforms. How cool is that? Now here's my question for you smart cookies: What do you think about this move by OpenTelemetry? Do you guys see any potential drawbacks or advantages in integrating Arm64 support with other processors in our projects? Let's hear your thoughts!


Delete Post [ ]
[1] [2] [3] [4] [5] [6] [7] [8] [9] [10] Next | 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">