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
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
πŸ”° Paper Overlay in CSS

The paper overlay effect in CSS can be used to give web content a realistic and engaging appearance, making it suitable for blog posts, portfolios, digital invitations, educational websites, presentations, product showcases, personal blogs, and event websites.
πŸ‘1
πŸ”… Browser Rendering Engine

The browser rendering engine is a critical system component that parses and interprets HTML, CSS, JavaScript, and various assets to construct the Document Object Model (DOM) and render tree.
πŸ‘1
πŸ”° JavaScript Tip πŸ’‘: Add properties to an object based on a condition.
πŸ”° 7 JavaScript Concepts You Can’t Miss
πŸ‘1
A quick pro-tip, by the way 😁

:is() is so powerful in CSS πŸ”₯
πŸ‘3πŸ”₯1
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.
❀2πŸ”₯1