CSS Battle ⚔️ Battle #1 - Missing Slice

preview_player
Показать описание
Learn how to use css and HTML to build out a cool little pizza pie that is missing a slice of pizza. Doing these battles is fun.

------------

I'm a full stack web developer who has been in the industry since 2013. There is a lot of things I have learned along the way and I'd like to share that knowledge with anyone wanting to learn!

like this video if you found it useful and would like to see more videos of the same content.

subscribe to my channel if you are trying to improve your abilities as a web developer, software engineer, or even if you are just learning to code.

Don't forget to turn on those bell notifications!

Book mark these links!
Рекомендации по теме
Комментарии
Автор

you can use border color to make it with one div : { solid;border-color:#FADE8B #0000 #F7F3D7

sethuraman
Автор

thanks, your videos are really helping me learn more about CSS

mueezayman
Автор

hey bro i am from Nepal and just a begineer for css and i loved the way you code

rootprogrammer
Автор

I've heard some people talking about this website on Twitter, but I didn't have the chance to try it out! Thanks for this, this website is great!

MayaBello
Автор

Bro.. thanks for sharing❤️
Its helping me a lot🙏

zaindeen
Автор

You can use css gradient to make it. I have done it with one div. For div set width and height on 200px, border radius to 50% and background: conic-gradient(#FADE8B 0% 25%, #E3516E 25% 50%, #F7F3D7 50% 75%, #51B5A9 75% 100%);

webcoding
Автор

Wow everyone thinks so different, this was my first one and I solved it using flexbox lol

TheThirdWorldCitizen