I've been challenged to a CSS Battle!

  Рет қаралды 204,801

Kevin Powell

Kevin Powell

Күн бұрын

Пікірлер: 392
@fnd4086
@fnd4086 3 жыл бұрын
Thanks again Kevin for the battle! Rematch sometime?
@KevinPowell
@KevinPowell 3 жыл бұрын
Thank you, it was a blast, and we will definitely need to have a rematch one of these days!
@geoorge1000
@geoorge1000 3 жыл бұрын
Awesome battle!
@blockwest2379
@blockwest2379 3 жыл бұрын
congrats Sir, nice approaches!!!
@alkhemist6631
@alkhemist6631 3 жыл бұрын
I enjoyed the different approaches. This was awesome
@tinmancode
@tinmancode 3 жыл бұрын
fun to watch, painful to live through your positioning struggles struggles. Kevin you do great work
@DanielBrownsan
@DanielBrownsan 3 жыл бұрын
Me: "I'll never understand people who sit around and watch other people play video games." Also me: (Watches 33 minutes of CSS battles.)
@MerthanMerter
@MerthanMerter 3 жыл бұрын
probably cuz this one is useful
@heliusuniverse7460
@heliusuniverse7460 3 жыл бұрын
@@MerthanMerter ah yes, drawing images using css is useful of course
@multiarray2320
@multiarray2320 3 жыл бұрын
@@heliusuniverse7460 its educational
@LordmkKING67
@LordmkKING67 3 жыл бұрын
@@multiarray2320 indeed. Im taking notes of some new code parts n explanation of what it does as i watch
@abhijeets
@abhijeets 3 жыл бұрын
@@heliusuniverse7460 off cource it is, you can do all sorts of stuffs in website by mastering CSS well, and these stuffs are one the best way to do it.
@agilmo
@agilmo 3 жыл бұрын
Kevin: let's see the z-index; Me: the pain is finally over; Kevin: *selects z-index; -1; still not a clue*; Me: *screams*; Best thriller movie of the year
@andreasnulein782
@andreasnulein782 3 жыл бұрын
same 😨
@jgm113
@jgm113 3 жыл бұрын
Literally screaming at the guy and I couldn't even make a circle in the first place but I know that ; is fuckin wroooong
@ChandraKishore189
@ChandraKishore189 3 жыл бұрын
I was literally screaming too, 'KEVIN!!!! Z-INDEX!!!!!' OCD came to the play lol.
@hyperanxe4957
@hyperanxe4957 2 жыл бұрын
Yeah dude
@OnlineTutorialsYT
@OnlineTutorialsYT 3 жыл бұрын
Great... i'll also try these three challenges.
@mhdfr
@mhdfr 3 жыл бұрын
*oot* Ur vids helped me a lot man. Thanks
@benjamintettehnartey7937
@benjamintettehnartey7937 3 жыл бұрын
Yeah I can't wait to see you do these challenges... Your css and Javascript videos is doing a magic for me outhere... I'm a better web developer cos of you. .. Thanks so much... Waiting for your css battle challenge tho
@OnlineTutorialsYT
@OnlineTutorialsYT 3 жыл бұрын
Done, I completed all these three challenges, it was a lot of fun doing it
@benjamintettehnartey7937
@benjamintettehnartey7937 3 жыл бұрын
You can do a Playlist for all the battles you've done.. Wll be so exciting to watch how you go about them
@tinmancode
@tinmancode 3 жыл бұрын
@@benjamintettehnartey7937 yours too chairman
@diegomarzo4001
@diegomarzo4001 3 жыл бұрын
Minute 2: aspect-ratio: 1, I just learned the thing of the day Thank you Kevin :)
@madara_uchiha_WB
@madara_uchiha_WB 3 жыл бұрын
Same I learned bro now.. 😊😊👍
@programmingwithraahim
@programmingwithraahim 3 жыл бұрын
@@madara_uchiha_WB Yeah I learned the same thing in the second minute. This is Crazy.
@madara_uchiha_WB
@madara_uchiha_WB 3 жыл бұрын
@@programmingwithraahim yeah be too, as you can see even the cssbatlle interface couldn't recognise it it wasnt colored normally....
@quickcodingtuts
@quickcodingtuts 3 жыл бұрын
It's really great to see that even the pros make mistakes from time to time. It shows us that nobody knows everything there is to CSS at all times and the learning never really stops
@alexradu1921
@alexradu1921 3 жыл бұрын
7:12 I'm dying 😂😂😂. I don't think Kevin expected that either although that's a really cool shape he got
@miles611
@miles611 3 жыл бұрын
Was about to comment the same thing haha His face was absolutely priceless $$
@davidfonseca698
@davidfonseca698 3 жыл бұрын
That made my day! 😂.😂.😂.
@jamjam3448
@jamjam3448 Жыл бұрын
Yess I love the shape!
@-sevda
@-sevda 3 жыл бұрын
the semi-colon part killed me when you finally noticed it. 😂 i recently experienced the same thing on a project.
@TheSP337
@TheSP337 3 жыл бұрын
no matter what you do, no matter how much css gets easier, this at 17:07 happens to everyone. Even to Kevin. The moment when your happy smile fades away and you wonder, what is happening :D :D
@trigun2411
@trigun2411 3 жыл бұрын
22:24 when semicolon haunts you even on the front-end
@yahyasalimi3254
@yahyasalimi3254 3 жыл бұрын
Task: name a button, that if you click a nuclear war starts Everybody else: ultraimportant-btn Kevin: a
@savinagetsova8429
@savinagetsova8429 3 жыл бұрын
hi, I'm still a noob :D, but I think I came up with an interesting way to cut the border without using additional boxes: border-top: 30px solid #F7EC7D; border-bottom: 30px solid #F7EC7D; border-left: 30px solid transparent; border-right: 30px solid transparent; transform: rotate(45deg);
@Jordan_fm
@Jordan_fm 2 жыл бұрын
Actually you can set the border-color instead for a minimal clean-up like in the way how you could do it with border-radius! border:30px solid; border-color: #F7EC7D transparent; transform: rotate(45deg);
@MerthanMerter
@MerthanMerter 3 жыл бұрын
I used to watch these and had no clue what you guys were doing at all. now I am actually understanding and even finding different (sometimes better) approaches myself. This happened only by watching and following you Kevin, so thank you so much for this.
@tinmancode
@tinmancode 3 жыл бұрын
Samething
@cssbattle
@cssbattle 3 жыл бұрын
This was again a really fun challenge to watch, Kevin! Thanks for doing this! And the amazing designs you generated while experimenting with border-radius in the 3rd round - Priceless! 😊🙌🏼
@inkedcoder
@inkedcoder 3 жыл бұрын
Any comment on why place items: center gave a different score than using flex?
@tinmancode
@tinmancode 3 жыл бұрын
@@inkedcoder it could be an edge case behaviour thing and the evaluation engine could be using a different rendering engine that generates something different from what you see in the browser.
@cssbattle
@cssbattle 3 жыл бұрын
@@inkedcoder THis video was probably shot long back...our scoring engine at that time might not be the latest one supporting these new universal properties. It should work as of today.
@_moore
@_moore 3 жыл бұрын
Great site, really fun, thanks. I really want to see how people got the top scores on the latest battles though. Their code has 50% less characters than mine and I don't see how that's possible!? 🤯
@tinmancode
@tinmancode 3 жыл бұрын
@@_moore lookout for the open targets
@nitsanbh
@nitsanbh 3 жыл бұрын
You confused face @ 7:13 is so good ♥️
@lel0uchfr199
@lel0uchfr199 3 жыл бұрын
you know that you could use border-bottom-color: transparent; border-top-color: trasparent; and make it transform: rotate(45deg); , it's some logic
@tinmancode
@tinmancode 3 жыл бұрын
totally spot on. everyone tackles the problems from a different angle
@amsprich
@amsprich 3 жыл бұрын
I was sitting here thinking the same thing. :)
@niner8275
@niner8275 3 жыл бұрын
And you could do it with just one div :-) this is the shortest I came up with: .thing, .thing::after { position: absolute; border-radius: 50%; } .thing { background: #aa445f; width: 190px; aspect-ratio: 1; left: 50%; top: 50%; transform: translate(-50%, -50%) rotate(45deg); } .thing::after { content: ""; inset: 30px; border: 30px solid; border-color: #f7ec7d transparent; }
@tinmancode
@tinmancode 3 жыл бұрын
@@niner8275 I'm positive you can use px values for left and top and remove the translation
@lel0uchfr199
@lel0uchfr199 3 жыл бұрын
@@niner8275 ? it takes less characters :)
@marcod.643
@marcod.643 3 жыл бұрын
I paused the video and started the battle with you too, so much fun... thanks Kevin! 😀
@KevinPowell
@KevinPowell 3 жыл бұрын
👍 - did you beat me?
@madara_uchiha_WB
@madara_uchiha_WB 3 жыл бұрын
@@KevinPowell I am not sure that I can beat you but I did the whole in about 10 minutes.. :)
@nehajain1
@nehajain1 3 жыл бұрын
Watching Frank get 100% then Kevin moving the slider frantically to see the difference was hilarious, lol. I knew you would get it right soon enough.
@diegomarzo4001
@diegomarzo4001 3 жыл бұрын
The face of Kevin when it went to 7x% to 100% using Flex is a poem, like a really sad poem, Edgar Allan Poe level of sadness poem.
@abdulramonjemil
@abdulramonjemil 8 ай бұрын
It's weird tho. I thought they would be painting a canvas of the design and compare colors to a canvas of the original pixel by pixel to arrive at a score
@kiranovatheofficial
@kiranovatheofficial 3 жыл бұрын
Love the content, and its really helping me. Good energy and super chill vibe ☺️
@Joel-B
@Joel-B 3 жыл бұрын
Didn't expect you to make such hard work of the first challenge. Initial thought was to go from the inner/smaller circle and go outwards using a border (two sides transparent and rotated 45deg) and then a box-shadow to complete the shape.
@mostafagouda1526
@mostafagouda1526 3 жыл бұрын
Was searching for this comment lmao
@ronaldtempel
@ronaldtempel Жыл бұрын
My thoughts exactly.
@miles611
@miles611 3 жыл бұрын
Man, this was a blast to watch!
@marcofrancisco4259
@marcofrancisco4259 2 жыл бұрын
u too
@Chapali9a
@Chapali9a 3 жыл бұрын
I really loved this challenge. The z-index typo had me in stitches lol was funny to watch as this happens to the best of us all the time.
@schwetang
@schwetang 2 жыл бұрын
That was good. Frank's last one was impressive. I raged when I saw your z-index typo, Kevin.
@gouldmears2071
@gouldmears2071 2 жыл бұрын
SE here. I did some full stack before, but seeing you knock out these challenges and some of your other videos makes me want to brush off my CSS again. Good stuff!
@fersahahmet9597
@fersahahmet9597 3 жыл бұрын
This is really fun to watch apart from the mic issue of Frank. I love battles especially when Kevin does typoes and pissed off :p --ps:You are the King Kevin. There is nothing convince me otherwise
@chretien2580
@chretien2580 3 жыл бұрын
This is a great watch! I love thinking along and seeing what solutions you guys come up with.
@reecevaughan4225
@reecevaughan4225 3 жыл бұрын
Finally, something that I understand! CSS may be my calling!
@tonyseben
@tonyseben Жыл бұрын
For the first challenge, we could just use a SINGLE div. Set background to maroon color, border-left border-right to yellow, outline again to maroon. Then rotate 45 degree.
@layaboutlout
@layaboutlout 2 жыл бұрын
As somebody who is just starting out with TOP, I understand alot of what happened through the episode (of course not all the definitions) but seeing it come to life was like a lesson in itself, and actually really fun to watch, thanks!
@michaelfaith
@michaelfaith 3 жыл бұрын
Man, i'm in so much of awe of how fast you go through these. Incredible.
@Ryangosden
@Ryangosden 3 жыл бұрын
Thanks for exposing me to CSS battles! Will definitely keep me busy
@realharami
@realharami 3 жыл бұрын
Thank you both of you for participation and sharing that with us!
@edwardbrosens
@edwardbrosens 3 жыл бұрын
That look on your face after the second challenge, priceless. I know the feeling when messing up with a typo.
@DevMarco-
@DevMarco- 3 жыл бұрын
Good to see that even fully fledged front end devs sometimes wonder about weird behaviours
@JoseRodriguez-xu1jz
@JoseRodriguez-xu1jz 3 жыл бұрын
The other guy sounds like a robot sinking in the ocean
@barijade
@barijade 3 жыл бұрын
Purely HECKED by a semi-colon; the real struggle LOL
@mahadevovnl
@mahadevovnl 3 жыл бұрын
I found all of these to be really easy if you take a second to look them over at the start. The last task was a centered square with 4 squares inside, each square then has a :before inserted in them (as you did) that displays half a circle, and then using the :nth-child selector you'd turn them around as needed... most often, any CSS problem is fixed by that kind of initial thinking and not figuring it out as you go, because if you get stuck you either/often fall into the sunk cost fallacy, or have to redo it all anyway...
@tinmancode
@tinmancode 3 жыл бұрын
positioning is the biggiest issue followed by the shapes for all the battles, centered images occur the most and you the normal centering tricks to get those positions then work on the shapes.
@Beastintheomlet
@Beastintheomlet 2 жыл бұрын
17:39 This is how I always end up when working with CSS 😂 22:20 the semicolon reveal, is being a developer to a T, I feel so seen
@ricardosandoval3848
@ricardosandoval3848 2 жыл бұрын
Battle #1 -100% match body { display: grid; place-items: center; background: #E38F66; } div { width: 200px; height: 200px; background: #AA445F; border-radius: 50%; display: grid; place-items: center; } span { height: 80px; width: 80px; border-radius: 50%; border: 30px solid #F7EC7D; border-right-color: #AA445F; border-left-color: #AA445F; transform: rotate(45deg) }
@jakewood5475
@jakewood5475 2 жыл бұрын
👍🏻 better
@mihairusu7941
@mihairusu7941 2 жыл бұрын
Woooow...Kevin is a monster. How he used those pseodo-elements in 3rd challenge in order to cut those circles. He is very talented in my opinion. Thx for the great battle! Had a lot of fun. 😅
@mahmoudmheisen8031
@mahmoudmheisen8031 3 жыл бұрын
for first one: .inner { width: 78px; height: 78px; border-radius: 50%; border: 31px solid #F7EC7D; border-left-color: transparent; border-right-color: transparent; transform: rotate(45deg); } better than adding other classes/divs/overflows, got 99.9% from first try
@tinmancode
@tinmancode 3 жыл бұрын
You could totally solve it without even adding any html element. Just use Css. The output window is an with an html and body element in it by default.
@aayush_karna
@aayush_karna 3 жыл бұрын
@@tinmancode bruh
@LuisReyes-zs4uk
@LuisReyes-zs4uk 3 жыл бұрын
great watch, guys... more of this, Kevin, please! thank you sir.
@rishabapriyan7138
@rishabapriyan7138 3 жыл бұрын
Cool battle.Learnt some things 😃.
@Chickenskout
@Chickenskout 3 жыл бұрын
Need more battle content keep it up! Hella fun to watch
@k-yo
@k-yo 3 жыл бұрын
For the first one an element of the size of the circle with appropriate border-width and border-radius along with border-left-color and border-right-color: transparent would give the desired effect. Then just rotate -45deg with transform.
@maelstrom57
@maelstrom57 3 жыл бұрын
These are great. I like pausing the video and trying to solve the challenges myself (with unlimited time hehe).
@edwardbrosens
@edwardbrosens 3 жыл бұрын
This is so much fun, thank you Kevin.
@salmaabousaid6905
@salmaabousaid6905 3 жыл бұрын
To solve the issue of the first problem, the one they solved by overflow hidden, I put a circle above that region , and used a box shadow. I made the circle color transparent, and the box shadow was yellowish like the background. This helped hide the bit of the box that was getting out of the circle.
@davideglass
@davideglass 3 жыл бұрын
This was great fun to watch, even though I was screaming at my monitor about the z-index semicolon!
@eh78787
@eh78787 3 жыл бұрын
Fwiw, y'all should have tried using `border-left-color: transparent`, `border-right-color: transparent`, & `transform: rotate(45deg)` on the inner circle, with a chunky border.
@derxen
@derxen 3 жыл бұрын
Exactly what I thought. This works like a charm. I got a score of 607 for this solution, which is pretty decent I guess.
@VictoriousVipin
@VictoriousVipin 3 жыл бұрын
Superb ...kevin and Frank.👍
@theUnsungWarriorr
@theUnsungWarriorr 3 жыл бұрын
Nothing against Frank but for me Kevin is always the best.
@KennTollens
@KennTollens 3 жыл бұрын
Round one where everything works and look perfect, but the program deducts points for your choice of code. That is how my teachers would grade me. I learn a lot watching someone else code, mostly because I know barely anything about css. It is super nice to see how someone else thinks through the problem.
@BadGirl-pn3qu
@BadGirl-pn3qu 3 жыл бұрын
That was great! Different approach the same result!
@dannyr2976
@dannyr2976 3 жыл бұрын
I duuno whether I'm over simplifying things, but for the last challenge why not just have four boxes ('outer' as two rows of two) positioned 'absolute' and an overflow of 'hidden', within each place another nested box inside each ('inner', also positioned as 'absolute') and apply a border-radius, then position 50% either left, right, top or bottom (depending on the direction and the inner shape) so half the div will be filled and the other hidden. Either way brilliant to watch!
@sharafmakahleh4125
@sharafmakahleh4125 3 жыл бұрын
In the third challenge, what I think would be a better approach is to make two halfs of the circle on one color, and positioning it, then duplicating it and applying rotation to make them go the other way & chang the color
@oggatog3698
@oggatog3698 3 жыл бұрын
15:16 I think you could also just provide multiple entries for box-shadow, but I think you'd need a bunch of them to avoid having a kind of "caterpillar" effect. The div is probably the way to go.
@ayushbisht7363
@ayushbisht7363 2 жыл бұрын
Thanks Kevin, I had also tried the lock up challenge, and would love to share my approach... I do this stuff, by keeping only the top and bottom border as yellow color and rotating it to - 135deg... This will save some extra line of code in our css..
@mykalimba
@mykalimba 3 жыл бұрын
22:18 That site should have a CSS linter for situations like this. 🤦‍♂
@KevinPowell
@KevinPowell 3 жыл бұрын
Just some better syntax highlighting would make me so happy 😂
@tinmancode
@tinmancode 3 жыл бұрын
Totally. I think that's a feature when you have a paid account
@ИльясАппаков-и8у
@ИльясАппаков-и8у Жыл бұрын
Interesting fact, if you using border-radius and need to get only two of visible borders like in the first battle you just can make other two transparent and it will work
@alinawaz4034
@alinawaz4034 3 жыл бұрын
17:32 O no you put a semicolon instead on colon in line 27 that is why it is now working.
@funnyanimalworld7579
@funnyanimalworld7579 3 жыл бұрын
Kevin is to smart and is using not ordinary ways thus getting punished :D. And pro tip always use 100% browser scale
@rnt45t1
@rnt45t1 3 жыл бұрын
I've been coding emails too long..... this looks much more fun!
@changoviejo9575
@changoviejo9575 3 жыл бұрын
Oh my goth, random stranger, I really feel for you.
@pranjalroy6396
@pranjalroy6396 3 жыл бұрын
border radius of 100% 100% 0 0 makes a semi circle
@lucasrokam
@lucasrokam 3 жыл бұрын
Those half circles can be archived with gradient background. I think it's a more elegant solution.
@AminalCreacher
@AminalCreacher 2 жыл бұрын
I played along and was surprised at how well I did. Maybe there's a css showdown in our future, should I ever become a patron >:)
@SvetaSveta-ms4hi
@SvetaSveta-ms4hi 3 жыл бұрын
Oh my! That was so dope! 😍
@itsplus5396
@itsplus5396 3 жыл бұрын
The semicolon after freakin z index dude...
@MrSupdup
@MrSupdup 3 жыл бұрын
Man that z-index; -1; typo sent me wild. Never yelled at a screen before.
@MentorMode
@MentorMode 3 жыл бұрын
1st one was very easy all we needed was a div which is purple located in the center and we needed border with different colors for 4 sides as well as border-radius after all we needed box-shadow with purple it would take like 3 minutes max but great video thank you.
@ruskasielu6261
@ruskasielu6261 Жыл бұрын
For the first challenge I feel like maybe you could use a yellow border on the center circle, but only on the bottom and top side, then rotate it 45°. I haven't tried it personally though
@dinesh.m7341
@dinesh.m7341 Жыл бұрын
For the 1st object in the Inner Circle you could have used border top bottom radius as transparent and then use rotate property.....
@hidami3241
@hidami3241 3 жыл бұрын
for the inner circle cant we use something like border-left: none; border-right:none; and then transform:rotate(deg, any%);? it would work too, right?
@mostafagouda1526
@mostafagouda1526 3 жыл бұрын
none wouldn't work, you have to make it transparent and rotate 45 degrees
@tinmancode
@tinmancode 3 жыл бұрын
@@mostafagouda1526 you are right
@mody-pq8kd
@mody-pq8kd 3 жыл бұрын
5:00 It’s simple, man)) body{ background:#000; } .outer{ display:flex; align-items:center; justify-content:center; width:100px; height:100px; background:#f2f2f2; border-radius:50%; } .inner{ width:30px; height:30px; background:#f2f2f2; border-top:15px solid black; border-bottom:15px solid black; border-left:15px solid #f2f2f2; border-right:15px solid #f2f2f2; border-radius:50%; transform:rotate(45deg); }
@DannyHille
@DannyHille 3 жыл бұрын
It's actually nice to see the experts fumble a bit 😃
@SitSkw
@SitSkw 3 жыл бұрын
Battle #2 took me 11min :) It's so fun to challenge myself with you :)
@chinmayk8004
@chinmayk8004 Жыл бұрын
frank's border radius idea was my first approach. I was horrified seeing Kevin choose another path.
@KonesThe
@KonesThe 3 жыл бұрын
I don't even know css... but this was really fun! Going to try to create a website with CSS and JS once I finish my Flutter project
@OsirisDRa
@OsirisDRa 3 жыл бұрын
I tried the first challenge by myself - you can do it with just 2 DIVs. Make the second one without background-color - use border only
@hjge1012
@hjge1012 2 жыл бұрын
That z-index issue you had there; I have that all the time as well.
@Random_Mallu
@Random_Mallu 3 жыл бұрын
26:04 Lol that oww hit hard
@phpn99
@phpn99 3 жыл бұрын
That's what one calls, "drawing with a Buick". Just attach a pen to the bumper.
@DipayanRoyZed
@DipayanRoyZed 3 жыл бұрын
1st Battle is actually simpler than I thought, Linear gradient does the job very easily.
@sir_afk
@sir_afk 2 жыл бұрын
This was awesome, great tool.
@keremardicli4013
@keremardicli4013 3 жыл бұрын
17:04 the semicolon :D
@mykalimba
@mykalimba 3 жыл бұрын
Imagine being Frank's coworker and having to listen to that clacky keyboard all day long.
@bb_bb_
@bb_bb_ 3 жыл бұрын
i think it's just that his mic is super bad lol
@csy897
@csy897 3 жыл бұрын
the second I saw z-index; -1 I was like, damn, I'm gonna be screaming at my screen for a while
@FatRogSlim
@FatRogSlim 3 жыл бұрын
border radius 100% no border left and right, rotation 45deg
@TomasMisura
@TomasMisura 3 жыл бұрын
thank you very much for this video, I have a learned a lot. it seems to be flex is going to be preferable technology for the web layouts :)
@fernandobaroni1497
@fernandobaroni1497 3 жыл бұрын
This was so nice!
@simonknibbs5867
@simonknibbs5867 3 жыл бұрын
26:00 The third battle would be easier with a container, 4 squares with a circle in each. The squares overflow hidden.
@simonknibbs5867
@simonknibbs5867 3 жыл бұрын
As part of the scoring, is the amount of HTML elements a factor? If we are going for CSS elegance, less HTML elements should provide a higher score.
@electricimpulsetoprogramming
@electricimpulsetoprogramming 2 жыл бұрын
@@simonknibbs5867 how you learned programming
@simonknibbs5867
@simonknibbs5867 2 жыл бұрын
@@electricimpulsetoprogramming I work as a web developer going into UI/UX. I do other things too though.
@electricimpulsetoprogramming
@electricimpulsetoprogramming 2 жыл бұрын
@@simonknibbs5867 but how you learned it
@simonknibbs5867
@simonknibbs5867 2 жыл бұрын
@@electricimpulsetoprogramming You really need to learn by doing. To be honest though I tend to keep things simple anyway. I was working on client website development projects for years. If you really want to be impressed check out the artwork created using CSS. That is next level stuff. I can't do that. It would take a fair amount of time to learn.
@thatcoul
@thatcoul 3 жыл бұрын
Kevin always picks the hardest solutions
@BirdlessFlight
@BirdlessFlight 3 жыл бұрын
I'm here screaming at my screen "just use clip-path!"
@grovkillen1
@grovkillen1 3 жыл бұрын
Best battle ever, love it!
@StellarWeb008
@StellarWeb008 3 жыл бұрын
Why didn't we use this code for styling the inner circle in first battle- "border: 35px solid transparent; border-top-color: col; border-bottom-color: col; transform: rotate(45deg);
@SalientKnight
@SalientKnight 3 жыл бұрын
exactly what I was about to type
@shadownickstar577
@shadownickstar577 3 жыл бұрын
Yo dude is so fast and I am impressed.
@upsator
@upsator 3 жыл бұрын
yeah the semicolon on the z-index is funny :D
@fuzzypumpkin7743
@fuzzypumpkin7743 3 жыл бұрын
I love it when you mess up on such an annoying thing as using a semi-colon instead of a colon after struggling with what is wrong, because that is basically my life.
@tayloraldridge3063
@tayloraldridge3063 2 жыл бұрын
I was staring at that semi colon the entire new, wondering how long it would take 😂
CSS Battle - taking on round 15
1:24:12
Kevin Powell
Рет қаралды 133 М.
I've been challenged to a CSS BATTLE by Web Dev Simplified
42:22
Kevin Powell
Рет қаралды 956 М.
Their Boat Engine Fell Off
0:13
Newsflare
Рет қаралды 15 МЛН
Counter-Strike 2 - Новый кс. Cтарый я
13:10
Marmok
Рет қаралды 2,8 МЛН
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН
How to take control of Flexbox
16:01
Kevin Powell
Рет қаралды 147 М.
Front-end dev takes on a CSS Battle
21:02
Kevin Powell
Рет қаралды 27 М.
CSS Tips And Tricks I Wish I Knew Before
12:12
Lama Dev
Рет қаралды 499 М.
Avoid These 5 Awful CSS Mistakes
20:42
Kevin Powell
Рет қаралды 200 М.
Cool 3D grid layout | Can I clone it?
1:08:02
Kevin Powell
Рет қаралды 258 М.
I Challenged The CSS King To A CSS Battle
37:45
Web Dev Simplified
Рет қаралды 1,3 МЛН
CSS position deep dive
28:14
Kevin Powell
Рет қаралды 113 М.
Front-end developer takes on a CSS battle
18:38
Kevin Powell
Рет қаралды 195 М.
Learn flexbox the easy way
34:04
Kevin Powell
Рет қаралды 737 М.
Can I clone this fun effect from CSS Day using modern CSS?
25:39
Kevin Powell
Рет қаралды 36 М.