Hi sir! I don't know if it is possible but can you show us how to create a website that looks like a Microsoft Edge overview page with animations, also my comment keeps disappearing if I try to comment down the link. It sends you to the official edge page which shows you the browser's features. Sorry for the trouble, it just keeps fading.
I'm sorry. I can't create separate video for that specific problem. Right now my College Examination is running on. Therefore after completion of my exam I may provide you "code" in order to make it "responsive" .
@@mudassirabegum1554 You can just use this code. ⚠ It's bad practice to use Flexbox on "body" tag & you can use CSS Grid as well. But right now you can try it. @media screen and (max-width: 790px) { body { flex-direction: column; gap: 2rem; } }
It's great. ❤
Thank you!
Cool👌👍
Thank you!
great channel. Where do you learn all this ?
I'm self taught web developer + I do spend most of my time creating 🎬TH-cam video & 🔍research.
Hi sir! I don't know if it is possible but can you show us how to create a website that looks like a Microsoft Edge overview page with animations, also my comment keeps disappearing if I try to comment down the link. It sends you to the official edge page which shows you the browser's features. Sorry for the trouble, it just keeps fading.
Can you provide 🔗link of that specific page.
the last one was useful, 2nd the code was not working when i used
Thank you
I'm sorry without knowing your real problem (what's wrong) I can't provide you any solutions.
it was correct in desktop but i when i worked to optimize mobile it was very difficult to arrange it properly
@@CodingDesign
it is a big headache to make mobile responsive please show that also
I'm sorry. I can't create separate video for that specific problem.
Right now my College Examination is running on. Therefore after completion of my exam I may provide you "code" in order to make it "responsive" .
thank you so much for giving time and understanding my problem .i will be waiting@@CodingDesign
@@mudassirabegum1554 You can just use this code.
⚠ It's bad practice to use Flexbox on "body" tag & you can use CSS Grid as well.
But right now you can try it.
@media screen and (max-width: 790px) {
body {
flex-direction: column;
gap: 2rem;
}
}