Web Development
131K subscribers
571 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
⌨️ Cursor in CSS

Used to specify the type of cursor to be displayed when pointing over an element.
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘29❀15πŸ₯°2πŸ”₯1😁1
πŸ‘©β€πŸ’» πŸ‘©β€πŸ’» CSS Selectors

A thorough, complete guide/reference covering all of the various methods we have to select elements in CSS (such as pseudo-selectors, nested selectors, attribute selectors, etc) and how to use them for applying styles.

πŸ”— Link to the article
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘19πŸ”₯8❀1
This media is not supported in your browser
VIEW IN TELEGRAM
Every coder’s basic need πŸ‘€
#meme
🀣173😁17πŸ‘14❀12🀩5
⌨️ counter() in CSS

You can use counter() to create fancy step-by-step instructions or multi-level nested lists with custom numbering schemes.
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘30❀5
πŸ‘©β€πŸ’» @property: Next-Gen CSS Variables Now with Universal Browser Support

The @property rule, part of the CSS Houdini umbrella of APIs, is now fully supported across all modern browsers.


Browser Support:

πŸ‘©β€πŸ’»85 πŸ‘©β€πŸ’»85 πŸ‘©β€πŸ’»128 πŸ‘©β€πŸ’»16.4

πŸ”— Link to the article
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘27❀8
⌨️ Glass Effect in CSS

To create a glass effect (also known as a glassmorphism effect) in CSS, you can use a combination of properties including background, backdrop-filter, box-shadow, and border.
Please open Telegram to view this post
VIEW IN TELEGRAM
❀57πŸ‘19πŸ”₯8πŸ‘Ž1😁1
Linkedin Learning
πŸ“Š Poll: What New Telegram Channel Should We Create for Our Next Project?
πŸ“’ Announcement! πŸ“’

πŸŽ‰ The votes are in, and the winner is: Programming and Coding Tutorials Channel! πŸ’»βœ¨

πŸš€ We’ll be creating this channel as soon as possible, so stay tuned and stay connected for updates!

🌟 Thank you all for your participation and support! πŸ™Œ
πŸ‘72πŸ”₯14🀑12❀7πŸ₯΄3
⌨️ Scroll-driven animations in CSS!!

Lets you create partial or full-page visuals with elements animating into and within the viewport, also known as scrollytelling, for dynamic visual impact.
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘67❀16πŸ‘Ž4
Recently, CSS has supported "logical" direction based properties for margin, padding, border, etc!

Previous to this, we were able to define properties based on physical directions like left, right, etc. This was a problem when different writing modes come into play, such as Arabic which is written from right to left, or traditional Chinese, Japanese, which are written from top to bottom.

πŸ‘‰ These new properties automatically adjust to the writing mode without the need for media queries.

"block" indicates main axis of writing mode (top to bottom for English)

"inline" indicates the cross axis of the writing mode (left to right for English)

You can combine this to create different properties for margin, padding, border, size and inset

πŸ‘‰ margin-block-end
πŸ‘‰ padding-inline
πŸ‘‰ border-inline-start
πŸ‘‰ inline-size
πŸ‘‰ block-size

✨ This also has the benefit that it provides shorthands like margin-inline which sets both left and right margin
❀30πŸ‘20πŸ‘Ž1πŸ”₯1
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
❀41πŸ‘20🀣8🌚6πŸ”₯2
⌨️ Shimmering Badge

Here is a simple implementation for a shimmering badge to grab the attention of your audience!

⚠️ Although not mentioned in this post, it is important to respect user's preferences regarding animations and enable this only when they are okay with animations. You can check for this using the prefers reduced motion media queries.
Please open Telegram to view this post
VIEW IN TELEGRAM
Please open Telegram to view this post
VIEW IN TELEGRAM
πŸ‘31❀14πŸ‘1