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
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.
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
#meme
π€£173π17π14β€12π€©5
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
Forwarded from Linkedin Learning
Final Results
51%
π» Programming and Coding Tutorials (Java, Python, C, C++, C#,...)
26%
π¨ Design Tutorials (Photoshop, Adobe Illustrator, After Effects, Figma, Canva...)
27%
π Finance and Business Tools (Excel, Power BI, Google Sheets, QuickBooks, SAP...)
14%
ποΈ Health and Fitness Tutorials (Workouts, Nutrition, Meditation, Yoga...)
25%
π English Language Learning (Grammar, Vocabulary, Speaking, Writing Skills...)
π74π8π€‘7β€6π₯2
The @property rule, part of the CSS Houdini umbrella of APIs, is now fully supported across all modern browsers.
Browser Support:
Please open Telegram to view this post
VIEW IN TELEGRAM
π27β€8
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
π’ 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! π
π 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
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
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
β¨ 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
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