Web Development
134K subscribers
710 photos
74 videos
571 files
155 links
Learn to code and become a Web Developer with HTML, CSS, JavaScript, React, Node.js

πŸ’³ Paid ads: https://telega.io/c/Webdev_Trainings
Download Telegram
πŸ”° Auto fill Pseudo Element in CSS

Default browser highlights in auto-filled fields can clash with a site’s design. By leveraging the :-webkit-autofill pseudo-class, developers can override these styles and ensure consistent branding across modern browsers.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❀32πŸ‘4
πŸ’» Web Developer Skills
Please open Telegram to view this post
VIEW IN TELEGRAM
❀59πŸ”₯17πŸ‘12
πŸ”… Designing Product Interaction

πŸ“ Embark on a comprehensive journey through the world of design thinking and user experience (UX) design for interactive digital products.

🌐 Author: Diane Cronenwett
πŸ”° Level: Beginner + Intermediate
⏰ Duration: 57m

πŸ“‹ Topics: Product Design, User Experience Design, Interaction Design

πŸ”— Join Web Development for more courses
Please open Telegram to view this post
VIEW IN TELEGRAM
❀22πŸ”₯2
Designing Product Interaction.zip
113.1 MB
πŸ“±Web Development
πŸ“±Designing Product Interaction
Please open Telegram to view this post
VIEW IN TELEGRAM
❀14πŸ‘2πŸ”₯1
πŸ”° Image Opacity in CSS

Once you start using it in different contexts, you realize it’s a small tweak that can make a big difference in user experience, design aesthetics, and even performance optimization.
Please open Telegram to view this post
VIEW IN TELEGRAM
❀32πŸ‘6
Assume you have a 5x5 grid in CSS. There are items spanning different sizes, but no fixed to any specific position.

🀩 For such cases, using a "dense" mode for grid-auto-flow property allows you to "fill in the gaps" created by previous elements, by pushing latter elements that fit into the gap

πŸ–Ό This could be helpful for things like an image gallery, where you have random sizes of elements

πŸ“ Sample code snippet:
.grid {
grid-template-rows: repeat(5, 10rem);
grid-template-columns: repeat(5, 10rem);
}

.item-2 {
grid-row-end: span 2;
grid-column-end: span 2;
}
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❀24πŸ‘5πŸ”₯2
πŸ”… CSS: Selectors

πŸ“ Learn how to leverage the power of selectors to select the elements you want to style without adding classes, changing HTML, or getting overly specific with your selectors.

🌐 Author: Jen Kramer
πŸ”° Level: Intermediate
⏰ Duration: 2h 19m

πŸ“‹ Topics: Cascading Style Sheets

πŸ”— Join Web Development for more courses
Please open Telegram to view this post
VIEW IN TELEGRAM
❀10πŸ‘10
CSS: Selectors.zip
328.3 MB
πŸ“±Web Development
πŸ“±CSS: Selectors
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”₯10❀6
πŸ”° HTML Cheatsheet 2026 With Examples
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
1❀60πŸ‘11πŸ”₯1