<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
     xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>Isfiblog&amp; Portal Web Isfidev &amp; : CSS</title>
<link>https://blog.isfidev.com/rss/category/css</link>
<description>Isfiblog&amp; Portal Web Isfidev &amp; : CSS</description>
<dc:language>id</dc:language>
<dc:rights>Isfidev Developer</dc:rights>

<item>
<title>That Time I Tried Explaining HTML and CSS to My 5&amp;Year Old Niece</title>
<link>https://blog.isfidev.com/that-time-i-tried-explaining-html-and-css-to-my-5-year-old-niece</link>
<guid>https://blog.isfidev.com/that-time-i-tried-explaining-html-and-css-to-my-5-year-old-niece</guid>
<description><![CDATA[ I would like to tell you what I learned from a five-year old child about HTML and CSS. It’s funny how explaining something you do almost naturally teaches you about yourself and what you take for granted.

That Time I Tried Explaining HTML and CSS to My 5-Year Old Niece originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Fri, 19 Dec 2025 10:29:42 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>That, Time, Tried, Explaining, HTML, and, CSS, 5-Year, Old, Niece</media:keywords>
</item>

<item>
<title>CSS Wrapped 2025</title>
<link>https://blog.isfidev.com/css-wrapped-2025</link>
<guid>https://blog.isfidev.com/css-wrapped-2025</guid>
<description><![CDATA[ The Chrome Dev Team recaps the new CSS features that shipped in Google Chrome this past year in one amazingly designed webpage. They cover new functionality for creating more customizable components, next-gen interactions, and optimizing ergonomics.
We’ve …

CSS Wrapped 2025 originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Fri, 19 Dec 2025 10:29:41 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>CSS, Wrapped, 2025</media:keywords>
</item>

<item>
<title>Fit width text in 1 line of CSS</title>
<link>https://blog.isfidev.com/fit-width-text-in-1-line-of-css</link>
<guid>https://blog.isfidev.com/fit-width-text-in-1-line-of-css</guid>
<description><![CDATA[ The Chrome team recently prototyped a working solution for fitting text to the width of a container in CSS using a text-grow property.

Fit width text in 1 line of CSS originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Fri, 19 Dec 2025 10:29:41 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Fit, width, text, line, CSS</media:keywords>
</item>

<item>
<title>Creating Scroll&amp;Based Animations in Full view()</title>
<link>https://blog.isfidev.com/creating-scroll-based-animationsin-full-view</link>
<guid>https://blog.isfidev.com/creating-scroll-based-animationsin-full-view</guid>
<description><![CDATA[ It’s not that hard to do! Preethi shows you how it&#039;s really the same old animation you’re used to writing in CSS, only applied on a view timeline instead of a normal timeline.

Creating Scroll-Based Animations in Full view() originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Fri, 19 Dec 2025 10:29:40 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Creating, Scroll-Based, Animations in, Full, view</media:keywords>
</item>

<item>
<title>What Else Could Container Queries… Query?</title>
<link>https://blog.isfidev.com/what-else-could-container-queries-query</link>
<guid>https://blog.isfidev.com/what-else-could-container-queries-query</guid>
<description><![CDATA[ How far can we really go with container queries? There are dozens of media queries now, so what if there were dozens of container queries as well? What could we use them for?

What Else Could Container Queries… Query? originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Fri, 19 Dec 2025 10:29:39 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>What, Else, Could, Container, Queries…, Query</media:keywords>
</item>

<item>
<title>What’s !important #1: Advent Calendars, CSS Wrapped, Web Platform Updates, and More</title>
<link>https://blog.isfidev.com/whats-important-1-advent-calendars-css-wrapped-web-platform-updates-and-more</link>
<guid>https://blog.isfidev.com/whats-important-1-advent-calendars-css-wrapped-web-platform-updates-and-more</guid>
<description><![CDATA[ The best CSS news from around the web from the last two weeks. In this edition: advent calendars, CSS Wrapped 2025, and the latest Web Platform Updates.

What’s !important #1: Advent Calendars, CSS Wrapped, Web Platform Updates, and More originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Fri, 19 Dec 2025 10:29:38 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>What’s, important, 1:, Advent, Calendars, CSS, Wrapped, Web, Platform, Updates, and, More</media:keywords>
</item>

<item>
<title>Responsive List of Avatars Using Modern CSS (Part 1)</title>
<link>https://blog.isfidev.com/responsive-list-of-avatars-using-modern-css-part-1</link>
<guid>https://blog.isfidev.com/responsive-list-of-avatars-using-modern-css-part-1</guid>
<description><![CDATA[ A list of rounded images that slightly overlap each other is a classic web design pattern. The main idea is not complex, but the new thing is the responsive part. that dynamically adjusts the overlap between the images so they fit inside the container.

Responsive List of Avatars Using Modern CSS (Part 1) originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Fri, 19 Dec 2025 10:29:38 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Responsive, List, Avatars, Using, Modern, CSS, Part</media:keywords>
</item>

<item>
<title>Toon Title Text Generator</title>
<link>https://blog.isfidev.com/toon-title-text-generator</link>
<guid>https://blog.isfidev.com/toon-title-text-generator</guid>
<description><![CDATA[ Andy Clarke with a brand-new resource. It generates the sort of fun typography that Andy commonly uses in his own work that&#039;s geared towards cartoon headings.

Toon Title Text Generator originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Fri, 19 Dec 2025 10:29:38 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Toon, Title, Text, Generator</media:keywords>
</item>

<item>
<title>Responsive List of Avatars Using Modern CSS (Part 2)</title>
<link>https://blog.isfidev.com/responsive-list-of-avatars-using-modern-css-part-2</link>
<guid>https://blog.isfidev.com/responsive-list-of-avatars-using-modern-css-part-2</guid>
<description><![CDATA[ In this article, we follow up the work we did to create responsive rows of circular images in a previous article by arranging the images around a circle with a clean hover effect.

Responsive List of Avatars Using Modern CSS (Part 2) originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Fri, 19 Dec 2025 10:29:37 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Responsive, List, Avatars, Using, Modern, CSS, Part</media:keywords>
</item>

<item>
<title>Search CSS&amp;Tricks Raycast Extension</title>
<link>https://blog.isfidev.com/search-css-tricks-raycast-extension</link>
<guid>https://blog.isfidev.com/search-css-tricks-raycast-extension</guid>
<description><![CDATA[ Jelte Lagendijk built a Raycast extension for searching CSS-Tricks articles where you simply type and a get a solid set of real-time results.

Search CSS-Tricks Raycast Extension originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Fri, 19 Dec 2025 10:29:36 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Search, CSS-Tricks, Raycast, Extension</media:keywords>
</item>

<item>
<title>A Few Things About the Anchor Element’s href You Might Not Have Known</title>
<link>https://blog.isfidev.com/a-few-things-about-the-anchor-elements-href-you-might-not-have-known</link>
<guid>https://blog.isfidev.com/a-few-things-about-the-anchor-elements-href-you-might-not-have-known</guid>
<description><![CDATA[ It&#039;s easy to take URL superpowers for granted, even if you already have these patterns under your belt.

A Few Things About the Anchor Element’s href You Might Not Have Known originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202509/image_870x580_68be7c0951847.jpg" length="58591" type="image/jpeg"/>
<pubDate>Mon, 08 Sep 2025 12:47:35 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Few, Things, About, the, Anchor, Element’s, href, You, Might, Not, Have, Known</media:keywords>
</item>

<item>
<title>Covering hidden=until&amp;found</title>
<link>https://blog.isfidev.com/covering-hiddenuntil-found</link>
<guid>https://blog.isfidev.com/covering-hiddenuntil-found</guid>
<description><![CDATA[ Short story: Slapping hidden=until-found on an element in HTML enables any hidden content within the element to be findable in the browser with in-page search.

Covering hidden=until-found originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202509/image_870x580_68be7c06d7fd5.jpg" length="40262" type="image/jpeg"/>
<pubDate>Mon, 08 Sep 2025 12:47:32 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Covering, hiddenuntil-found</media:keywords>
</item>

<item>
<title>3D Layered Text: The Basics</title>
<link>https://blog.isfidev.com/3d-layered-text-the-basics</link>
<guid>https://blog.isfidev.com/3d-layered-text-the-basics</guid>
<description><![CDATA[ A client asked me to create a bulging text effect. With a bit of cleverness and some advanced CSS, I managed to get a result I’m genuinely proud of, which is covered in this three-part series.

3D Layered Text: The Basics originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Mon, 08 Sep 2025 12:47:30 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Layered, Text:, The, Basics</media:keywords>
</item>

<item>
<title>3D Layered Text: Motion and Variations</title>
<link>https://blog.isfidev.com/3d-layered-text-motion-and-variations</link>
<guid>https://blog.isfidev.com/3d-layered-text-motion-and-variations</guid>
<description><![CDATA[ In this chapter, we will explore ways to animate the effect, add transitions, and play with different variations. We will look at how motion can enhance depth, and how subtle tweaks can create a whole new vibe.

3D Layered Text: Motion and Variations originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202509/image_870x580_68be7c01aa3db.jpg" length="32038" type="image/jpeg"/>
<pubDate>Mon, 08 Sep 2025 12:47:27 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Layered, Text:, Motion, and, Variations</media:keywords>
</item>

<item>
<title>3D Layered Text: Interactivity and Dynamicism</title>
<link>https://blog.isfidev.com/3d-layered-text-interactivity-and-dynamicism</link>
<guid>https://blog.isfidev.com/3d-layered-text-interactivity-and-dynamicism</guid>
<description><![CDATA[ In this third and final chapter, we’re stepping into interactivity by adding JavaScript, starting with a simple :hover effect, and ending with a fully responsive bulging text that follows your mouse in real time.

3D Layered Text: Interactivity and Dynamicism originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202509/image_870x580_68be7bff41f7b.jpg" length="32038" type="image/jpeg"/>
<pubDate>Mon, 08 Sep 2025 12:47:24 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Layered, Text:, Interactivity, and, Dynamicism</media:keywords>
</item>

<item>
<title>Getting Creative With Images in Long&amp;Form Content</title>
<link>https://blog.isfidev.com/getting-creative-with-images-in-long-form-content</link>
<guid>https://blog.isfidev.com/getting-creative-with-images-in-long-form-content</guid>
<description><![CDATA[ Images in long-form content can (and often should) do more than illustrate. They help set the pace, influence how readers feel, and add character that words alone can’t always convey.

Getting Creative With Images in Long-Form Content originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202509/image_870x580_68be7bfcb137e.jpg" length="82250" type="image/jpeg"/>
<pubDate>Mon, 08 Sep 2025 12:47:22 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Getting, Creative, With, Images, Long-Form, Content</media:keywords>
</item>

<item>
<title>A Radio Button Shopping Cart Trick</title>
<link>https://blog.isfidev.com/a-radio-button-shopping-cart-trick</link>
<guid>https://blog.isfidev.com/a-radio-button-shopping-cart-trick</guid>
<description><![CDATA[ Here&#039;s an approach for animating products added to a shopping cart that handles an infinite number of items using a variation of the ol&#039; Checkbox Hack.

A Radio Button Shopping Cart Trick originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202509/image_870x580_68be7bfa35940.jpg" length="30206" type="image/jpeg"/>
<pubDate>Mon, 08 Sep 2025 12:47:19 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Radio, Button, Shopping, Cart, Trick</media:keywords>
</item>

<item>
<title>CSS Elevator: A Pure CSS State Machine With Floor Navigation</title>
<link>https://blog.isfidev.com/css-elevator-a-pure-css-state-machine-with-floor-navigation</link>
<guid>https://blog.isfidev.com/css-elevator-a-pure-css-state-machine-with-floor-navigation</guid>
<description><![CDATA[ In this article, author Chris Sabourin walk through how modern CSS features can build a fully functional, interactive elevator that knows where it is, where it’s headed, and how long it’ll take to get there. No JavaScript required.

CSS Elevator: A Pure CSS State Machine With Floor Navigation originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Mon, 08 Sep 2025 12:46:19 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>CSS, Elevator:, Pure, CSS, State, Machine, With, Floor, Navigation</media:keywords>
</item>

<item>
<title>Should the CSS light&amp;dark() Function Support More Than Light and Dark Values?</title>
<link>https://blog.isfidev.com/should-the-css-light-dark-function-support-more-than-light-and-dark-values</link>
<guid>https://blog.isfidev.com/should-the-css-light-dark-function-support-more-than-light-and-dark-values</guid>
<description><![CDATA[ The light-dark() function is currently designed to support just two color schemes. Should it support others? Sunkanmi Fafowora says yes and no.

Should the CSS light-dark() Function Support More Than Light and Dark Values? originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202509/image_870x580_68be7bba87f53.jpg" length="53615" type="image/jpeg"/>
<pubDate>Mon, 08 Sep 2025 12:46:17 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Should, the, CSS, light-dark, Function, Support, More, Than, Light, and, Dark, Values</media:keywords>
</item>

<item>
<title>What You Need to Know About CSS Color Interpolation</title>
<link>https://blog.isfidev.com/what-you-need-to-know-about-css-color-interpolation</link>
<guid>https://blog.isfidev.com/what-you-need-to-know-about-css-color-interpolation</guid>
<description><![CDATA[ Color what? Sunkanmi Fafowora explains how an everyday task for CSS can be used to create better colors experiences.  

What You Need to Know About CSS Color Interpolation originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202509/image_870x580_68be7bb8e8799.jpg" length="18426" type="image/jpeg"/>
<pubDate>Mon, 08 Sep 2025 12:46:14 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>What, You, Need, Know, About, CSS, Color, Interpolation</media:keywords>
</item>

<item>
<title>Maybe don’t use custom properties in shorthand properties</title>
<link>https://blog.isfidev.com/maybe-dont-use-custom-properties-in-shorthand-properties</link>
<guid>https://blog.isfidev.com/maybe-dont-use-custom-properties-in-shorthand-properties</guid>
<description><![CDATA[ This easily qualifies as a &quot;gotcha&quot; in CSS and is a good reminder that the cascade doesn&#039;t know everything all at the same time. If a custom property is invalid, the cascade won&#039;t ignore it, and it gets evaluated, which invalidates the declaration.

Maybe don’t use custom properties in shorthand properties originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202503/image_870x580_67e4949ec7aa5.jpg" length="45068" type="image/jpeg"/>
<pubDate>Thu, 27 Mar 2025 05:58:21 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Maybe, don’t, use, custom, properties, shorthand, properties</media:keywords>
</item>

<item>
<title>A CSS&amp;Only Star Rating Component and More! (Part 2)</title>
<link>https://blog.isfidev.com/a-css-only-star-rating-component-and-more-part-2</link>
<guid>https://blog.isfidev.com/a-css-only-star-rating-component-and-more-part-2</guid>
<description><![CDATA[ In this second article of a two-part series, Temani Afif demonstrates an alternative approach to creating the star rating component from the first article using experimental scroll-driven animations rather than using the border-image property.

A CSS-Only Star Rating Component and More! (Part 2) originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202503/image_870x580_67e4949d9382e.jpg" length="57587" type="image/jpeg"/>
<pubDate>Thu, 27 Mar 2025 05:58:20 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>CSS-Only, Star, Rating, Component, and, More, Part</media:keywords>
</item>

<item>
<title>Smashing Meets Accessibility</title>
<link>https://blog.isfidev.com/smashing-meets-accessibility</link>
<guid>https://blog.isfidev.com/smashing-meets-accessibility</guid>
<description><![CDATA[ The videos from Smashing Magazine&#039;s recent event on accessibility were just posted the other day. I was invited to host the panel discussion with the speakers, including a couple of personal heroes of mine, Stéphanie Walter and Sarah Fossheim. But I was just as stoked to meet Kardo Ayoub who shared his deeply personal story as a designer with a major visual impairment.

Smashing Meets Accessibility originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202503/image_870x580_67e4949c56b39.jpg" length="62483" type="image/jpeg"/>
<pubDate>Thu, 27 Mar 2025 05:58:19 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Smashing, Meets, Accessibility</media:keywords>
</item>

<item>
<title>Powering Search With Astro Actions and Fuse.js</title>
<link>https://blog.isfidev.com/powering-search-with-astro-actions-and-fusejs</link>
<guid>https://blog.isfidev.com/powering-search-with-astro-actions-and-fusejs</guid>
<description><![CDATA[ With Astro, we can generate most of our site during our build, but have a small bit of server-side code that can handle search functionality using something like Fuse.js. In this demo, we’ll use Fuse to search through a set of personal “bookmarks” that are generated at build time, but return back proper results from a server call.

Powering Search With Astro Actions and Fuse.js originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202503/image_870x580_67e4949b22059.jpg" length="35579" type="image/jpeg"/>
<pubDate>Thu, 27 Mar 2025 05:58:17 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Powering, Search, With, Astro, Actions, and, Fuse.js</media:keywords>
</item>

<item>
<title>Web Components Demystified</title>
<link>https://blog.isfidev.com/web-components-demystified</link>
<guid>https://blog.isfidev.com/web-components-demystified</guid>
<description><![CDATA[ Scott Jehl released a course called Web Components Demystified. This is my full set of notes from Scott&#039;s course. You&#039;ll still want to take the course on your own, and I encourage you to because Scott is an excellent teacher who makes all of this stuff extremely accessible, even to noobs like me.

Web Components Demystified originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202503/image_870x580_67e49499adc93.jpg" length="34241" type="image/jpeg"/>
<pubDate>Thu, 27 Mar 2025 05:58:16 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Web, Components, Demystified</media:keywords>
</item>

<item>
<title>Styling Counters in CSS</title>
<link>https://blog.isfidev.com/styling-counters-in-css</link>
<guid>https://blog.isfidev.com/styling-counters-in-css</guid>
<description><![CDATA[ Going from the most basic ways to style lists directly in HTML to advanced customization techniques that are even capable of making things that aren&#039;t lists look like lists.

Styling Counters in CSS originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202503/image_870x580_67e494983a101.jpg" length="38943" type="image/jpeg"/>
<pubDate>Thu, 27 Mar 2025 05:58:14 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Styling, Counters, CSS</media:keywords>
</item>

<item>
<title>Quick Reminder That :is() and :where() Are Basically the Same With One Key Difference</title>
<link>https://blog.isfidev.com/quick-reminder-that-is-and-where-are-basically-the-same-with-one-key-difference</link>
<guid>https://blog.isfidev.com/quick-reminder-that-is-and-where-are-basically-the-same-with-one-key-difference</guid>
<description><![CDATA[ I’ve seen a handful of recent posts talking about the utility of the :is() relational pseudo-selector. No need to delve into the details other than to say it can help make compound selectors a lot more readable.
:is(section, article, aside, 
…

Quick Reminder That :is() and :where() Are Basically the Same With One Key Difference originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202503/image_870x580_67e49496ad208.jpg" length="60891" type="image/jpeg"/>
<pubDate>Thu, 27 Mar 2025 05:58:13 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Quick, Reminder, That, :is, and, :where, Are, Basically, the, Same, With, One, Key, Difference</media:keywords>
</item>

<item>
<title>Revisiting CSS border&amp;image</title>
<link>https://blog.isfidev.com/revisiting-css-border-image</link>
<guid>https://blog.isfidev.com/revisiting-css-border-image</guid>
<description><![CDATA[ I’ve used border-image regularly. Yet, it remains one of the most underused CSS tools, and I can’t, for the life of me, figure out why. Is it possible that people steer clear of border-image because its syntax is awkward and unintuitive? Perhaps it’s because most explanations don’t solve the type of creative implementation problems that most people need to solve. Most likely, it’s both.

Revisiting CSS border-image originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202503/image_870x580_67e4949579782.jpg" length="48309" type="image/jpeg"/>
<pubDate>Thu, 27 Mar 2025 05:58:12 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Revisiting, CSS, border-image</media:keywords>
</item>

<item>
<title>Support Logical Shorthands in CSS</title>
<link>https://blog.isfidev.com/support-logical-shorthands-incss</link>
<guid>https://blog.isfidev.com/support-logical-shorthands-incss</guid>
<description><![CDATA[ There’s a bit of a blind spot when working with CSS logical properties concerning shorthands.

Support Logical Shorthands in CSS originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202503/image_870x580_67e4949422cd1.jpg" length="35992" type="image/jpeg"/>
<pubDate>Thu, 27 Mar 2025 05:58:11 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Support, Logical, Shorthands, in CSS</media:keywords>
</item>

<item>
<title>Case Study: Combining Cutting&amp;Edge CSS Features Into a “Course Navigation” Component</title>
<link>https://blog.isfidev.com/case-study-combining-cutting-edge-css-features-into-a-course-navigation-component</link>
<guid>https://blog.isfidev.com/case-study-combining-cutting-edge-css-features-into-a-course-navigation-component</guid>
<description><![CDATA[ Having been tasked with creating a UI component for navigating the content of an online course, Daniel found himself neck-deep in a pool of new CSS features that he wound up using on the project.

Case Study: Combining Cutting-Edge CSS Features Into a “Course Navigation” Component originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202503/image_870x580_67e49492dc029.jpg" length="55030" type="image/jpeg"/>
<pubDate>Thu, 27 Mar 2025 05:58:09 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Case, Study:, Combining, Cutting-Edge, CSS, Features, Into, “Course, Navigation”, Component</media:keywords>
</item>

<item>
<title>Left Half and Right Half Layout – Many Different Ways</title>
<link>https://blog.isfidev.com/left-half-and-right-half-layout-many-different-ways</link>
<guid>https://blog.isfidev.com/left-half-and-right-half-layout-many-different-ways</guid>
<description><![CDATA[ Imagine a scenario where you need to split a layout in half. Basically two equal height columns are needed inside of a container. Each side takes up exactly half of the container. Like many things in CSS, there are a number of ways to go about this.

Left Half and Right Half Layout – Many Different Ways originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202411/image_870x580_6738f9cd606a0.jpg" length="72043" type="image/jpeg"/>
<pubDate>Sun, 17 Nov 2024 02:00:10 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Left, Half, and, Right, Half, Layout, –, Many, Different, Ways</media:keywords>
</item>

<item>
<title>Come to the light&amp;dark() Side</title>
<link>https://blog.isfidev.com/come-to-the-light-dark-side</link>
<guid>https://blog.isfidev.com/come-to-the-light-dark-side</guid>
<description><![CDATA[ Dark mode interfaces have matured a lot in the past few years. We all know the &quot;traditional&quot; approach using media queries but in this article, Sara Joy demonstrates modern CSS features that make respecting user color scheme preferences pretty darn easy.

Come to the light-dark() Side originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202411/image_870x580_6738f9ca7377c.jpg" length="64614" type="image/jpeg"/>
<pubDate>Sun, 17 Nov 2024 02:00:07 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Come, the, light-dark, Side</media:keywords>
</item>

<item>
<title>Tooltip Best Practices</title>
<link>https://blog.isfidev.com/tooltip-best-practices</link>
<guid>https://blog.isfidev.com/tooltip-best-practices</guid>
<description><![CDATA[ What are tooltips, exactly? There&#039;s two kinds and the one you use has implications on the user experience, as Zell illustrates in this explainer on best practices.

Tooltip Best Practices originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202411/image_870x580_6738f9c764d82.jpg" length="63990" type="image/jpeg"/>
<pubDate>Sun, 17 Nov 2024 02:00:04 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Tooltip, Best, Practices</media:keywords>
</item>

<item>
<title>State of CSS 2024 Results</title>
<link>https://blog.isfidev.com/state-of-css-2024-results</link>
<guid>https://blog.isfidev.com/state-of-css-2024-results</guid>
<description><![CDATA[ The results from this year&#039;s survey are fairly fresh off the presses. We took a little time to sit with them and jot down some things we noticed and found interesting.

State of CSS 2024 Results originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Sun, 17 Nov 2024 02:00:03 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>State, CSS, 2024, Results</media:keywords>
</item>

<item>
<title>Web&amp;Slinger.css: Like Wow.js But With CSS&amp;y Scroll Animations</title>
<link>https://blog.isfidev.com/web-slingercss-like-wowjs-but-with-css-y-scroll-animations</link>
<guid>https://blog.isfidev.com/web-slingercss-like-wowjs-but-with-css-y-scroll-animations</guid>
<description><![CDATA[ Can we recreate a JavaScript library for scrolling animations with a modern CSS approach using CSS Scroll-Driven Animations? Yes. Yes, we can.

Web-Slinger.css: Like Wow.js But With CSS-y Scroll Animations originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202411/image_870x580_6738f9c2e01ae.jpg" length="82145" type="image/jpeg"/>
<pubDate>Sun, 17 Nov 2024 01:59:59 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Web-Slinger.css:, Like, Wow.js, But, With, CSS-y, Scroll, Animations</media:keywords>
</item>

<item>
<title>Fluid Everything Else</title>
<link>https://blog.isfidev.com/fluid-everything-else</link>
<guid>https://blog.isfidev.com/fluid-everything-else</guid>
<description><![CDATA[ We can apply the concept of fluid typography to almost anything. This way we can have a layout that fluidly changes with the size of its parent container. Few users will ever see the transition, but they will all appreciate the results. Honestly, they will.

Fluid Everything Else originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202411/image_870x580_6738f9bfb9c05.jpg" length="63714" type="image/jpeg"/>
<pubDate>Sun, 17 Nov 2024 01:59:57 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Fluid, Everything, Else</media:keywords>
</item>

<item>
<title>Popping Comments With CSS Anchor Positioning and View&amp;Driven Animations</title>
<link>https://blog.isfidev.com/popping-comments-with-css-anchor-positioning-and-view-driven-animations</link>
<guid>https://blog.isfidev.com/popping-comments-with-css-anchor-positioning-and-view-driven-animations</guid>
<description><![CDATA[ The State of CSS 2024 survey wrapped up and the results are interesting, as always. Even though each section is worth analyzing, we are usually most hyped about the section on the most used CSS features. And if you …

Popping Comments With CSS Anchor Positioning and View-Driven Animations originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202411/image_870x580_6738f9bd46707.jpg" length="70848" type="image/jpeg"/>
<pubDate>Sun, 17 Nov 2024 01:59:54 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Popping, Comments, With, CSS, Anchor, Positioning, and, View-Driven, Animations</media:keywords>
</item>

<item>
<title>The Different (and Modern) Ways to Toggle Content</title>
<link>https://blog.isfidev.com/thedifferent-andmodern-ways-totogglecontent</link>
<guid>https://blog.isfidev.com/thedifferent-andmodern-ways-totogglecontent</guid>
<description><![CDATA[ Let’s spend some time looking at disclosures, the Dialog API, the Popover API, and more. We’ll look at the right time to use each one depending on your needs. Modal or non-modal? JavaScript or pure HTML/CSS? Not sure? Don’t worry, we’ll go into all that.

The Different (and Modern) Ways to Toggle Content originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202411/image_870x580_6738f9b9f3f1e.jpg" length="70890" type="image/jpeg"/>
<pubDate>Sun, 17 Nov 2024 01:59:51 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>The Different, and Modern, Ways, to Toggle Content</media:keywords>
</item>

<item>
<title>Tim Brown: Flexible Typesetting is now yours, for free</title>
<link>https://blog.isfidev.com/tim-brown-flexible-typesetting-is-now-yours-for-free</link>
<guid>https://blog.isfidev.com/tim-brown-flexible-typesetting-is-now-yours-for-free</guid>
<description><![CDATA[ Another title from A Book Apart has been re-released for free. The latest? Tim Brown&#039;s Flexible Typesetting. I may not be the utmost expert on typography and its best practices but I do remember reading this book (it&#039;s still on the shelf next to me!) thinking maybe, just maybe, I might be able to hold a conversation about it with Robin when I finished it.

Tim Brown: Flexible Typesetting is now yours, for free originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202411/image_870x580_6738f9b71fd64.jpg" length="83709" type="image/jpeg"/>
<pubDate>Sun, 17 Nov 2024 01:59:48 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Tim, Brown:, Flexible, Typesetting, now, yours, for, free</media:keywords>
</item>

<item>
<title>Anchoreum: A New Game for Learning Anchor Positioning</title>
<link>https://blog.isfidev.com/anchoreum-a-new-game-for-learning-anchor-positioning</link>
<guid>https://blog.isfidev.com/anchoreum-a-new-game-for-learning-anchor-positioning</guid>
<description><![CDATA[ You&#039;ve played Flexbox Froggy before, right? Or maybe Grid Garden? They&#039;re both absolute musts for learning the basics of modern CSS layout using Flexbox and CSS Grid. Thomas Park made those and he&#039;s back with another game: Anchoreum.

Anchoreum: A New Game for Learning Anchor Positioning originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Sun, 17 Nov 2024 01:59:47 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Anchoreum:, New, Game, for, Learning, Anchor, Positioning</media:keywords>
</item>

<item>
<title>CSS Masonry &amp;amp; CSS Grid</title>
<link>https://blog.isfidev.com/css-masonry-css-grid</link>
<guid>https://blog.isfidev.com/css-masonry-css-grid</guid>
<description><![CDATA[ An approach for creating masonry layouts in vanilla CSS is one of those “holy grail” aspirations. I actually tend to plop masonry and the classic “Holy Grail” layout in the same general era of web design. They’re different types of …

CSS Masonry &amp; CSS Grid originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202410/image_870x580_670d89edd8e45.jpg" length="75618" type="image/jpeg"/>
<pubDate>Tue, 15 Oct 2024 03:15:23 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>CSS, Masonry, CSS, Grid</media:keywords>
</item>

<item>
<title>CSS Anchor Positioning Guide</title>
<link>https://blog.isfidev.com/css-anchor-positioning-guide</link>
<guid>https://blog.isfidev.com/css-anchor-positioning-guide</guid>
<description><![CDATA[ Learn about CSS Anchor Positioning, including its syntax, properties, how it is used to position one element next to another, and even how it&#039;s used to resize elements relative to other elements.

CSS Anchor Positioning Guide originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Tue, 15 Oct 2024 03:15:20 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>CSS, Anchor, Positioning, Guide</media:keywords>
</item>

<item>
<title>Catching Up on the WordPress </title>
<link>https://blog.isfidev.com/catching-up-on-the-wordpress-wp-engine-sitch</link>
<guid>https://blog.isfidev.com/catching-up-on-the-wordpress-wp-engine-sitch</guid>
<description><![CDATA[ Many of you — perhaps most of you — have been sitting on the sidelines while WordPress and WP Engine trade legal attacks on one another. It’s been widely covered as we watch it unfold in the open; ironically, in …

Catching Up on the WordPress  ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Tue, 15 Oct 2024 03:15:19 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Catching, the, WordPress</media:keywords>
</item>

<item>
<title>The Proliferation and Problem of the ✨ Sparkles ✨ Icon</title>
<link>https://blog.isfidev.com/the-proliferation-and-problem-of-the-sparkles-icon</link>
<guid>https://blog.isfidev.com/the-proliferation-and-problem-of-the-sparkles-icon</guid>
<description><![CDATA[ Kate Kaplan hits on something over at Nielsen Norman Group’s blog that’s been bugging me:

The challenge with this icon is sparkle ambiguity: Participants in our recent research study generally agreed that it represented something a little special

…

The Proliferation and Problem of the ✨ Sparkles ✨ Icon originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Tue, 15 Oct 2024 03:15:17 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>The, Proliferation, and, Problem, the, ✨, Sparkles, ✨, Icon</media:keywords>
</item>

<item>
<title>Searching for a New CSS Logo</title>
<link>https://blog.isfidev.com/searching-for-a-new-css-logo</link>
<guid>https://blog.isfidev.com/searching-for-a-new-css-logo</guid>
<description><![CDATA[ There is an amazing community effort happening in search of a new logo for CSS. I was a bit skeptical at first, as I never really considered CSS a “brand.” Why does it need a logo? For starters, the current …

Searching for a New CSS Logo originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202410/image_870x580_670d89e509ecc.jpg" length="70675" type="image/jpeg"/>
<pubDate>Tue, 15 Oct 2024 03:15:14 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Searching, for, New, CSS, Logo</media:keywords>
</item>

<item>
<title>Recipes for Detecting Support for CSS At&amp;Rules</title>
<link>https://blog.isfidev.com/recipes-for-detecting-support-for-css-at-rules</link>
<guid>https://blog.isfidev.com/recipes-for-detecting-support-for-css-at-rules</guid>
<description><![CDATA[ The @supports at-rule has been extended several times since its initial release. Once only capable of checking support for property/value pairs, it can now check for a selector using the selector() wrapper function and different font formats and techs using …

Recipes for Detecting Support for CSS At-Rules originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202410/image_870x580_670d89e1edc2a.jpg" length="71753" type="image/jpeg"/>
<pubDate>Tue, 15 Oct 2024 03:15:11 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Recipes, for, Detecting, Support, for, CSS, At-Rules</media:keywords>
</item>

<item>
<title>Smashing Hour With Heydon Pickering</title>
<link>https://blog.isfidev.com/smashing-hour-with-heydon-pickering</link>
<guid>https://blog.isfidev.com/smashing-hour-with-heydon-pickering</guid>
<description><![CDATA[ I sat down with Heydon Pickering in the most recent episode of the Smashing Hour. Full transparency: I was nervous as heck. I’ve admired Heydon’s work for years, and even though we run in similar circles, this was our first …

Smashing Hour With Heydon Pickering originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com" length="4096" type="image/jpeg"/>
<pubDate>Tue, 15 Oct 2024 03:15:10 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Smashing, Hour, With, Heydon, Pickering</media:keywords>
</item>

<item>
<title>2024: More CSS At&amp;Rules Than the Past Decade Combined</title>
<link>https://blog.isfidev.com/2024-more-css-at-rules-than-the-past-decade-combined</link>
<guid>https://blog.isfidev.com/2024-more-css-at-rules-than-the-past-decade-combined</guid>
<description><![CDATA[ More times than I can count, while writing, I get myself into random but interesting topics with little relation to the original post. In the end, I have to make the simple but painful choice of deleting or archiving hours …

2024: More CSS At-Rules Than the Past Decade Combined originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202410/image_870x580_670d89ddcd4aa.jpg" length="64445" type="image/jpeg"/>
<pubDate>Tue, 15 Oct 2024 03:15:07 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>2024:, More, CSS, At-Rules, Than, the, Past, Decade, Combined</media:keywords>
</item>

<item>
<title>WPGraphQL Becomes a Canonical Plugin: My Move to Automattic</title>
<link>https://blog.isfidev.com/wpgraphql-becomes-a-canonical-plugin-my-move-to-automattic</link>
<guid>https://blog.isfidev.com/wpgraphql-becomes-a-canonical-plugin-my-move-to-automattic</guid>
<description><![CDATA[ It’s always a gas when a good person doing good work gets a good deal. In this case, Jason’s viral WPGraphQL plugin has not only become a canonical WordPress plugin, but creator Jason Bahl is joining Automattic as well.
I’m …

WPGraphQL Becomes a Canonical Plugin: My Move to Automattic originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202410/image_870x580_670d89dadf187.jpg" length="80626" type="image/jpeg"/>
<pubDate>Tue, 15 Oct 2024 03:15:04 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>WPGraphQL, Becomes, Canonical, Plugin:, Move, Automattic</media:keywords>
</item>

<item>
<title>CSS Tricks That Use Only One Gradient</title>
<link>https://blog.isfidev.com/css-tricks-that-use-only-one-gradient</link>
<guid>https://blog.isfidev.com/css-tricks-that-use-only-one-gradient</guid>
<description><![CDATA[ CSS gradients have been so long that there’s no need to rehash what they are and how to use them. You have surely encountered them at some point in your front-end journey, and if you follow me, you also …

CSS Tricks That Use Only One Gradient originally published on CSS-Tricks, which is part of the DigitalOcean family. You should get the newsletter. ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202410/image_870x580_670d89d7c352e.jpg" length="74632" type="image/jpeg"/>
<pubDate>Tue, 15 Oct 2024 03:15:00 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>CSS, Tricks, That, Use, Only, One, Gradient</media:keywords>
</item>

<item>
<title>Membuat Animasi Sederhana dengan CSS Isfiblog</title>
<link>https://blog.isfidev.com/membuat-animasi-sederhana-dengan-css-isfiblog</link>
<guid>https://blog.isfidev.com/membuat-animasi-sederhana-dengan-css-isfiblog</guid>
<description><![CDATA[ Membuat Animasi Sederhana dengan CSS: Panduan Praktis untuk Mempercantik Situs Web Anda ]]></description>
<enclosure url="http://blog.isfidev.com/uploads/images/202403/image_870x580_65f5f0ad5ac3c.jpg" length="38721" type="image/jpeg"/>
<pubDate>Sun, 17 Mar 2024 09:19:22 +0700</pubDate>
<dc:creator>ahmadsofyan</dc:creator>
<media:keywords>Membuat Animasi Sederhana, Membuat Animasi, Panduan Praktis untuk Mempercantik Situs Web</media:keywords>
</item>

</channel>
</rss>