en
Feedback
Html Css js Frontend projects

Html Css js Frontend projects

Open in Telegram

Advertisements Contact meπŸ‘‡πŸ» @We_D5 Hello everyone you can learn interesting facts about coding in this channel πŸ’» Perfluence

Show more
9 725
Subscribers
No data24 hours
-27 days
-2330 days
Posts Archive
πŸ’‘ Why do you need Backlinks? Focus on building quality links through strategic outreach and exceptional content to boost you
+6
πŸ’‘ Why do you need Backlinks?
Focus on building quality links through strategic outreach and exceptional content to boost your site's credibility, traffic, and search rankings.

βœ…Skills Animation 🀹 πŸ“download Source code πŸ‘‡ https://1024terabox.com/s/1yz7-cp3juz8cfrEejwIt8w

βœ…Skills Animation 🀹 πŸ“download Source code πŸ‘‡ https://1024terabox.com/s/1yz7-cp3juz8cfrEejwIt8w

πŸ”° How to Detect orientation in CSS How to change your styling based on whether you are dealing with a vertical or horizontal
πŸ”° How to Detect orientation in CSS How to change your styling based on whether you are dealing with a vertical or horizontal viewport in CSS πŸ”₯ This might come in handy for larger layout elements, such as a nav bars, or whether split sections should be split vertically or horizontally. ⚠️ Note that this doesn't give you the physical orientation of the device, just the viewport.

πŸ”° CSS Conditional Rules Write smarter CSS. Use @if rules to switch themes and variants cleanly.
+7
πŸ”° CSS Conditional Rules Write smarter CSS. Use @if rules to switch themes and variants cleanly.

πŸ”° Faster Loops in JavaScript Tired of slow loops in your JS apps? Let’s fix that. Here's your crash course on writing faster
+7
πŸ”° Faster Loops in JavaScript Tired of slow loops in your JS apps? Let’s fix that. Here's your crash course on writing faster iterations with real code examples. Your performance boost starts now.

βœ”οΈStay connected with all my channelπŸ‘‡
β•°β”ˆβž€https://t.me/addlist/P9rwCp2apfM1ZWJk
β•°β”ˆβž€https://t.me/addlist/P9rwCp2apfM1ZWJk

⌨️ JavaScript: 5 Useful Regex
+5
⌨️ JavaScript: 5 Useful Regex

βž• HTTP status codes crash course
βž• HTTP status codes crash course

πŸ’» Full stack developer roadmap
πŸ’» Full stack developer roadmap

πŸ“ƒ REST API Operation
πŸ“ƒ REST API Operation

⌨️ CSS: Customize List Markers If you are looking to spice up 🌢 your lists in css , then the ::marker pseudo element is the
⌨️ 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!

πŸ”° Modern RGB Syntax πŸ”™ A new syntax for defining colors in RGB was introduced a while back in #css This addresses some issue
+1
πŸ”° 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!

Tailwind CSS v4 brings a cleaner approach to arbitrary values, no more escaping calc() or var()! Native CSS functions are now
+6
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.

⌨️ Everything about JS Loops
+6
⌨️ Everything about JS Loops

⌨️ Mastering JavaScript Arrays: From Basics To Best Practices
+7
⌨️ Mastering JavaScript Arrays: From Basics To Best Practices

⌨️ Advanced JS Cheat sheet
+7
⌨️ Advanced JS Cheat sheet

πŸ”… Read JSON File into HTML with JavaScript Fetch API

πŸ–₯ Events in JavaScript Events are actions or occurrences that happen in the browser, often as a result of user interactions
+4
πŸ–₯ Events in JavaScript
Events are actions or occurrences that happen in the browser, often as a result of user interactions or other changes in the environment.