Music made me sleep, but was relaxing. Absolutely great presentation of a how -to. I mean there was no talking and the cursor guided me so well I didnt need any voice-over. Thank you so much!
Please help. I followed your tutorial, and then i add bootsrap link and then it messed up the design. What should i do to fix this without removing the bootstrap, because i need its features in the content. Sorry im just a beginner
5:27 I saw your code is .wrapper { display: flex; } I came up with a different way. .sidebar { position: fixed; width: 300px; } .main-content { margin-left: 300px; } What's the difference? Does these 2 codes work the same?
Hi, flex is to float the sidebar and main content side by side. Then I am fixing the sidebar using position fixed. When we use the position absolute or fixed these elements move out from the context. So the main content goes behind the sidebar. Then we have to use margin left to make the main content visible
you probably notice me but i hopy you can help me in that how can i add if anyone sees this pls help how can i add a footer, as well as pictures in violet are where the links are and also is the link on the side be immovable?
hello am collins all the way from zimbabwe ... bro this is great but am having a challenge ...i included bootstrap as this dashboard nw using it as my navigation bar dashbord bt cz i included bootstrap the toggle item now not workin when i click it my screen now turning white blank white rather than togglin
Mute the sound. and play music natively. Require the sound for if the instructor is speaking on the tutorial however the instructor doesn't speak yet plays irrelevant music which sometimes don't always like the style.
Why .sidebar class is used under .wrapper class, we could have used .sidebar class directly, I mean what is the benefit we are getting of using .sidebar inside .wrapper
it didn't work for me. The problem was(which I solve) you have yo add height:auto, width:auto to h2 and ul li items. otherwise h2 will take full page then you can't see ul li items.
Music made me sleep, but was relaxing. Absolutely great presentation of a how -to. I mean there was no talking and the cursor guided me so well I didnt need any voice-over. Thank you so much!
lmao me too
This was amazing. I usually hate tutorials with no voice-over, but this was exactly what I needed. Very well done.
I like the way you code, very simple and modular. Anyway, the background music was so relaxing
Nice choice of music.... my heart felt so relaxed.
I loved this! I started making an electron app and this is what I needed to help me get started as an amaeture.
I love this tutorial! Clean and simple. Gave me good idea for the side bar for my personal website. Thank you :D
i´ll have a personal website ,I am a I.T
Thanks buddy .. it was the best and the background music wasn't noisy .. really grateful for that ..
May God bless you 💫
This video was really helpful! Music was chill and you didn't even have to explain a lick for me to understand:)
Thank you for making your music relaxing. I can't stand coding vids with hectic music
This guy deserves more likes and subs Nive tutorial simple and easy
Thanks for the tutorial, btw The music made it better
thanks a lot, you explain a lot with no words. just what i needed.
You have saved my carrier, thank you 😉
Im probably late to the party, but it was really useful, thank you for the clarity!
great video- really helped me develop this element of my first website. Thank you!
Thank you so much for this video. It cleared all my doubts. Thanks alot
Thank you so much, this video helped me a lot and clarified me many doubts, very helpful!
Relaxing music and awesome tutorial! Thank you very much
Thank you so much for the source code.
Why did you use display: flex on the .wrapper class in CSS ? What does it add to the overall design ?
Its really helpful
Make more videos like this please
this was so clear thank u so much
Amazing video and very clean code.
thank you so much for this amazing tutorial ..
very helpfull video best i came across. my question can you please show how to make sub menus as well. real beginner here
hey sir , i had problem when i put color it doesn't work ? in body and wrapper
From where can i get the code for making this whole thing?
instead of can you also put to create the navigation bar?
Han you can use the html5 new tags
Thanks for great tutorial buddy!!
Thanks a lot for this tutorial !
Please help. I followed your tutorial, and then i add bootsrap link and then it messed up the design. What should i do to fix this without removing the bootstrap, because i need its features in the content.
Sorry im just a beginner
what plugins do you have on to allow for the li*7>a and that to work
Awesome job, Thanks so much!
Can i ask why is there position relative on wrapper ? thanks.
Amazing! Trully. + Subbed
I just started learning html css and I thought it was mandatory to use , , , , but I see that there is only , is this really allowed?
It's not a mandatory but u should learn how to use divs.. And learn both ways it would be helpful to you.
Amazing. Thankyou for this! U got New sub here! ❤️ I'll make admin dashboard. Thanks for this!
✨The intro tho... ✨
5:27 I saw your code is
.wrapper {
display: flex;
}
I came up with a different way.
.sidebar {
position: fixed;
width: 300px;
}
.main-content {
margin-left: 300px;
}
What's the difference? Does these 2 codes work the same?
Hi, flex is to float the sidebar and main content side by side. Then I am fixing the sidebar using position fixed. When we use the position absolute or fixed these elements move out from the context. So the main content goes behind the sidebar. Then we have to use margin left to make the main content visible
how do i make the text in the center i copied correctly but the text is at the bottom
Thanks,very explanatory
I'm a student and a beginner on this coding stuff, so I have a question: why does he use and adds the class instead of using , , , etc.?
I would say that it is just a preference of only using divs
Muy Bueno... Excelente....!!!!
Wow! Thank you so much. This video was really helpful 👏👊👍👌
Watch this video as well it may help you
ruclips.net/video/Ihwqun_HmXs/видео.html
I need to create to do list app using HTML and CSS only.So, how can I make this app as gmail inside page type.
I want to display all the menu list item of side menu bar from data base. How will do it.
why inside the menu doesnt have stuff? thats what i need to know
you probably notice me but i hopy you can help me in that how can i add if anyone sees this pls help how can i add a footer, as well as pictures in violet are where the links are and also is the link on the side be immovable?
How can I add a dark mode and make it responsive?
Thanks man!!
About this tutorial your work was awesome. But You should give ur voice when u are making the tutorial. It will be helpful for us
Is it responsive page ?? Bootstrap
bro, i want to ask u. why yeah, my simbol not detect in my laptop?
how can i add background images besides the navigation bar?
Just one key point left out. If one want the link to open in the section to the right retaining the sidenav.
how can I find the script src ı cant get it
How do you change the rightside content by clicking on a menu?
Create different html pages and link those pages in the anchor tags..
hello am collins all the way from zimbabwe ... bro this is great but am having a challenge ...i included bootstrap as this dashboard nw using it as my navigation bar dashbord bt cz i included bootstrap the toggle item now not workin when i click it my screen now turning white blank white rather than togglin
Is it responsive?
Mute the sound. and play music natively. Require the sound for if the instructor is speaking on the tutorial however the instructor doesn't speak yet plays irrelevant music which sometimes don't always like the style.
Why .sidebar class is used under .wrapper class, we could have used .sidebar class directly, I mean what is the benefit we are getting of using .sidebar inside .wrapper
Ya we can use.. It's according to developers convenient. That's it
all these videos on youtube without making the sidebar(map, bloc,contact us) clickable???
please make a video about it
What is name of the code editor? And I saw li*7>a doesn't work on sublime text. I am new to web development.
You have to install Emmet plugin in sublime Text editor.
@@CodingMarket thank you
Hi, in order for me to put content on home, do i need to make another html file for the home? or can i make within one same html file. Thank you
It's depending on website u wants to build. If u want a site with multiple pages then u have to create separate html files then link them in each.
Create submenu also like click on home submenu should appear..pls
i have a 18' 1366x768 display and the sidebar goes under the windows bar :(
Is it responsive like for mobile screens?
ruclips.net/video/jN0TJ5k_Sps/видео.html
Check out this video..
Awesome
Fantastic
you just save me 🤯🙏
Thanks for this
I loved this at first but when I went to code pen to download it it was bad cos you can't copy the cas codes
14:53 I woke up here
heyy man! thanks for this! ... but i need help, i need to change the main_content background, how i do it¿
.main_content {
background: | | ;
}
I'm looking for a vertical mega menu bootstrap. Please help!
Its awesome
how to know that what to write in script tag
thanks brother !
Nice
Gracias por tu video y explicacion es justo lo que necesitaba.-
ruclips.net/video/Ihwqun_HmXs/видео.html
Thank u so much!
Thankyou so much
very useful thanks
Does it work for responsive sidebar menu?
Check out my latest 2 videos on responsive sidebar menu.. It may help you
it didn't work for me. The problem was(which I solve) you have yo add height:auto, width:auto to h2 and ul li items. otherwise h2 will take full page then you can't see ul li items.
I need to know the ambient music, PLEASE!!
that intro was so extra
It is sticky?
ruclips.net/video/i33jEZdXyF0/видео.html
Refer this video
Amei👏🏼👏🏼👏🏼
love this
THANKS DUDE !
Nice content. it would be great if you add subtitles
Thanks bro
Can somebody tell me why u need a wrapper?
Hi wrapper is the custom class i used, if u want u can use some there class.
@@CodingMarket i dont understand what you mean. Do you need a wrapper or not?
Ya you need
Great
Hi, i can't click the menu
i slept in a minute , the song in the background
😂 haha
the soundtrack came from the move 'The Social Network'(Story of How Mark Zuckerberg build facebook')
Merci de bien vouloir activer les sous-titre automatique car je suis sourd...
where is the responsive part of this tutorial?
It s responsive?
ruclips.net/video/Ihwqun_HmXs/видео.html
Check out this for responsive
Your HTML code is not semantic at all, and also there are some conceptual issues in CSS also.