's Avatar

@aungthuyawin96

6
Followers
46
Following
1
Posts
06.12.2024
Joined
Posts Following

Latest posts by @aungthuyawin96

I'd be remiss if I didn't say that @monknow.bsky.social put A LOT of effort into editing the CSS Color Functions Guide we published yesterday.

And this post is an excellent roundup of things he learned along the way... things that I think confuse a lot of us. I appreciate having this.

20.06.2025 14:24 👍 33 🔁 8 💬 1 📌 0
Preview
A guide to Scroll-driven Animations with just CSS CSS animations have come a long way since Apple first introduced them to the web in 2007.

Now that my blog post got the thumbs up from @zeldman.bsky.social, I can die a happy evangelist 🥰

Check out my intro to scroll-driven animations, hope you like it too ❤️ webkit.org/blog/17101/a...

25.06.2025 01:16 👍 56 🔁 13 💬 2 📌 0
Preview
How to Create a Masonry Layout Using HTML and CSS A masonry layout is a grid-based design where items are arranged in a way that minimizes vertical gaps between them. an example of a masonry layout Unlike traditional grids with fixed row heights, ma...

How to Create a Masonry Layout Using HTML and CSS

www.freecodecamp.org/news/how-to-...

16.04.2025 04:31 👍 2 🔁 0 💬 0 📌 0
Preview
Cascading Layouts A workshop on resilient CSS layouts

My entire April and May are packed, but if I had the time, I would attend this workshop by @miriam.codes! Sounds great!

“Take your sites to the next level with this 3-session workshop on building more resilient and maintainable web layouts using modern CSS.”

www.oddbird.net/workshops/ca...

14.04.2025 05:50 👍 11 🔁 4 💬 0 📌 0
Screenshot of an article on my blog, with the tagline: Color Theory & Palette – Resources and Tools.
A Designer’s Toolbox for Learning About Colors and Color Accessibility

Screenshot of an article on my blog, with the tagline: Color Theory & Palette – Resources and Tools. A Designer’s Toolbox for Learning About Colors and Color Accessibility

Struggling with color theory or building accessible palettes? I’ve put together my go-to resources and tools to help designers make better, more inclusive color choices. Whether you're a beginner or refining your skills, this curated list has you covered!

stephaniewalter.design/blog/color-t...

18.02.2025 08:31 👍 36 🔁 7 💬 11 📌 1
Preview
Making content-aware components using CSS :has(), grid, and quantity queries Eric Bailey teaches us how to make a hyper-resilient component that responds not only to the container, but other languages too.

🗂️ From the archives

Eric Bailey teaches us how to make a hyper-resilient component that responds not only to the container, but other languages too.

piccalil.li/blog/making-...

18.02.2025 13:34 👍 6 🔁 2 💬 1 📌 0
Preview
Lazy loading hidden images A few years ago, browsers implemented a standard way of lazy loading images. The standard was a huge boon because it was straightforward to use and less code than JavaScript solutions. Unfortunately, ...

Lazy loading hidden images:

cloudfour.com/thinks/lazy-...

Images in menus or carousels etc that's technically above the fold, but not visible, all you need is add loading="lazy" and browser will defer downloading the image.

No longer need a #JavaScript solution for those use cases

#CSS #webdev

18.02.2025 22:00 👍 2 🔁 1 💬 0 📌 0
Preview
Creating a dark theme for a website live YouTube video by Kevin Powell

Going to be doing a live stream Friday where I add a dark theme to html-css-tip-of-the-week.netlify.app

I'll be on Twitch (www.twitch.tv/kevinpowellcss) and YouTube (youtube.com/live/7ijxVDW...)

It'll start at 12pm EST (if you follow the YT link, you'll get your local timezone)

22.01.2025 13:46 👍 24 🔁 4 💬 1 📌 0

Very cool! 😄

17.01.2025 01:36 👍 50 🔁 4 💬 0 📌 0
Preview
High-Performance Web Fonts Tools and resources on how to use web fonts without sacrificing page loading speeds

