Awesome , I follow your video every week to sharpen my html skill , highly appreciate your contribution to the Industry. I have 2 request 1) In the about us section the image you used is like Masinory layout can you make a video on this so that we can gain some knowledge how to achieve this type of effect by css . 2) Can you please build some video using Bootstrap latest, so we can get some knowledge from your video And by the way your background audio is awesome , can you please say the name of the audio.
I am using grid to overlap image div and content div. Then margin-left: auto to push image to right, and content is having max-width property to keep it left.
Everything is good but i don't think so you are getting advantage of using rem for font size and padding because as screen getting shrink the padding space and font size still remaining constant though it should get decrease as per screen width others wise you should px only Feedback will love to hear how we can solve this without using vw
rem is used for relativity. Our browser is set to font-size: 16px in :root, and 1rem = 16px. If user changes the :root value for any reason, the font-size, padding , margin etc. will inherit the new :root value. So, if user changes :root font-size to 20px, therefore, the new 1rem will be equal to 20px. If you would have used px, it would not have updated. What you are looking for is fluid typography, which can we achieved using vw, or using clamp function in CSS. i.e. font-size: clamp(2rem, 25vw, 6rem).
Awesome , I follow your video every week to sharpen my html skill , highly appreciate your contribution to the Industry. I have 2 request 1) In the about us section the image you used is like Masinory layout can you make a video on this so that we can gain some knowledge how to achieve this type of effect by css . 2) Can you please build some video using Bootstrap latest, so we can get some knowledge from your video
And by the way your background audio is awesome , can you please say the name of the audio.
❤❤.
How much should a client be charged for a website like this?
Around price?
Youre a Hero Bro.
Thanks for providing free source code ❤
hello bhaiya aapka channel monitaize ho gya kya yt ka. please tell me yes or no
Fantabulous 🎉
How the image go the left and text go the right in section__container
I am using grid to overlap image div and content div. Then margin-left: auto to push image to right, and content is having max-width property to keep it left.
what about the shopping cart
Nice. I try to make this E commerce website .I copy source code. But my design is not perfect. How can I do it please advice.
Try to run the downloaded source code directly. If it runs fine, there must be some issue with the code while copying.
Ok I will
Highly appreciated
If we have a big project, how do we put the translation for all pages at the same time?
You can create individual JS file for each page. Or you can write all transitions in single main.js file and add it to every HTML.
@@webdesignmastery23 its very hard
wow, just amazing !!!
Great Design...
Tnx you teacher ❤
Very amazing
Nice Design.....
Everything is good but i don't think so you are getting advantage of using rem for font size and padding because as screen getting shrink the padding space and font size still remaining constant though it should get decrease as per screen width others wise you should px only
Feedback will love to hear how we can solve this without using vw
rem is used for relativity. Our browser is set to font-size: 16px in :root, and 1rem = 16px. If user changes the :root value for any reason, the font-size, padding , margin etc. will inherit the new :root value. So, if user changes :root font-size to 20px, therefore, the new 1rem will be equal to 20px. If you would have used px, it would not have updated. What you are looking for is fluid typography, which can we achieved using vw, or using clamp function in CSS. i.e. font-size: clamp(2rem, 25vw, 6rem).
bro do you do freelancing??
Yes
@@webdesignmastery23 at what price
Images kese download kere
Download the source code(link in description). All images are in asset folder.
Ok thanku Sir🙏
At 1:50 what did you to get type of screen?
Right click -> inspect -> mobile icon on top left of the window.
really awesome