Shefali
banner
shefali.dev
Shefali
@shefali.dev
✍️Passionate about Simplifying Tech
📩DM for collab
𝕏 22K+ followers on X
➡️shefali.dev
➡️cssnippets.shefali.dev
➡️styleshift.shefali.dev
CSS Animations Cheatsheet🔥
May 3, 2025 at 6:28 AM
JavaScript Tip💡

You can use the JSON.parse() method to convert a JSON string back into a JavaScript object.

This is useful when you receive data in JSON format (like from a server) and want to work with it as a regular JavaScript object.
December 6, 2024 at 3:09 PM
December 4, 2024 at 1:39 PM
Button animation using HTML and CSS 🔥

Code below 👇🏻
December 4, 2024 at 1:39 PM
CSS Tip💡

You can use the ^= attribute selector to match elements whose attribute value starts with a specific string.
November 28, 2024 at 1:32 PM
CSS Tip💡

You can use the ~= attribute selector to select elements containing a whole word.
November 27, 2024 at 6:54 AM