Html Css js Frontend projects
9.93K subscribers
1.08K photos
138 videos
64 files
172 links
Advertisements Contact meπŸ‘‡πŸ»
@We_D5

Hello everyone you can learn interesting facts about coding in this channel πŸ’»

Perfluence
Download Telegram
πŸ”΅ CSS Grids explained
✍2πŸ‘2
✨ Some modern CSS features you should check out right now if you haven't already! ✨

Here are four of my favorite recently added features in CSS, introduced during the past year and slowly getting stable across all browsers.
πŸ‘2
⌨️ Anatomy of CSS
You might be using CSS for a long time, but did you know what each part of it is called? Here is a breakdown! ✨
πŸ‘2
⌨️ OKLCH in CSS!!

OKLCH offers more predictable lightness and smoother gradients compared to HSL and RGB.
πŸ‘1
⌨️ Anchor Positioning in CSS!!

The CSS Anchor Positioning API is still under development and considered experimental. Browser support is limited, but there's a polyfill available for wider implementation.
πŸ‘3
This media is not supported in your browser
VIEW IN TELEGRAM
⌨️ Flexbox auto-margin

For aligning items of a flexbox along the cross axis, we have the align-self property. Have you wondered why we don't have an equivalent justify-self for flexbox? πŸ€”

It is because justifying an individual item doesn't make that much sense. What happened to the neighboring elements, let's say, if you apply justify-self: end to an element?

πŸ‘‰ Instead CSS allows you to define the value 'auto' for margin to create this desired effect.

When you define margin: auto, it means, create a margin that is as large as the available free space.

This helps us to kind of push the element away from all the other elements in the flexbox!
πŸ‘2❀1
πŸ– 8 Super useful HTML tips & tricks that every Developer should know about
πŸ‘1