Html Css js Frontend projects
9.65K subscribers
998 photos
136 videos
64 files
171 links
Hello everyone you can learn interesting facts about coding in this channel πŸ’»

Perfluence
Download Telegram
Please open Telegram to view this post
VIEW IN TELEGRAM
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
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”° JavaScript Tip πŸ’‘: Add properties to an object based on a condition.
πŸ”° 7 JavaScript Concepts You Can’t Miss
A quick pro-tip, by the way 😁

:is() is so powerful in CSS πŸ”₯
JavaScript is everywhere. Millions of webpages are built on JS.

A few examples will help you understand the JavaScript Async-await function in this post.