Web Development
131K subscribers
568 photos
58 videos
542 files
113 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
🔅 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
33👍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
54👍17🔥12
🔅 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.
21
🔅 CSS Clamp is the future
7
🔅 CSS Clamp and font-size

p {
font-size: clamp(1rem, 4vw, 1.5rem);
}
17👍5
🔰 All CSS Functions
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
23👍12🔥6
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
16🔥8👍5
🔰 Blend modes in CSS

Blend modes allow you to create various visual effects, including mix and background blending, colored areas, duo-tone, halftone, scanned lines, and emboss effects.


You can also use blend modes to control how elements on a web page blend with their backgrounds or with other elements.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
16👍6🔥4