Html Css js Frontend projects
9.83K subscribers
1.06K photos
137 videos
64 files
173 links
Advertisements Contact meπŸ‘‡πŸ»
@We_D5

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

Perfluence
Download Telegram
πŸ”° Did you know that CSS works even inside console.log()

Some cases where I have seen this being used in real life is for showing a warning for self XSS attacks - asking regular web users not to paste random code inside the dev console (yes, that's an actual attack)
πŸ‘3❀1
This media is not supported in your browser
VIEW IN TELEGRAM
πŸ”° CSS Tip

Do you have an image that is not exactly the same size as what you want to render it as?

Just turn on the object-fit propery to cover for the image element!

This property ensures that irrespective of the dimension of the image element, the contents fully covers the element without any distortion.

πŸ‘‰ Without this, the content would be stretched to fit the element
πŸ‘2
Media is too big
VIEW IN TELEGRAM
πŸ”… Crazy Text Animation with CSS and SVG

In this video with the topic Crazy Text Animation with CSS and SVG, I will share with everyone an extremely interesting idea to create text animation without using javascript. By combining vector SVG and CSS, we will create an extremely impressive text animation.
❀1
πŸ”° Infinite Scrolling with JavaScript
πŸ”° JS Programs For Interviews & Practice

The best way to learn JavaScript is by practicing examples. In this post, I have posted some basic programs for internships purpose and practice. Hope you like it.
πŸ‘1
Forwarded from Web design source code
Media is too big
VIEW IN TELEGRAM
πŸ”… 10 CSS PRO Tips and Tricks you NEED to know
❀2πŸ‘1
πŸ”° HTML File Paths Explanation
❀1πŸ‘1
πŸ”° Its time to say goodbye to these JS libraries in 2025.
Did you know that DevTools can help you to find out if any CSS property you have added doesn't have any effect?

It provides some useful hints too stating the reason and how to fix it!