5 Modern CSS Features You Should Know In 2024

  Рет қаралды 76,030

Academind

Academind

4 ай бұрын

:has() Selector, Container Queries, CSS Nesting, text-wrap:balance And :focus-visible - Quick & Easy Examples.
🗞️ Blog Post
academind.com/tutorials/5-mod...
🖥️ Official Website & Courses
academind.com/courses/
💬 Academind Community
academind.com/community
👋 Social Media
/ maxedapps
/ academind_real
/ academind_real
/ academindchannel
/ maximilian-schwarzmueller
/ manuel-lorenz-808b5185
/ academind-gmbh
/ academind-pro
/ academind_real
📝 Further Resources
Description: LINK

Пікірлер: 65
@nickyn1083
@nickyn1083 3 ай бұрын
0:01 Psuedo-selector :has() 1:24 Container Queries 3:30 CSS Nesting 4:15 Text-wrap balance 4:51 :focus-visible
@nitram_nosnibor
@nitram_nosnibor 2 ай бұрын
Superb short and sweet, I'll be using most of these now - thanks!!
@Alcaatraz01
@Alcaatraz01 4 ай бұрын
Great video. Thanks!
@Razax7
@Razax7 Ай бұрын
Thank you! These CSS features are amazing and you explained them extremely well.
@marcosgonzales2007
@marcosgonzales2007 Күн бұрын
Thanks for the tips!
@oyeibrahim
@oyeibrahim 4 ай бұрын
This is dope!
@Htbaa
@Htbaa 3 ай бұрын
CSS nesting requires the &-nesting selector when using elements e.g. `.something { & input {} }` but not for class selectors e.g. `.something { .else {} }`
@ratneshchandna
@ratneshchandna 3 ай бұрын
Thank you! This should be top comment.
@hcx1853
@hcx1853 4 ай бұрын
1. :has pseudo-selector 2. Container queries 3. CSS nesting 4. text-wrap: balance 5. :focus-visible
@kristopherlawson3893
@kristopherlawson3893 3 ай бұрын
Doing the lords work
@r31vlogs
@r31vlogs 4 ай бұрын
Sir please make a series of MERN Stack web development from beginner to advance.....Where you teach everything as full stack and make some responsive projects.
@js3671
@js3671 2 ай бұрын
The first tip helped me fix a bug on my page thank you!
@farruhzoirov871
@farruhzoirov871 3 ай бұрын
Great!
@deatho0ne587
@deatho0ne587 3 ай бұрын
Best part about text-wrap balance it is just a progressive enhancement. Meaning if it does not work your site will not 100% look different. Unlike some of the other stuff you meantioned.
@lasindunuwanga5292
@lasindunuwanga5292 4 ай бұрын
thanks
@prajwalkasar1309
@prajwalkasar1309 3 ай бұрын
Great 👍
@ekchills6948
@ekchills6948 3 ай бұрын
Tysm
@mooo2146
@mooo2146 4 ай бұрын
Hi max
@SuyashKrishnaDas108
@SuyashKrishnaDas108 4 ай бұрын
CSS Nesting! Finally!
@NoName-1337
@NoName-1337 3 ай бұрын
The syntax is a little bit odd. In my opinion they should implement a scss/sass/less style of nesting. The current one is very odd.
@dev_Ahmed_Samy
@dev_Ahmed_Samy 3 ай бұрын
Finally 🥳
@krunalpatel2228
@krunalpatel2228 3 ай бұрын
@@NoName-1337 not sure what you mean. As per the video, nesting is the same as in less/scss. I am missing something here?
@OCEMTechZone
@OCEMTechZone 3 ай бұрын
Great
@troyharris279
@troyharris279 4 ай бұрын
Not bad at all! I'll give these a try for my next upcoming project!
@user-zu2tc6tw6b
@user-zu2tc6tw6b 3 ай бұрын
1. Focus-within
@anujababy1651
@anujababy1651 4 ай бұрын
👍
@oaooaoipip2238
@oaooaoipip2238 3 ай бұрын
So whats the difference between the selector "ul li input {mycode}" and "ul li:has(input){mycode}". Isn't it the same thing?
@mostafaalayesh2803
@mostafaalayesh2803 3 ай бұрын
Not the same, the first one will apply the style on the input, while the other one will apply the style on the 'li' block
@oaooaoipip2238
@oaooaoipip2238 3 ай бұрын
@@mostafaalayesh2803 you are right 👍🙂
@sipocharles9180
@sipocharles9180 4 ай бұрын
First 😎
@simpingsyndrome
@simpingsyndrome 3 ай бұрын
it's been a years i've never slicing UI using vanilla CSS since Tailwind came out.
@user-ef1di8yl8c
@user-ef1di8yl8c 3 ай бұрын
time to ditch that terrible framework :)
@rafalka7084
@rafalka7084 4 ай бұрын
third
@aamirshekh934
@aamirshekh934 4 ай бұрын
in css udemy course, it would be great if you add tailwind css section.
@sujanbasnet7868
@sujanbasnet7868 4 ай бұрын
focus-visible has been well supported for a while.
@simonswiss
@simonswiss 3 ай бұрын
Is that audio generated with AI or something like Descript? I have watched your videos for years and this one sounds very very weird 😅
@ridl27
@ridl27 3 ай бұрын
bruh, browser support for the text-wrap: balance is 66%.
@user-ef1di8yl8c
@user-ef1di8yl8c 3 ай бұрын
doesn't matter since it won't break anything. If it's not supported it just looks like there is no property set at all.
@MeatCatCheesyBlaster
@MeatCatCheesyBlaster 3 ай бұрын
Are you using AI to do your voice now?
@quangpn
@quangpn 3 ай бұрын
`has()` is supported in Firefox since last December (2023). I'm wondering how we can do it for older version.
@acubley
@acubley 3 ай бұрын
Is it out from behind a flag now?
@acubley
@acubley 3 ай бұрын
Never mind, CanIUse says 121 and newer.
@quangpn
@quangpn 3 ай бұрын
@@acubley Yeah that's where I got that information
@bigitel
@bigitel 4 ай бұрын
His Voice is with AI?
@FunkyToe369
@FunkyToe369 4 ай бұрын
Yeah it sounds weird to me, idk
@menelikwilliams7504
@menelikwilliams7504 3 ай бұрын
No he's real... check out his videos. Maybe it's his German accent??
@StephenRayner
@StephenRayner 3 ай бұрын
Impossible to tell now (by ear)
@menelikwilliams7504
@menelikwilliams7504 3 ай бұрын
​@StephenRayner, what a time to be alive, loooool
@andrewbrower4158
@andrewbrower4158 3 ай бұрын
I was just watching some older Max earlier today and I agree, this is not his regular voice
@oldegreg6274
@oldegreg6274 4 ай бұрын
Thank you for a well structured informative video
@sivaprasad905
@sivaprasad905 3 ай бұрын
No end to frontend crap lol😂
@nested9301
@nested9301 3 ай бұрын
web dev is dead get a life
@willberg8599
@willberg8599 4 ай бұрын
Ew. This is why we use frameworks 😂
@saifurrahman6972
@saifurrahman6972 4 ай бұрын
Stills it's good to know some fundamental
@selectorsaurus
@selectorsaurus 3 ай бұрын
No, this is why we don't need to use frameworks.
@quangpn
@quangpn 3 ай бұрын
I think it depends on which type project you're doing with
@user-ef1di8yl8c
@user-ef1di8yl8c 3 ай бұрын
most frameworks suck and behave like writing inline styles. it's all fun until a redesign
@rishiraj2548
@rishiraj2548 4 ай бұрын
👍
Create direction-aware effects using modern CSS
18:30
Kevin Powell
Рет қаралды 64 М.
Top 2024 Web Design Trends
5:32
Codex Community
Рет қаралды 422 М.
Разбудила маму🙀@KOTVITSKY TG:👉🏼great_hustle
00:11
МишАня
Рет қаралды 3,7 МЛН
Top 5 CSS Features for 2024
9:08
camelCase
Рет қаралды 18 М.
5 Signs of an Inexperienced Self-Taught Developer (and how to fix)
8:40
Getting started with CSS nesting
27:14
Kevin Powell
Рет қаралды 65 М.
Probably the most underrated (and useful) CSS feature
21:11
Kevin Powell
Рет қаралды 70 М.
CSS Tips And Tricks I Wish I Knew Before
12:12
Lama Dev
Рет қаралды 406 М.
5 Uncommon Python Features I Love
15:09
Indently
Рет қаралды 121 М.
Learn CSS Positioning Quickly With A Real World Example
8:32
Slaying The Dragon
Рет қаралды 561 М.
Learn Flexbox CSS in 8 minutes
8:16
Slaying The Dragon
Рет қаралды 1,3 МЛН