Web Development: HTML, CSS, JavaScript, PHP, React, NextJs and More
14.2K subscribers
292 photos
13 videos
275 files
179 links
Web Development: HTML, CSS, JavaScript, PHP, React, NextJs and More

Buy ads: https://telega.io/c/WebDev201
Download Telegram
🔰 How to Use Rem Units in CSS

Rem units in CSS can be used for setting font sizes, margins, padding, widths, and heights relative to the root element's font-size.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
7
🔅 Building a Website with Node.js and Express.js

📝 Learn how to build dynamic websites with Node.js and Express.js, a popular web server framework.

🌐 Author: Daniel Khan
🔰 Level: Beginner
Duration: 3h 10m

📋 Topics: Express.js, Node.js

🔗 Join Web Development for more courses
Please open Telegram to view this post
VIEW IN TELEGRAM
10
Building a Website with Node.js and Express.js.zip
475.5 MB
📱Web Development
📱🆕 Building a Website with Node.js and Express.js
Please open Telegram to view this post
VIEW IN TELEGRAM
4
This media is not supported in your browser
VIEW IN TELEGRAM
The aspect-ratio property in CSS addresses a long standing problem in CSS - creating square elements 😁
5👍1
⌨️ CSS Flexbox justify-content

Example:
.element {
display: flex;
justify-content:space-between;
}
Please open Telegram to view this post
VIEW IN TELEGRAM
10
Media is too big
VIEW IN TELEGRAM
🔅 Learn CSS Flexbox in 20 Minutes (Course)

Learn how to create responsive websites with this CSS Flexbox Beginner Course. Display: flex; explained in 20 minutes.


In this CSS Flexbox Crash Course for beginners you are going to learn about responsive web design by getting CSS Flexbox explained. How to use display: flex plays a major rule in making a website responsive, resize elements, wrap elements and align html elements anywhere inside a div. Of course you are also going to learn how to center a div.
9
🔅 Learning GraphQL

📝 Learn how to use GraphQL as a query language for APIs.

🌐 Author: Eve Porcello
🔰 Level: Intermediate
Duration: 1h 9m

📋 Topics: GraphQL

🔗 Join Web Development for more courses
Please open Telegram to view this post
VIEW IN TELEGRAM
5
Want to make your CSS snippets from ordinary to extraordinary? Well here are some small tips and tricks you can use leveraging modern CSS syntax!
🔥54
An idea I stole from MDN website 😛 how to setup a fade out for long text in article cards, etc

The trick is to create a psuedo element that is placed in a manner to cover only the last line, and add a horizontal gradient, from full transparent to background color (white)

💡 You could also use CSS custom properties to avoid referring to 1.5rem multiple times
9