I Must Redeem Myself

  Рет қаралды 45,951

Web Dev Simplified

Web Dev Simplified

Күн бұрын

Пікірлер: 71
@ChavezIntPictures
@ChavezIntPictures 2 жыл бұрын
Please make more of these!! I need to get better with css and just watching you talk it through was incredibly helpful!!!
@elvinasss2767
@elvinasss2767 2 жыл бұрын
Please try to create something yourself you will improve also, listening and watching is good, but you need to challenge your knowledge always to improve man :)
@a17waysJackinn
@a17waysJackinn Жыл бұрын
17:28 gonna love that -1980 tho still perfectly aligned
@nottydread
@nottydread 2 жыл бұрын
"Friendly rivalry" ... I WILL CRUSH HIM!!!
@tigana
@tigana 2 жыл бұрын
😂
@sometimes1
@sometimes1 2 жыл бұрын
These videos are so great to study CSS, please continue doing these!
@KeeBeeTz
@KeeBeeTz 2 жыл бұрын
In design 3, u could use border radius to make leaf, without circle and rectangle.
@nikilragav
@nikilragav 2 жыл бұрын
For #2: div .line-container line-1 div .line .line-container width: radius-of-circle height: thickness-of-line position: absolute left: center of circle top: (center of circle - height) display: flex flex-direction: reverse .line height: 100% width: length-of-line background-color: white border-radius: thickness-of-line/2 .line-2 transform: rotate(-30 deg) transform-origin(left center)
@BaukeC
@BaukeC 2 жыл бұрын
.leaf { width: 100px; height: 100px; border-radius: 50% 50% 0 50%; background-color: red; }
@Raaampage
@Raaampage 2 жыл бұрын
I succeeded the design 2 #110 with the transform-origin property you showed, I just used arbitrary (and incrementaly rotated 30deg each line) values to achieve what I wanted :) (like transform-origin: 120% 5px;) Let's see what you ended up with :p
@kenbee85
@kenbee85 2 жыл бұрын
Love you guys.
@coffeedawg822
@coffeedawg822 2 жыл бұрын
If you're patient, you can make the dots using repeating radial-gradient and clipping
@ts3798
@ts3798 2 жыл бұрын
This reminded me of how much I hate writing vanilla CSS.
@faizanahmed9304
@faizanahmed9304 2 жыл бұрын
Great video kyle!!
@risitas5874
@risitas5874 2 жыл бұрын
I'll come back to this when I figure out how to center a . This is coming from developer with 5 years experience - 4 in front-end
@neilmerchant2796
@neilmerchant2796 2 жыл бұрын
It's so much simpler than it used to be now thanks to Flexbox!
@risitas5874
@risitas5874 2 жыл бұрын
@@neilmerchant2796 That's what they all say
@i0x37
@i0x37 2 жыл бұрын
@@risitas5874 he's right
@groovebird812
@groovebird812 2 жыл бұрын
For the dots you only need one single div if you use box shadow. But it is more CSS
@WebDevUsman
@WebDevUsman 2 жыл бұрын
Love you bro
@wissendev5490
@wissendev5490 2 жыл бұрын
I did the second design with transform: translate, it was so easier and I also find a pattern in that way Nice job btw
@dave6012
@dave6012 2 жыл бұрын
I’ve done these challenges. The character count of the leaderboards is insane. I stripped every possible character while maintaining 100% accuracy and still had twice the characters of the leaders.
@tinmancode
@tinmancode 2 жыл бұрын
You'll need html entities and some extreme hackery to catch up to them
@dave6012
@dave6012 2 жыл бұрын
@@tinmancode I would love to see their solutions, just to learn, but CSS Battles hides them so nobody can copy them.
@TsoiIzAlive
@TsoiIzAlive 2 жыл бұрын
Headphone turned really nice !👌🏼
@RiHezBestSmiteMontages
@RiHezBestSmiteMontages 2 жыл бұрын
awesome I didnt know transform-origin was a thing
@rutchjohnson
@rutchjohnson 2 жыл бұрын
Love these types of videos!
@toby6389
@toby6389 2 жыл бұрын
I think with the headphone band you just needed to remove the border radius from the bottom left and bottom right then you could set the bottom border to none. You may also need to set a 50% top left and right radius rather than the 10000px ( dunno though about that as I’m not in a position to test )
@sudo576
@sudo576 2 жыл бұрын
I'm not the kind of people who comment a lot but boy this video was so FUN please make another video I would like to see it. keep it up❤
@ioncojocaru630
@ioncojocaru630 2 жыл бұрын
Awesome content 👏
@miledaoun8856
@miledaoun8856 Жыл бұрын
You were very much on the right track doing the second battle, you could have set a transform-origin of 125px center and your problems would have been solved automatically, no need for padding or anything else! just a container with empty children, no pseudo elements needed
@peterschmid7507
@peterschmid7507 2 жыл бұрын
hey Kyle, if you are reading this, please make a "junior vs senior code" but with typescript. people will love it, including me
@BolaHariini250
@BolaHariini250 2 жыл бұрын
Border bottom left right radius Border bottom 0
@milanm4772
@milanm4772 2 жыл бұрын
Maybe in the second challenge you can use transform-origin: 120% 100%; and just change angular of rotation. To create leaf use border-radius: 0 50% 50% 50%;
@Nodsaibot
@Nodsaibot 2 жыл бұрын
For the longest time I thought you were the guy behind fireship channel lol
@vinothidayaraj
@vinothidayaraj 2 жыл бұрын
I've completed spacing in cssbattle
@MitchMoccia
@MitchMoccia 2 жыл бұрын
SAVAGE MODE
@Alan_the_Red
@Alan_the_Red 2 жыл бұрын
Wow, I didn't know CSS was so useful for creating shapes
@theloveopium
@theloveopium 2 жыл бұрын
Is this the good place to train CSS skills? What is a perfect place to train JS skills?
@hypernylium9782
@hypernylium9782 2 жыл бұрын
the war between kevin starts today 😂
@VKD007
@VKD007 2 жыл бұрын
you could just round the leaf squares a bit for match
@quickmaths4762
@quickmaths4762 2 жыл бұрын
Put css battle in the title/thumbnail and you‘ll get more views
@DeepakSingh-ln9ee
@DeepakSingh-ln9ee 2 жыл бұрын
I would have just created the 3 left rods than mirrored them to the right
@10YardCricket
@10YardCricket 2 жыл бұрын
I don't think you lag any skillset instead when you face kevin, you become more nervous 😅
@7heMech
@7heMech 2 жыл бұрын
After the last battle I went on this website and tried exactly design 2, but I got stuck after I made one line, and I couldn't figure out the rotation...
@tinmancode
@tinmancode 2 жыл бұрын
You can use transform rotate but you need to offset your x axis
@indiging8330
@indiging8330 2 жыл бұрын
I always end up looking at your hair instead of your eyes when you speak
@vampirejs758
@vampirejs758 2 жыл бұрын
The "before" in thumbnail is more difficult to make
@abdihakim391
@abdihakim391 2 жыл бұрын
Kyel king of simplifier VS Kevin king of CSS........:P
@Quickb3n
@Quickb3n 2 жыл бұрын
Literally can't think of anything I'd rather do less
@alwysrite
@alwysrite 2 жыл бұрын
how do you do that sliding across the screen to see the original css battle you are trying to create?
@tinmancode
@tinmancode 2 жыл бұрын
Just move your mouse over the target
@phlatearther
@phlatearther 2 жыл бұрын
Hey Kyle! How many programming languages can you code in, can you list em, I am trying to figure out what programming language to focus on
@neilmerchant2796
@neilmerchant2796 2 жыл бұрын
Javascript!
@jettthecoder1185
@jettthecoder1185 2 жыл бұрын
Hello
@aktherambler1808
@aktherambler1808 2 жыл бұрын
Hey can we do one battle. I want to challenge you.my global rank is 49 and current battle rank is 25
@iJuce
@iJuce 2 жыл бұрын
4th! (Ok im done)
@slowprogrammer
@slowprogrammer 2 жыл бұрын
I would like to say, what if Kyle make tutorial about data structures and algorithms??🤔🤔
@shaikjakeer7552
@shaikjakeer7552 2 жыл бұрын
Hi Kyle, can you make video on react-to-pdf in tab components implementation ❤️
@eamytb
@eamytb 2 жыл бұрын
Just move the origin point already 🤬
@shashankpandey8346
@shashankpandey8346 2 жыл бұрын
Your css battle are kinda weird. The rule is that you have to complete this is fewest words possible. But you are taking an easy route.
@HowManyShrimps-g7z
@HowManyShrimps-g7z 2 жыл бұрын
Same
@butwhy4579
@butwhy4579 2 жыл бұрын
.
@js-dw6do
@js-dw6do 2 жыл бұрын
9th نهمی منم
@artyomshegeda
@artyomshegeda 2 жыл бұрын
Seems, mathematics is not your hard skill.
@iJuce
@iJuce 2 жыл бұрын
Jk second
@itsyourronit
@itsyourronit 2 жыл бұрын
2nd comment
@iJuce
@iJuce 2 жыл бұрын
Nah third
@b4rb13der
@b4rb13der 2 ай бұрын
Hey, Nice video, check out my solution for #110 body { background: #D25B70; margin: 0; position: relative; } div { width: 100px; height: 10px; background: #F2E09F; border-radius: 100px; position: absolute; bottom: 95px; left: 80px; transform: rotate(calc(30deg * var(--angle))); transform-origin: calc(100% + 20px) calc(100% - 5px); }
@a_h_hamdani6944
@a_h_hamdani6944 2 жыл бұрын
First here
@iJuce
@iJuce 2 жыл бұрын
First
Can I Build A Simple Todo List Blindfolded?
9:06
Web Dev Simplified
Рет қаралды 56 М.
Can I Beat The King Of CSS Again? - CSS Battle
12:40
Web Dev Simplified
Рет қаралды 249 М.
My MEAN sister annoys me! 😡 Use this gadget #hack
00:24
Amazing remote control#devil  #lilith #funny #shorts
00:30
Devil Lilith
Рет қаралды 14 МЛН
Wait for it 😂
00:19
ILYA BORZOV
Рет қаралды 11 МЛН
Front-end developer takes on a CSS battle
18:38
Kevin Powell
Рет қаралды 193 М.
I Challenged An Expert Designer To A CSS Battle
45:56
Web Dev Simplified
Рет қаралды 145 М.
I Challenged The CSS King To A CSS Battle
37:45
Web Dev Simplified
Рет қаралды 1,3 МЛН
Can You Beat Me At This Interview?
13:45
Web Dev Simplified
Рет қаралды 104 М.
I've been challenged to a CSS Battle!
33:00
Kevin Powell
Рет қаралды 204 М.
Front-end dev takes on a CSS Battle
21:02
Kevin Powell
Рет қаралды 25 М.
Why 4d geometry makes me sad
29:42
3Blue1Brown
Рет қаралды 648 М.
6 Advanced Flexbox Features You Probably Don’t Know
14:54
Web Dev Simplified
Рет қаралды 118 М.
I Challenged An Expert Designer To A CSS Battle
42:30
Web Dev Simplified
Рет қаралды 73 М.
My MEAN sister annoys me! 😡 Use this gadget #hack
00:24