"Is there such a thing as a web-safe font?" 🤔

www.highperformancewebfonts.com/read/web-saf... #css #fonts #webdev

17.01.2025 04:28 👍 10 🔁 2 💬 1 📌 0
Preview
CSS Generator for Custom Corners (Scooped, Beveled, and more) Cut the corners of your element using CSS mask or clip-path. Get an optimized & modern code in no time.

Or my generator if you want more settings 🫣

css-generators.com/custom-corne...

17.01.2025 14:28 👍 9 🔁 2 💬 0 📌 0
Video thumbnail

#CSS text-box
a very exciting feature!

available in:
Chrome 133 & Safari 18.2

My post on Chrome Developers:
developer.chrome.com/blog/css-tex...

↪ nerdy.dev/text-box-trim

14.01.2025 21:34 👍 192 🔁 36 💬 13 📌 5
Video thumbnail

Did you know you can center both vertically and horizontally in CSS now, without Flexbox or Grid?

Throw this on your block level element, and it works:

align-content: center;
justify-items: center;

And my trick to remembering it's those properties? It's the ones I never use normally 😆

14.01.2025 20:01 👍 303 🔁 42 💬 18 📌 6
Preview
CSS Wishlist for 2025 – Frontend Masters Boost Hey we might as well spill out all these wishes as the CSS feature train has been rolling and we oughta get while the getting is good.

CSS Wishlist for 2025

Hey we might as well spill out all these wishes as the CSS feature train has been rolling and we oughta get while the getting is good.

15.01.2025 08:39 👍 8 🔁 2 💬 0 📌 0
Preview
CSS margin-trim and line height units | 12 Days of Web Learn ways of perfecting design with line height units and margin-trim.

I wrote about `lh` units and `margin-trim’ for @5t3ph.bsky.social ‘s 12 Days of Web!

12daysofweb.dev/2024/css-mar...

24.12.2024 22:33 👍 144 🔁 19 💬 3 📌 2
CSS wants to be a system I’ve realized something obvious again, this time about CSS; that CSS wants to be a system. At the core of CSS is a series of cascading rules and classes marrying and mingling in an elegant symphony of...

📝 I know it's the end of year and I should be doing a yearly wrap up post but this one aspect of #CSS has been noodling at me for awhile now.

daverupert.com/2024/12/css-...

23.12.2024 23:10 👍 117 🔁 22 💬 14 📌 4
Screenshot of "CSS Selectors Playground" with text "The :focus-within pseudo-class matches elements that are either focused themselves or have a descendant that is focused."

Screenshot of "CSS Selectors Playground" with text "The :focus-within pseudo-class matches elements that are either focused themselves or have a descendant that is focused."

"CSS Selectors Playground"

An easy and simple way to learn how to master #CSS selectors.

selectors.sandroroth.com #webdev

20.12.2024 22:24 👍 11 🔁 2 💬 0 📌 0
Preview
12 Modern CSS One-Line Upgrades | Modern CSS Solutions Sometimes, improving your application CSS just takes a one-line upgrade or enhancement! Learn about 12 properties to start incorporating into your projects, and enjoy reducing technical debt, removing...

1️⃣

This post from @5t3ph.bsky.social shared a dozen CSS properties well worth knowing — it includes one-line upgrades that will help reduce technical debt, remove unnecessary lines of JavaScript, and score some easy wins for the user experience, too.

18.12.2024 16:20 👍 2 🔁 1 💬 1 📌 1
Preview
Scroll-Driven & Fixed – Frontend Masters Boost It's quite fun to have an element react to another element scrolling in an unexpected way!

Scroll-Driven & Fixed

It's quite fun to have an element react to another element scrolling in an unexpected way!

21.12.2024 08:39 👍 7 🔁 1 💬 0 📌 0
Preview
CSS light-dark() | 12 Days of Web A new CSS function that returns one of two color values based on the current color scheme.

i wrote about light-dark() 12daysofweb.dev/2024/css-lig...

21.12.2024 16:25 👍 54 🔁 12 💬 2 📌 1