I spent most of the day attempting to find a decent tutorial on how to structure a basic webpage and this is by far the best video. Thank you very much!
I love this clean code, you are not using extra divs to confuse begginers and the best thing is you are using semantic elements which make your code extravagant... Can you please create more videos of this?
Mann please don't stop making content for noob! I can't thank you enough for this video. It helps me a lot. Everyone creates projects like this without any explanation or clue they just write the code and show but you do these both in a short time! Thanks a lot again, from Bangladesh!
holy shit. you're succinct, explained EVERYTHING you did, gave the right amount of data, got to the point, didn't waste time on a dumb intro, and, AND you're better than my web dev teachers!
Wow very simple yet cool landing page! I believe this SVG is from undraw. I am very afraid of using CSS but i think I'll start now seeing how easy it was to design this simple yet elegant page.
I appreciate you , you're perfeeeeeeeeeeeeccccccccccct, simple, effective, easy, understandable you must be a lecturer and a professional one, this my first video for me but dammmmmmn I'll go through your entire videos. Thank you for sharing.
Thank you so much sir, this came handy. explained in a concise and comprehensive way ...Sure all my doubts have been cleared. Thank you once again for the conteent and channel
Brother you have one more subscribe, your explication is fantastic, and you create a site for beginners and who can use for some intermediate. Now try to create a site a little bit difficult, so that we will learn in different ways withyou. Your channel is one of the different I see, Congratulations Brother.
At 10:26 when your selecting the "a" tag why did you need more than the "a"? Also please go through adding the underline animations in greater detail. I do not understand what all the attributes/setting were doing individually. Thanks in advance
so as to be more specific, since i need to target the a tag inside the ul, otherwise all other a tag would also get the styling which i intended for the navlinks.. its better to be more specific than to mess the styling of other elements accidently. Hope you understand Regards
@@SGWEBDEV I thought that was the reasoning, Thank you! if possible can you also can you go through adding the underline animations in greater detail. I do not understand what all the attributes/setting were doing individually. Very helpful video by the way, you area wonderful instructor.
@@SGWEBDEV Thanks! i cant wait to see it! BTW im actually having trouble with animation. its appearing above the links! ul li { padding: 0 20px; text-decoration: none; color: #3a3a3a; position: relative; } li a::after{ content: ""; display: block; height: 4px; width: 0; background: #c4c4f7; transition:all .5s; } li a:hover::after{ width: 100%; } please help if you can.
Good video but some problems : hig speed and hard to follow, black screen with red text of class names and id that not clear in robust network resolution (480p), otherwise this is the good tuturial
I spent most of the day attempting to find a decent tutorial on how to structure a basic webpage and this is by far the best video. Thank you very much!
I love this clean code, you are not using extra divs to confuse begginers and the best thing is you are using semantic elements which make your code extravagant... Can you please create more videos of this?
Mann please don't stop making content for noob! I can't thank you enough for this video. It helps me a lot.
Everyone creates projects like this without any explanation or clue they just write the code and show but you do these both in a short time! Thanks a lot again, from Bangladesh!
holy shit. you're succinct, explained EVERYTHING you did, gave the right amount of data, got to the point, didn't waste time on a dumb intro, and, AND you're better than my web dev teachers!
Thank you for your kind words :)
One of the best tutorials ever! Its good to know how flexbox is used in real life projects! Thank you!!
fala buraz u Škopino i moje ime, pomogo sinam za OSMIĆA Allah te nadogradio!!!!!!!!!
Simple and very effective way you designed ,developed and explained 💯,, come with more , just keep same simplicity but effective 👍👍👍
I thought that you should use the CSS grid for main website structure, then use Flexbox to handle the smaller inner elements of the website.
When presentation is excellent, even complicated things become simple. Wishing you the best.❤.
I'm lucky to have found this tutorial. You teach really well
Thank you for your kind words :)
Wow very simple yet cool landing page! I believe this SVG is from undraw. I am very afraid of using CSS but i think I'll start now seeing how easy it was to design this simple yet elegant page.
I appreciate you , you're perfeeeeeeeeeeeeccccccccccct, simple, effective, easy, understandable you must be a lecturer and a professional one, this my first video for me but dammmmmmn I'll go through your entire videos.
Thank you for sharing.
Super bro ur explanation is good and giving this code is very useful
Thank you so much sir, this came handy. explained in a concise and comprehensive way ...Sure all my doubts have been cleared. Thank you once again for the conteent and channel
You are most welcome
Thank you so much for the simple tutorial. It's what I really need, not some high production complex stuff.
Yo thx i just started to do computer stuff like this and u actually helped me more then my teacher does
Very well explained. Thanks a ton!
Great video, and a very good form of explanation. I really enjoyed it.
Keep up the great work :)
Very useful video to me... tq 💫
I think you are awesome cos you also explain your process very clearly including shortcuts you use
Really awesome bro. 2024 and this is still useful
Nice video tutorial. Thank you
Glad you liked it Kieran :)
Good tutorial, clear and well explained
Great work, thanks.
Brother you have one more subscribe, your explication is fantastic, and you create a site for beginners and who can use for some intermediate. Now try to create a site a little bit difficult, so that we will learn in different ways withyou. Your channel is one of the different I see, Congratulations Brother.
Well done, what makes you different is that you clarify some stuffs that others just write it
Excellent explain sir
At 10:26 when your selecting the "a" tag why did you need more than the "a"?
Also please go through adding the underline animations in greater detail. I do not understand what all the attributes/setting were doing individually. Thanks in advance
so as to be more specific, since i need to target the a tag inside the ul, otherwise all other a tag would also get the styling which i intended for the navlinks.. its better to be more specific than to mess the styling of other elements accidently.
Hope you understand
Regards
@@SGWEBDEV I thought that was the reasoning, Thank you! if possible can you also can you go through adding the underline animations in greater detail. I do not understand what all the attributes/setting were doing individually. Very helpful video by the way, you area wonderful instructor.
@@jamesdarnel ok i will make a video on that topic
@@SGWEBDEV Thanks! i cant wait to see it! BTW im actually having trouble with animation. its appearing above the links!
ul li {
padding: 0 20px;
text-decoration: none;
color: #3a3a3a;
position: relative;
}
li a::after{
content: "";
display: block;
height: 4px;
width: 0;
background: #c4c4f7;
transition:all .5s;
}
li a:hover::after{
width: 100%;
}
please help if you can.
@@jamesdarnel I checked this, it's appearing at the bottom. here is the codepen link - codepen.io/Devrishi-Gupta/pen/ZEeROra
This is very helpful, thank you so much for making this video and good luck.
Awesome video... Learned many things from it.. Keep up the good work ❤
Amazing..Thank you so much sir
Jst simply splended
you write clean codes and very articulate in explaining each line of code.Thank you
This will be the begining of my goal, full stack web developer. Next project, how do i add effects on the buttons and the image. Thanks a lot!
thank you! just needed a refresher and this video was perfect for that!
Really good 👍🏻 tutorial
Glad you think so!
Flex box is really a game changer
Tnx for clean tutorial for landing page!
Brother can u also provided resources link in description that you have used in video
Btw Great Work Keep it Up🥰
very nice explanation
Great Video
I really like your landing page. Can you make full website ?
great how clean code is this...i am subscribing
Awesome👍👏
Thank you for this tutorial 👌
Well explained
Why we use width 30% in content-left, instead can I use margin?
Helpful video.
Glad to hear that Ajay :)
Thanks bro. Keep posting
Very clear tutorial! Thank you
Excellent
sour could you make a video on this how we can change this desktop version to mobile layout?
Good video but some problems : hig speed and hard to follow, black screen with red text of class names and id that not clear in robust network resolution (480p), otherwise this is the good tuturial
I will rectify my problem in the videos to come
It was really great. Thank you 😊💓
Very basic but helpul....
Would you mind telling us the name of this site ? Thanks a million
clean code, easy to understand. definitely sub
Nice work bro. Want to ask when exactly we use other flex properties to define width such flex grow instead of using "width:30%"
❤❤
I love it man
Please explain....
Why there is underline coming under the texts of the left section
Nyc
amazing brother
You've got a new subscriber
This was very good. Thank you!
thank you!!! so useful
Sir how to make animated pictures that you have putten on your thumbnail..?
where did you get the images?
niceeeeeeee
This was excellent!
Please do you have full course on html css and java?
Very useful!
thx man that was very helpful
thank you very much sir🙏
resbonsiv veb sayt .
sir to center the LI (home -navigation) and make it responsive
Thanks
why have u written display property in ::after?
Make more such videos
It would be better you put the links for images to download and use in our project and explain more about after pseudo class
how to get the pictures he is using?
Thanks so much
Sir where to find such type of image plz give me the link
Thanks for this!
very good tutorial but could have been better if you added responsiveness to the website
can you put the pictures images so we can do it ourselves
is there any github url for the landing page
Thank you
which vs code theme?
hello thanks for your video, to bad not have resource (images logo, and hero banner)
thankyou so much
no link to the code and pictures used.. Please drop
how do download background images
Thank you for the amazing course! Btw where can I download the background and logo image, I couldn't find them in the code folder I downloaded.
i have used freepik.com for the images
where is code folder?
Could you please share the code?
Please where can I download quality illustration for a web design?
I use premium freepik.com resources
big thanks bro
Link for download project.??
calc(100vh - 100px) is not working for me. Still I getting scroll bar. How can I remove it? please help.
check the spacing between 100vh and 100px. if you write like this (100vh-100px) it will not work. add space and then check
@@SGWEBDEV I checked, and it's working but still got small space below because of that scroll bar appear. Is there any other suggestions to remove it?
I am finding this page to clear my diplay flex property