Coder Coder challenged me to CSSBattle

  Рет қаралды 549,373

William Candillon

William Candillon

Күн бұрын

Jess's channel: / thecodercoder
Wanna learn the fundamentals of declarative Gestures and Animations? Check out start-react-native.dev.
Chapters
0:00 Intro
1:36 Challenge 1
12:47 Challenge 2
21:11 Challenge 3

Пікірлер: 580
@TheCoderCoder
@TheCoderCoder 3 жыл бұрын
Thanks so much for doing this collab! It was a ton of fun and I think made for an interesting video for others! 😁
@raphaelcardosos
@raphaelcardosos 3 жыл бұрын
Jessica, I realized that I thought of solutions that are the same / similar to yours... I think I watch a lot of your videos 😝💗
@ZaidIrfanKhan
@ZaidIrfanKhan 3 жыл бұрын
Wow, you were extraordinary.
@pbateman6775
@pbateman6775 3 жыл бұрын
Your approach was very enjoyable to view. I am relearning to code and would love to be as fluent coming up with minimal solutions like you do👌
@sumitsave8799
@sumitsave8799 3 жыл бұрын
Can we use background-clip property 😉
@tyrellwreleck4226
@tyrellwreleck4226 3 жыл бұрын
round 1, why are you using position:absolute ? its not stable when the viewport changes. Anyone's with me?
@halberliterpils
@halberliterpils 3 жыл бұрын
"I think this should work." Most common phrase used while writing css.
@cipherxen2
@cipherxen2 3 жыл бұрын
Or while writing any program.
@josephmbimbi
@josephmbimbi 3 жыл бұрын
@@cipherxen2 until you do tdd
@cipherxen2
@cipherxen2 3 жыл бұрын
@@josephmbimbi it applies in TDD too!
@josephmbimbi
@josephmbimbi 3 жыл бұрын
@@cipherxen2 to some extent yeah. I meant, you have more than an eyeball test and don't just push your code finger crossed ^^
@cipherxen2
@cipherxen2 3 жыл бұрын
@@josephmbimbi so, what's your point then?
@severussin
@severussin 3 жыл бұрын
this is beautiful to see the difference in thought process and code structure. love it. more like this pls.
@nobytes2
@nobytes2 3 жыл бұрын
William: I haven't done proper css in two years, proceeds to crush every challenge with css sorcery.
@artmosphereID
@artmosphereID 3 жыл бұрын
yea react native style sheet mostly like vanilla CSS in general
@AshutoshMishra
@AshutoshMishra 3 жыл бұрын
It is always a better practice to give border-radius:50%
@Joksky8
@Joksky8 3 жыл бұрын
Ofcourse it can try this -> borderRadius: '50%'
@thesodapoppanda8778
@thesodapoppanda8778 3 жыл бұрын
@@Joksky8 I can confirm this doesn't work in my version of react-native either using px is the only way.
@alexsivro9110
@alexsivro9110 3 жыл бұрын
@@thesodapoppanda8778 Dang react sucks lol
@samuelkundael3503
@samuelkundael3503 3 жыл бұрын
lol, border like shapes should be the basic of css, almost like kindergarten.
@fatihcandev
@fatihcandev 3 жыл бұрын
Fun to watch! I didn't know about this website. I'll certainly dive in.
@JohanLindskogen
@JohanLindskogen 3 жыл бұрын
Really fun to watch you guys solve the problems in your own way! I missed having some kind of follow up at the end where you went through each others’ solutions or maybe just commented quickly on each others’ performance.
@jpisello
@jpisello 3 жыл бұрын
I was hoping for that too. At least a comparison of their scores.
@SMMGOGO
@SMMGOGO 3 жыл бұрын
@@jpisello i think he actually kicked her ass so badly that it was embarrasing to show the final score were a non familiar css code dude beats the hell up of a css youtube guru.
@i.t.starters2019
@i.t.starters2019 3 жыл бұрын
I love this especially to see you guys struggling a little bit like I always do. I think you boosted my confidence.
@DMoots
@DMoots 3 жыл бұрын
There's an easy way to do the last challenge. It's just an illusion of having a centre section. 1. Make three circle divs all the same size, one peach, one red and one the same colour as the background. 2. Position the peach and red circles normally so they overlap. 3. Position the background coloured circle inside one of the other circles with overflow hidden and position it so it appears like it's just "peeking" into the other circle.
@rajeevranjansrivastava2473
@rajeevranjansrivastava2473 2 жыл бұрын
I have use almost same approach and within 5 min I have finish the last challenge with 100% and used 565 characters. 🙂
@ParrhesiaJoe
@ParrhesiaJoe 6 ай бұрын
body{ margin: 0; background: #09042A; } .circle { position: absolute; border-radius: 50%; aspect-ratio: 1; width: 150; } .c1 { background: #7B3F61; top: 75; left: 75; overflow: clip; } .c2 { background: #E78481; top: 75; left: 175 } .slice { background: #09042A; left: 100 }
@goldengiorno6890
@goldengiorno6890 3 жыл бұрын
the next one MUST be The Net Ninja, the lord of web development
@yannicknana
@yannicknana 3 жыл бұрын
Yes please !
@limitlesskode
@limitlesskode 3 жыл бұрын
Shaun is 💥 @The Net Ninja
@sainarasimha2451
@sainarasimha2451 3 жыл бұрын
Yes 🙏
@lakshyadhariwal5482
@lakshyadhariwal5482 3 жыл бұрын
kzfaq.info/get/bejne/j9uarM6DmJeZeI0.html
@othmanebejja3236
@othmanebejja3236 3 жыл бұрын
Shaun would make a replica of the CSSBATTLE website as a mistake
@waleG_
@waleG_ 3 жыл бұрын
For a quick second, I wondered what Sean Evans knows about CSS and why he was being challenged.
@diwakardayal954
@diwakardayal954 3 жыл бұрын
Lol
@seancpp
@seancpp 3 жыл бұрын
The production value in these videos is top notch. Really good work.
@thydevdom
@thydevdom 3 жыл бұрын
William took an interesting approach. Mine was almost exactly as Jessica’s. Great job guys!
@ravense8337
@ravense8337 3 жыл бұрын
Great video, hope you do these battles more in the future!
@zakariachahboun
@zakariachahboun 3 жыл бұрын
i really learned a lot from this battle! Thanks!
@DevelopingDadCodes
@DevelopingDadCodes 3 жыл бұрын
This was an awesome challenge!! I love to watch how other developers figure out problems.
@kushagragour
@kushagragour 3 жыл бұрын
Really cool! Thank you for doing this Jessica & William!
@nitram_nosnibor
@nitram_nosnibor 3 жыл бұрын
Wow that last one was hard!!! I'm going to look into "clip-path" much more now. I love watching these as I have discovered you William, nice one and I have subscribed now - cheers
@dukeeehhh2386
@dukeeehhh2386 3 жыл бұрын
I actually googled the last round, how to deal with the color at the circle's intersection, and I think it would have actually worked with propperty "mix-blend-mode: #(color-hex);". I was quite surprised it can be done wtih only one line of code :D
@yassirmadad9329
@yassirmadad9329 3 жыл бұрын
i did it by using circles one in the other with the overflow:hidden and z-index:1
@zinedinhadzajlija6225
@zinedinhadzajlija6225 3 жыл бұрын
Css really is sometimes like that. One line of code can do wonders
@velara314
@velara314 2 жыл бұрын
could maybe have done it with blend mode: difference or exclusion
@ankit55ful
@ankit55ful 3 жыл бұрын
I love how William opened a new tab in round 2 “Clipping and Masking in CSS” 😂
@Danko_HS
@Danko_HS 2 жыл бұрын
🤣 nice catch
@kevinkkirimii
@kevinkkirimii 3 жыл бұрын
I am not a web developer but I really appreciate how each of you had different thought processes and showing the power CSS.
@AjaySingh-xd4nz
@AjaySingh-xd4nz 3 жыл бұрын
css indeed demands not just your knowledge but creativity too! well done both of you!
@frontendgrowth4572
@frontendgrowth4572 3 жыл бұрын
Really fun to watch this battle. It is interesting to see how people think differently and solve the same problems differently.
@tastes-like-straberries
@tastes-like-straberries 3 жыл бұрын
After watching this I joined CSS battle just for fun. I was totally unaware of this really cool platform! Make more videos like this please! It's fun watching people compete over stuff xd
@JamesQQuick
@JamesQQuick 3 жыл бұрын
One of the coolest developer videos I've ever seen!!
@savieecodes
@savieecodes 3 жыл бұрын
This is an excellent competition, we saw different approaches from both of them, which is really cool.
@scriptkeeper8243
@scriptkeeper8243 3 жыл бұрын
CSS: that moment when you try hanging a painting on the wall and you nail your hand up instead.
@js_dev_uk
@js_dev_uk 3 жыл бұрын
CSS: When you try to hang up the painting, but instead you set fire to the sofa.
@AntiAtheismIsUnstoppable
@AntiAtheismIsUnstoppable 3 жыл бұрын
That's the danger of using negative margins. Use translate instead
@sandinosaso
@sandinosaso 3 жыл бұрын
The clip-path trick makes my day :). It is great to see how 2 people resolve the same problem, it is amazing how different ways of thinking can both solve the same problem. I think in the first round you both did similar, in the second round I liked more Jessica approach, in the last round I liked more William, so that is a Tie for me !!! hahahah. You must another video to define the winner :)
@dfgfdgdfgfdg2902
@dfgfdgdfgfdg2902 3 жыл бұрын
love these code battles!!! so entertaining and informative :)
@Robdbank
@Robdbank 3 жыл бұрын
We never got to see the final scores. I'd like to see more of this collabo in the future
@mishuhishu94
@mishuhishu94 3 жыл бұрын
yeah! he got 600 but how much did she get?! who won?
@archiem6323
@archiem6323 3 жыл бұрын
Jessica, Jessica, I have learned a lot from you. Thanks!!
@plor1261
@plor1261 3 жыл бұрын
This was awesome! Please do more.
@thinkerman
@thinkerman 3 жыл бұрын
I love love love this! Very fun to watch!
@ProgrammingWithPax
@ProgrammingWithPax 3 жыл бұрын
Super fun! Good job with challenge #3.
@becayebalde3820
@becayebalde3820 2 жыл бұрын
This video was so interesting I even did the first challenge and it was so fun Please make more content like this!
@josejohnhalindogo8336
@josejohnhalindogo8336 3 жыл бұрын
I learned something. That's all that matters. I actually learned something.
@TwanvB
@TwanvB 3 жыл бұрын
I would approach these designs almost the same way Jessica did. The way William did it was really interesting to me. Love these video's it really shows there are more ways to do things.
@-SumaiyaSiddika
@-SumaiyaSiddika 3 жыл бұрын
Though i don't know html or css but it feels so good to watch two people thinking differently
@stevensbrito7188
@stevensbrito7188 3 жыл бұрын
That was really fun, I liked it. The latest exercise could be easier creating a class to create 3 div circles at once, and use one of them into a relative space of the pink circle (child) to create that middle space between the others two. And of course, the pink circle will have an overflow: hidden property to move the third (dark blue) to the left inside of it. :D
@resvevo
@resvevo 2 жыл бұрын
Exactly my thought. Just clone one circle, add a child circle with the background color and move it to the side while clipping the parent circle.
@qwertzuiopqwertzuiop2107
@qwertzuiopqwertzuiop2107 3 жыл бұрын
shes a genius at css, but when she rotated the red mountain she did it by trial and error😂
@resonatingsilence
@resonatingsilence 3 жыл бұрын
Anyone can see that is 45 degrees. Why would you even try 10?? She can’t eyeball pixel values at all either.
@brendan9039
@brendan9039 3 жыл бұрын
She probably still kick your ass at css 😆
@resonatingsilence
@resonatingsilence 3 жыл бұрын
@@brendan9039 who cares? That's like kicking my ass at putting stamps on mail.
@randomguy3000
@randomguy3000 3 жыл бұрын
@@resonatingsilence savage comeback
@LegendOfTheRee
@LegendOfTheRee 3 жыл бұрын
I went to the comment section for this exact reason.
@fomentarelaxation139
@fomentarelaxation139 3 жыл бұрын
Wow, thanks for these CSSbattles, now as a total beginner I understand that there is no one way how make website. Everyone is a unique writer for its own website 👌 Thanks 🙏
@flobiish
@flobiish 2 жыл бұрын
Very fun to watch. You guys had a harder time with these than I did, but that doesn't mean I didn't learn anything watching. With the last one, you could have used the top of the two overlapping circles as the clipping box for the inner portion.
@fabianvallejos
@fabianvallejos 3 жыл бұрын
Great video guys! Looks like a lot of fun. I didn't know about this website but I think I'm gonna spend some time digging into it.
@0mer870
@0mer870 3 жыл бұрын
Didn't think I'd like watching this but I actually love it
@sathishkumarr7106
@sathishkumarr7106 3 жыл бұрын
So happy and excited seeing the video 😍
@superbcutter16
@superbcutter16 3 жыл бұрын
Such a freaking creative and productive way to improve your skills
@parakidd
@parakidd 3 жыл бұрын
I’ve been struggling to learn web development for a few years now because I would rather be on an interactive environment versus just watching tutorials on the web that I tend to fall asleep to. This was much more entertaining and engaging as well as an awesome display of friendly competition that shows CSS in action as its being written with real time results. Definitely going to be watching more videos!
@johndorian4078
@johndorian4078 Жыл бұрын
so how's the web development going? or you find a new excuse?
@parakidd
@parakidd Жыл бұрын
@@johndorian4078 I change gears too often and end up looking into other things. Always been a problem with me. Are you still a dick?
@nelsonjavier9005
@nelsonjavier9005 3 жыл бұрын
Wow, it's amazing how you guys use css, I learn a lot thank to you.
@marufmarzuq
@marufmarzuq 3 жыл бұрын
Now I've come to know how to use clip-path in CSS. Thanks William ❤️❤️
@tegaudbeline5401
@tegaudbeline5401 3 жыл бұрын
Well done! I've learm so much. For the third one, i'd create 4 circles and clip 2 of them respectivly in each of the big circle
@B42536
@B42536 3 жыл бұрын
The last one: two divs, with ::after or ::before pseudo code is possible. When you give overflow:hidden to divs and create same width, height, border-radius property based two circles and their pseudo as well.
@wajidkhan2980
@wajidkhan2980 3 жыл бұрын
i guess i am to noob to understand what is happening saving this to my playlist and once have enough experience i will what watch it again. peace
@Sacrifice97
@Sacrifice97 3 жыл бұрын
This was really fun to watch niceeee!!!
@bepd
@bepd 3 жыл бұрын
This is quality content. Learned a lot.
@mdrafikulislam8949
@mdrafikulislam8949 3 жыл бұрын
That was so fun i just love it i want to see more videos like that
@j0ca1995
@j0ca1995 3 жыл бұрын
What a great video, congrats to you both.
@rupertxyz
@rupertxyz 2 жыл бұрын
These battles are awesome!
@k-yo
@k-yo 3 жыл бұрын
The trick for staying top 10 in these challenges are usually using lots of gradient backgrounds, box-shadows, styling the default available html and body elements (usually with * and * * selectors), all while minifying the code and exploiting some code omissions that still renders the CSS/HTML in a valid way. I've managed to get some very few top 10 spots, but damn the top 3 is hard af. Also, always the same wizards in those positions in all challenges. I remember that there is one person that is consistently on the top that is actually a maintainer of SVGO, so I guess that's where his magic comes from lol. For anyone interested, check the tips section on the site, it's super cool cssbattle.dev/tips/
@edozieonyeanusi4225
@edozieonyeanusi4225 3 жыл бұрын
This was fun. LOVED EVERY PART OF IT 😍😍
@eufraniodiogo50
@eufraniodiogo50 3 жыл бұрын
I never listened a french guy speaking english it's awesome! New sub, liked the video
@liorneuman2198
@liorneuman2198 3 жыл бұрын
love these css battles. so cool
@zoltancaputo9562
@zoltancaputo9562 2 жыл бұрын
Awesome guys! Tks for share!
@octavian3033
@octavian3033 3 жыл бұрын
Thanks. I learnt a whole lot from this.
@math-s
@math-s 3 жыл бұрын
I'm a C programmer and my mind can't get this, sorry haha
@varri0nschannel840
@varri0nschannel840 3 жыл бұрын
me too , It kind of hurts to see people playing with shapes and calling it programming while we suffer in pitch darkness....
@vizzy4652
@vizzy4652 3 жыл бұрын
@@varri0nschannel840 Well, CSS is not a programming language (nor is HTML) so it shouldn't be considered "programming". I guess you can consider it a part of programming, but in itself I wouldn't be able to say so.
@LuZ-vg6fy
@LuZ-vg6fy 3 жыл бұрын
Same with Javascript, lord saved me from doing CSS.
@elwinjyothis5388
@elwinjyothis5388 3 жыл бұрын
@@varri0nschannel840 CSS is not a programming language and calling css programming would be pretty stupid cause the name itself says that it is a cascade style sheet
@badrkarrachai1189
@badrkarrachai1189 3 жыл бұрын
the same here 😢
@surajoberai
@surajoberai 3 жыл бұрын
Awesome video, i just signed up CSS battle seeing you guys !
@mascode1
@mascode1 Жыл бұрын
Love this challenges!
@anamulhaque589
@anamulhaque589 2 жыл бұрын
So pretty, thanks a lot both of you guys.
@daudabduljeleelabiola1587
@daudabduljeleelabiola1587 3 жыл бұрын
Waw guys this is absolutely amazing
@theg315
@theg315 3 жыл бұрын
if you are lazy like me. when making circle divs, I just make the width and height to 1em and make the border-radius to .5em or 50% ( whichever makes you feel good ) and then you make the font size to whatever the size of the circle you want it to be. so you don’t have have to keep on changing the width and height everytime you have to adjust the circle’s size 😁
@lonelym13
@lonelym13 3 жыл бұрын
Super fun to watch ☺️
@jaywye
@jaywye 3 жыл бұрын
First two were pretty easy to figure out but that last one, I've never seen before.
@KingDrekon
@KingDrekon 3 жыл бұрын
Use instead of a div to reduce the code's character count.
@XDBjoernXD
@XDBjoernXD Жыл бұрын
I love this so much.
@kooralive000
@kooralive000 Жыл бұрын
Pretty good job guys, well done.
@ediancomachio2783
@ediancomachio2783 3 жыл бұрын
That is awesome! Please keep it up
@seanazarrin
@seanazarrin 3 жыл бұрын
Loved it... It was amazing 💜💜💜
@badrkarrachai1189
@badrkarrachai1189 3 жыл бұрын
All of that without using google just ones this is Amazing 😳
@tenc6491
@tenc6491 Жыл бұрын
Hi William, I like your french accent. glad to see a french KZfaqr who creates content in English. Happily subscribed.
@tanmayhire3092
@tanmayhire3092 3 жыл бұрын
For a second I thought she is Indian Cricketer Smriti Mandhana 😂
@syedismail9758
@syedismail9758 3 жыл бұрын
Same here.. 😂😂🤣🤣
@neo_7864
@neo_7864 3 жыл бұрын
I love her voice...so soothing..
@Ninja-cn6kj
@Ninja-cn6kj 3 жыл бұрын
I like jessica's solution very simple and sweet jhon's solution is lil bit advance that motivate to do more hardwork
@CharlesSmall
@CharlesSmall 3 жыл бұрын
I like her videos .I follow her videos and learn everyday.
@sumitmehra5119
@sumitmehra5119 3 жыл бұрын
So fun to watch.
@furbearmn
@furbearmn 3 жыл бұрын
Wow, they both made that last Venn diagram challenge 10x harder than it needed to be! The gap is just a nested circle clipped instead the other circle with 'overflow: hidden'. body { display: flex; justify-content: center; align-items: center; background-color: #09042A; } .circle { position: relative; width: 150px; height: 150px; border-radius: 50%; overflow: hidden; } .c1 { left: 30px; background-color: #7B3F61; } .c2 { left: -30px; background-color: #E78481; } .c3 { left: -90px; background-color: #09042A; }
@blazi_0
@blazi_0 3 жыл бұрын
This is so fun to watch ⌚ 😄
@bubbleteaichooseyou
@bubbleteaichooseyou 2 жыл бұрын
I always learn from coder coder but I don't know exactly why. Now after seeing her side by side with other people I fully understand her code is very clean and noobs friendly you can just look at it and have a general understanding of what she's going to do
@wcandillon
@wcandillon 2 жыл бұрын
I completely agree 💯
@awekeningbro1207
@awekeningbro1207 3 жыл бұрын
here is my short way of doing the last challenge(venn-diagramm): body { --color1: rgb(21, 70, 110); display: flex; justify-content: center; height: 100vh; background: var(--color1); margin: 0; place-items: center; } div { --radius: 140px; height: var(--radius); width: var(--radius); background-color: var(--color1); box-shadow: calc(var(--radius) * -.50) 0 0 0 black, calc(var(--radius) * -.50) 0 0 0 black inset; border-radius: 50%; transform: translateX(calc(var(--radius) * .25)); }
@m1kr0kosmos
@m1kr0kosmos 3 жыл бұрын
You all are so cool for this. Want to be this good. Programming neophyte
@mutazkanaan6796
@mutazkanaan6796 2 жыл бұрын
Jessica did it in a beautiful manner
@wadafaqblyat
@wadafaqblyat 2 жыл бұрын
jessica's first spot was like just on the spot don't move anywhere
@raghavsharma2057
@raghavsharma2057 3 жыл бұрын
amazing brother loved it❤️🔥
@syedshahbazhussain1920
@syedshahbazhussain1920 3 жыл бұрын
I really enjoy it ❤️
@oldbootz
@oldbootz 3 жыл бұрын
You got my sub. Great content!
@burhan3759
@burhan3759 3 жыл бұрын
nice video.. thanks guys for the css lesson
@vuyilemagwaza3236
@vuyilemagwaza3236 3 жыл бұрын
This is some great content.
@nyamukongclintonjr1036
@nyamukongclintonjr1036 3 жыл бұрын
Thanks so much for this
@preciousnwaoha3123
@preciousnwaoha3123 3 жыл бұрын
Pls Part 2🙏👍👍🙏 Awesome vid
@sonikhiphop
@sonikhiphop 3 жыл бұрын
This was really cool. Stumbled upon this with my 6 year old daughter who really likes it too 👍
@billz262
@billz262 3 жыл бұрын
Serious quality content
@sinredneran
@sinredneran 3 жыл бұрын
Challenge 3 is so hard.he left speechless
I Challenged The CSS King To A CSS Battle
37:45
Web Dev Simplified
Рет қаралды 1,3 МЛН
I've been challenged to a CSS BATTLE by Web Dev Simplified
42:22
Kevin Powell
Рет қаралды 948 М.
WHY IS A CAR MORE EXPENSIVE THAN A GIRL?
00:37
Levsob
Рет қаралды 17 МЛН
Final increíble 😱
00:39
Juan De Dios Pantoja 2
Рет қаралды 23 МЛН
Sigma Girl Education #sigma #viral #comedy
00:16
CRAZY GREAPA
Рет қаралды 93 МЛН
Master CSS Positioning: Absolute vs. Relative Explained
1:00
Anil Bhatt
Рет қаралды 109 М.
Avoid These 5 Awful CSS Mistakes
20:42
Kevin Powell
Рет қаралды 188 М.
Challenging Ben Awad to Clash of Code
25:00
William Candillon
Рет қаралды 120 М.
The Better Boarding Method Airlines Won't Use
8:28
CGP Grey
Рет қаралды 26 МЛН
I Will Be
4:00
Avril Lavigne
Рет қаралды 8 МЛН
10 CSS Pro Tips - Code this, NOT that!
9:39
Fireship
Рет қаралды 2,1 МЛН
I Challenged An Expert Designer To A CSS Battle
42:30
Web Dev Simplified
Рет қаралды 70 М.
Coding for 1 Month Versus 1 Year #shorts #coding
0:24
Devslopes
Рет қаралды 4,3 МЛН
How I type at 180 WPM, and how you can type faster too! ⌨️ #shorts
0:23
The Modern Lifestyle
Рет қаралды 180 М.
Learn Flexbox CSS in 8 minutes
8:16
Slaying The Dragon
Рет қаралды 1,4 МЛН
Нашел айфоны в мусорке!
0:32
По ту сторону Гугла
Рет қаралды 71 М.
Карточка Зарядка 📱 ( @ArshSoni )
0:23
EpicShortsRussia
Рет қаралды 515 М.
Индуктивность и дроссель.
1:00
Hi Dev! – Электроника
Рет қаралды 1,6 МЛН