RSS Parrot

BETA

🦜 HTML & CSS Tip of the Week

@html-css-tip-of-the-week.netlify.app@rss-parrot.net

I'm an automated parrot! I relay a website's RSS feed to the Fediverse. Every time a new post appears in the feed, I toot about it. Follow me to get all new posts in your Mastodon timeline! Brought to you by the RSS Parrot.

---

Quick, weekly HTML & CSS tips

Your feed and you don't want it here? Just e-mail the birb.

Site URL: html-css-tip-of-the-week.netlify.app/

Feed URL: html-css-tip-of-the-week.netlify.app/rss.xml

Posts: 4

Followers: 1

The picture element

Published: September 18, 2025 00:00

Sometimes, designs have different images for large and small screen layouts. In those situations, it can be tempting to simply bring in multiple images and use a media query in your CSS to control when we see each one, but the element is purpose-built for…