Html Css js Frontend projects
9.72K subscribers
1.23K photos
145 videos
65 files
179 links
Advertisements Contact meπŸ‘‡πŸ»
@We_D5

Hello everyone you can learn interesting facts about coding in this channel πŸ’»

Perfluence
Download Telegram
⌨️ Mastering JavaScript Arrays: From Basics To Best Practices
⌨️ Everything about JS Loops
πŸ‘1
Forwarded from Web design source code
Tailwind CSS v4 brings a cleaner approach to arbitrary values, no more escaping calc() or var()!

Native CSS functions are now first-class citizens, making your styles faster, smarter, and more compatible. Let’s explore how to migrate and modernize your utilities.
Forwarded from Web design source code
πŸ”° Modern RGB Syntax

πŸ”™ A new syntax for defining colors in RGB was introduced a while back in #css

This addresses some issues with the existing rgb() function and makes it more user friendly

πŸ‘‰ Using space instead of comma to be in line with other CSS functions

πŸ‘‰ No separate rgb() and rgba() functions, you can now definite both using single rgb() functions

πŸ‘‰ Improves readability when using transparency (alpha), which is now separated using /

πŸ‘‰ You can use percentage values!
Forwarded from Web design source code
⌨️ CSS: Customize List Markers

If you are looking to spice up 🌢 your lists in css , then the ::marker pseudo element is the perfect friend.

This element supports a selective few properties that you can override, such as the content itself (as seen in this example) or text and color properties, like font family, size etc ...

This is applicable to both unordered and ordered lists!
Forwarded from Web design source code
πŸ“ƒ REST API Operation