Web Development
133K subscribers
763 photos
76 videos
589 files
176 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
A quick way to create a chat message element in css

πŸ‘‰ One confusing part might be the clip-path, it is used to clip an element to a particular shape

In this case, the shape is a triangle with three points - top left (0 0), top right (100% 0) and bottom left (0 100%)
❀16πŸ‘4πŸ”₯1
πŸ”… CSS: Images

πŸ“ Learn how to manipulate images and shapes to create distinctive visual effects in CSS.

🌐 Author: Carrie Dils
πŸ”° Level: Advanced
⏰ Duration: 2h 10m

πŸ“‹ Topics: Cascading Style Sheets

πŸ”— Join Web Development for more courses
Please open Telegram to view this post
VIEW IN TELEGRAM
❀8
Please open Telegram to view this post
VIEW IN TELEGRAM
❀13
πŸ”° Zoom Over in CSS
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❀13πŸ‘6
πŸ”° Divider between items in CSS

Want to add dividers between items? But unsure how to handle the last element? This snippet is for you!


This also features the very cool inline direction selection property 🀩 check it out if you haven't already, they are quite useful
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘11❀6πŸ”₯2
πŸ”° Container Queries Explained

Container queries make components truly smart. They adapt to their space, not the screen.


Once you use them, layout bugs feel like a thing of the past.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
❀12πŸ‘4
πŸ”… CSS: Inheritance, Specificity, and the Cascade

πŸ“ Understand the C in CSSβ€”the cascadeβ€”and how its three parts work together to determine the style of a website or document.

🌐 Author: Jen Kramer
πŸ”° Level: Intermediate
⏰ Duration: 1h 36m

πŸ“‹ Topics: Cascading Style Sheets

πŸ”— Join Web Development for more courses
Please open Telegram to view this post
VIEW IN TELEGRAM
❀8
CSS: Inheritance, Specificity, and the Cascade.zip
266.6 MB
πŸ“±Web Development
πŸ“±CSS: Inheritance, Specificity, and the Cascade
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ”° CSS Trick: Aligning Icons to text

Try this the next time when you are placing an icon next to some text in CSS.


Instead of using the em unit to make the icon the same size as the text, try using the cap unit 🀩

1em is equal to the font size, which is not a direct measurement of the height of the letters

However, 1cap is the size of a capital letter of the font, which helps to neatly align the icon with the text.

⚠️ You may also need flex and align baseline to achieve an alignment as demonstrated above!
Please open Telegram to view this post
VIEW IN TELEGRAM
❀5πŸ‘2