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
πŸ˜‡We are pleased to have you join my second channelπŸ”₯


link Join πŸ‘‡
https://t.me/dx_3d
HTML/Javascript Tip πŸ’‘

You can build a calculator using the output element.

Just type the Javascript formula into the "oninput" parameter of the form element.
Basic Weather App using HTML, CSS and Javascript
Javascript - Array methods
CSS Fonts CheatsheetπŸ”₯
πŸ”₯1
🀩A new channel has been created in which useful things will be published in web design with of source code.πŸ”₯πŸ”₯

πŸ”—Channel join linkπŸ‘‡

https://t.me/Web_design3
❀4πŸ‘3
πŸ”° ComboBox Functionality with HTML

Integrating the element in your HTML forms enhances user experience by combining the simplicity of a dropdown with the flexibility of free text input, offering a powerful solution for modern combobox functionality.
⚑1❀1
πŸ”° Show popup before user closes the browser tab!

You can use this technique to show offers and discounts to the user before they leave the webpage which will help increase conversions.
Have you ever struggled to set 100% width on an item while also setting some margin for it I'm CSS? Once you know this trick you no longer have to!


πŸ‘‰ The "width" we set on CSS element is applied till the border of the element (content, padding and border)

But what if we want the element to have some margin as well but still fit inside the patent?

You may try to use some 🧠 math like calc(100% - 40px), but with the "stretch" keyword for the width property, CSS automatically does this for you.

πŸ”₯ This helps to easily fit an element inside it's parent even when it has some margin!
πŸ‘1
🀩A new channel has been created in which useful things will be published in web design with of source code.πŸ”₯πŸ”₯

πŸ”—Channel join linkπŸ‘‡

https://t.me/Web_design3
πŸ”° 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