This looks soooo good. I ll definetely give a try to this project these days 😅 and then I ll have a large pizza 😂
@RupalyMarjahan27 күн бұрын
I always like your code .Thank you .Need More Videos
@WayOfTruth142 ай бұрын
clean code seriously hard word love this
@brutal48152 ай бұрын
This is what Coding is ! Not bull shit only Programming straight
@niloquisp7428Ай бұрын
I managed to finish it, thank you very much, it helped me refresh concepts.
@alinapaul1642Ай бұрын
Good..i'm still struggling😅
@TheChokolatemilk2 ай бұрын
Thank you very much, I learned alot!
@bhushankulkarni63582 ай бұрын
Elegant ❤❤
@Brutos2122 ай бұрын
What a Show Man, let's practice, congratulations!!
@Bedimcode2 ай бұрын
Thank you, greetings.
@shahidvohra22392 ай бұрын
Great! love your videos as always Evergreen
@Bedimcode2 ай бұрын
Thank you, greetings.
@WayOfTruth142 ай бұрын
great work bro appreciate
@brilliantMotjiang2 ай бұрын
This is great, please continue sharing knowledge. May I please redo this using angular and enhance it?
@theblackghost12672 ай бұрын
Thank you good idea I will take this idea pro
@whynuman2 ай бұрын
Can you please guide me on where you get all assets like colors and fonts, and how you choose them? I am new to web development. Love from Pakistan.🙌❤
@pakistanmastermappingАй бұрын
Assalaam oa likum mai bhi pakiatabn agar linked in ha to connect hojain mai bhi web dev seekh rah hu
@SujoyRoy-g4o12 күн бұрын
thanks sir
@FELISMINECRAFT2 ай бұрын
Site is very pretty...
@dinova-gamingАй бұрын
thank you so much
@masudicval2 ай бұрын
🍰 🧁 *_good coding style ..._* 🥧 🍮
@DanishSaeed-m4z2 ай бұрын
what you use for responsive for all devices
@Bedimcode2 ай бұрын
Breakpoints
@ibrahimnajjar7562Ай бұрын
good man man can you help me the swiper of javascript is not working why ? can you help me
@aref0032 ай бұрын
What is the name of your VS Code theme? And how do you change the icons in the Activity Bar?
@Bedimcode2 ай бұрын
One dark darker
@mahanandaray33062 ай бұрын
Which video recoder software use make this video?
@Bedimcode2 ай бұрын
Camtasia
@pragyamaurya79422 ай бұрын
Would you please guide for the images from where yoh got all these
@Bedimcode2 ай бұрын
In the comments there is a link to GitHub where there is a folder with the images, greetings.
@farhadthomas2 ай бұрын
In Popular section for popular-dish in css you used inset: 0; It's means : top: 0; left: 0; bottom: 0; right: 0; Am i right ? after that you wrote the css code: top: -.85rem; in this case the top: -.85rem; in not working.
@Bedimcode2 ай бұрын
The top: -.85rem should go after the inset inset: 0; top: -.85rem;
@sujalchauarasia2 ай бұрын
Can you make working appointment booking website for doctors and saloon
@Kashyapvasu-q6rАй бұрын
Sir how to resize images
@sayff56712 ай бұрын
Thank you for your work and the figma file! very professional 💪. viki
@GWBDN14 күн бұрын
where is figma file?
@WayOfTruth142 ай бұрын
also erro in js file
@B_PrathamNagulwar2 ай бұрын
Can u share all the code of these project
@YousufRaza-b2i2 ай бұрын
I need images of website
@Bedimcode2 ай бұрын
In the comments there is a link to GitHub where there is a folder with the images, greetings.
@WayOfTruth142 ай бұрын
their is alot of erros brother toggle icon not showing
@Bedimcode2 ай бұрын
The website requires patience and calm, you must have missed something and that's why it shows an error. Now, part of the site has errors.
@baxti72 ай бұрын
Classs
@devindadilshan72672 ай бұрын
can you help me sir i write as height: calc(var(--header-height)+3rem); but this not working --------------------------------------------------------------------------- whole code Responsive Navbar :root { --header-height: 4rem; } * { margin: 0; padding: 0; box-sizing: border-box; } .navbar { display: flex; align-items: center; background-color: red; height: var(--header-height); } @media screen and (min-width: 576px) { .navbar { height: calc(var(--header-height)+3rem); } } Logo help me sir , if you can 😐
@Bedimcode2 ай бұрын
It is written with spaces height: calc(var(--header-height) + 2rem);