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.
can you help me sir i write as height: calc(var(--header-height)+3rem); but this not working --------------------------------------------------------------------------- whole code
Thank you very much, I learned alot!
This is what Coding is ! Not bull shit only Programming straight
I managed to finish it, thank you very much, it helped me refresh concepts.
Good..i'm still struggling😅
This looks soooo good. I ll definetely give a try to this project these days 😅 and then I ll have a large pizza 😂
clean code seriously hard word love this
I always like your code .Thank you .Need More Videos
Elegant ❤❤
Great! love your videos as always Evergreen
Thank you, greetings.
What a Show Man, let's practice, congratulations!!
Thank you, greetings.
great work bro appreciate
Thank you good idea I will take this idea pro
This is great, please continue sharing knowledge. May I please redo this using angular and enhance it?
thanks sir
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.🙌❤
Assalaam oa likum mai bhi pakiatabn agar linked in ha to connect hojain mai bhi web dev seekh rah hu
thank you so much
Site is very pretty...
good man man can you help me the swiper of javascript is not working why ? can you help me
i trying to run it, but only show blank page
what you use for responsive for all devices
Breakpoints
What is the name of your VS Code theme? And how do you change the icons in the Activity Bar?
One dark darker
🍰 🧁 *_good coding style ..._* 🥧 🍮
Would you please guide for the images from where yoh got all these
In the comments there is a link to GitHub where there is a folder with the images, greetings.
Which video recoder software use make this video?
Camtasia
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.
The top: -.85rem should go after the inset
inset: 0;
top: -.85rem;
Can you make working appointment booking website for doctors and saloon
Sir how to resize images
Can u share all the code of these project
also erro in js file
Thank you for your work and the figma file! very professional 💪. viki
where is figma file?
Classs
I need images of website
In the comments there is a link to GitHub where there is a folder with the images, greetings.
their is alot of erros brother toggle icon not showing
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.
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 😐
It is written with spaces
height: calc(var(--header-height) + 2rem);