Web Development
131K subscribers
565 photos
58 videos
541 files
110 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
codes.zip
4.1 KB
📦 Codes: The Joy of CSS Grid - Build 3 Beautifully Simple Responsive Layouts
17🔥2
🔅 Let's Make a chip in CSS

🔗 Web Development
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
30👍7🔥1
⌨️ Useful CSS grid cheat sheet

You’ve seen this many times. But practice makes perfect, right?
Please open Telegram to view this post
VIEW IN TELEGRAM
52👍16🔥11
🔅 CSS Clamp

clamp(minimum, preferred, maximum);


In this example, the preferred value is 50%.

On the left 50% of the 400px viewport is 200px, which is less than the 300px minimum value that gets used instead.

On the right, 50% of the 1400px viewport equals 700px, which is greater than the minimum value and lower than the 800px maximum value, so it equates to 700px.
19
🔅 CSS Clamp is the future
6
🔅 CSS Clamp and font-size

p {
font-size: clamp(1rem, 4vw, 1.5rem);
}
15👍4
🔰 All CSS Functions
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
21👍10🔥3
Media is too big
VIEW IN TELEGRAM
🔰 5 CSS Tips & Tricks for better Responsive Web Design

You will learn elegant solutions for everyday css problems and productive shorthands for responsive web design, How to implement modern css features like min() clamp() or the aspect-ratio property. How to achieve responsive padding, and responsive font-sizes with CSS only and without media queries. You will also learn about accessibility and many modern css features.
Please open Telegram to view this post
VIEW IN TELEGRAM
8👍4🔥3