The best tutorial i've ever seen! Thank you so much
@nike08223 жыл бұрын
Such a great video Raddy! I'm just at the beginning of the video but I'm getting to learn so much. Please do more of this. More power to you my man!
@RaddyDev3 жыл бұрын
Thank you, Nikhil! I'll be making more for sure!
@nike08223 жыл бұрын
@@RaddyDev much love Raddy!
@shielalucas8442 жыл бұрын
Having a hard time learning it from school but you made it easier with your tutorials. Thank you so much! 🤗🤗🤗
@RaddyDev2 жыл бұрын
I was the same at school. Maybe we are more of a visual / kinesthetic learners. I defiantly remember much more by doing
@shielalucas8442 жыл бұрын
I didn't even think coding would be this fun. 😁Please keep up the good work! 👏
@somebody1222 Жыл бұрын
Does school teach you web designing in your country bro!
@c3dev2803 жыл бұрын
I found this channel randomly, you are awesome man! you explain everything so nicely. I recently caught sight of you where have you been all this time!!!!!!!
@RaddyDev3 жыл бұрын
Thank, C3! Glad that you liked the explanation. Merry Christmas!
@JustPlainRob Жыл бұрын
You can put the JS in the head right below the CSS, but it won't work right unless you add the 'defer' directive to the script tag. It lets you keep all your Bootstrap includes together at the top of the file while giving the same effect as putting the JS file at the bottom of the body.
@hamzaelmossaoui92862 жыл бұрын
very good video! sometimes you go fast but thank god there is a pause button :D. Really liked the video! Keep up the good work!
@RaddyDev2 жыл бұрын
I am glad that you like it, Hamza! I appreciate the feedback as well. I do need to go a little bit slower sometimes
@rohansharma1419 ай бұрын
very useful and great tutorial, thank you for helping me create my first landing page !!
@RaddyDev9 ай бұрын
Glad it was helpful!
@mortezaheidari76782 жыл бұрын
Wonderful , thank you Raddy 👌
@stratcaster4729 Жыл бұрын
Very informative, bravo... more of this plz! 👏
@RaddyDev Жыл бұрын
You got it!
@MKIDEMU Жыл бұрын
You're a great teacher!! Great content. Thank you!
@RaddyDev Жыл бұрын
I appreciate that!
@anitadash36132 жыл бұрын
Thank you 💞.. so beautiful video to learn and implement...☺️... & Your voice is so Soothing 😋😋😋
@RaddyDev2 жыл бұрын
Thank you for the kind words, Anita. I appreciate it!
@juanfranciscofioretti83412 жыл бұрын
Very well explained and so many bootstrap tricks i didnt knew. %100
@RaddyDev2 жыл бұрын
Thanks, Juan! I am glad that you liked the video
@jesuspereiraoficial3 жыл бұрын
Very usefull video. Thank´s bro!
@RaddyDev3 жыл бұрын
Thanks, brother!
@GopalVeeranala2 жыл бұрын
Wonderful Tutorial, thank you Raddy
@RaddyDev2 жыл бұрын
Thanks, Gopal. I appreciate your comment
@muhammadraza51083 ай бұрын
Very nice, short and sweet. Please advise footer content is so light and hard to see 👌
@RaddyDev3 ай бұрын
Thank you, I appreciate the suggestion
@jhonmanuelgil97472 жыл бұрын
Excelente clase me encantó aprendió un mundo muchas gracias
@RaddyDev2 жыл бұрын
Gracias, me alegro que te haya gustado el video
@benatakaan6133 жыл бұрын
Awesome video! Thank you! 🤗🤩🤩🤩 By the way, the second div under the steps section tag has a typo of "justify-content-md-CENETER", which I think gave you some trouble. Nonetheless, you did a great job fixing it by adding the media query manually. 👏👏👏
@RaddyDev3 жыл бұрын
Thank you!
@rashidaltayebhassan76373 жыл бұрын
Good vedio 👍👍
@RaddyDev3 жыл бұрын
Thank you!
@mgbejoshua-hy2eo Жыл бұрын
Nice
@RaddyDev Жыл бұрын
Thanks
@mgbejoshua-hy2eo Жыл бұрын
Please post the code on how to change the predefine variavle like container, body bg-primary. U use root{ } But i can i not see it clear , please i need some code, i want to implement it please
@mgbejoshua-hy2eo Жыл бұрын
Please i need your whasapp number too
@userpunk_707711 ай бұрын
why you didn't use filter : darkness instead of making a div and give it a background for the video?
@chucknorris7900 Жыл бұрын
just curious as to the practice of naming classes with two__understrokes. Is it so they are easier to notice ? Initially I presumed it was a BS requirement, but then you used 'bi' for the scroll icon.
@chucknorris7900 Жыл бұрын
also, huge thankyou for the help - I feel like i've actually gotten better !!!
@RaddyDev Жыл бұрын
oh I use the BEM methodology. I think that it has become an instinct at this point. It has helped me enormously when working on big projects. It's a way of splitting CSS into Blocks, Elements and Modifiers (BEM) to create reusable components. And thank you, like people say - practice makes perfect.
@leonardoramos905 Жыл бұрын
Olá eu sou do Brasil belo tutorial nível hard ❤
@RaddyDev Жыл бұрын
Obrigado!
@funch_stex5238 Жыл бұрын
I have a problem, my hero section goes on top of the of the header, any possibile fix?
@RaddyDev Жыл бұрын
You could position the header as absolute to the top and change the z-index. Try
@zeke226911 ай бұрын
which vs theme are you using? :P
@RaddyDev11 ай бұрын
It should be Dracula, the free version
@saubhagyalive30612 жыл бұрын
for the menu to be on right cant we just use ms-auto for getting the same result?
@RaddyDev2 жыл бұрын
I don't see it as being a problem
@learningtostream3919 Жыл бұрын
May I ask why a main.css and not a style.css? Is that just a personal choice?
@RaddyDev Жыл бұрын
Just a personal choice. You can name it whatever you like 🙂
@learningtostream3919 Жыл бұрын
@@RaddyDev Thank you, this has been such a help!
@dwaynemcpherson53792 жыл бұрын
When I first loaded the video it came up exactly as it does after i add the hero_video tag, so why the transforms etc?
@RaddyDev2 жыл бұрын
Hey Dwayne, it won't be the same. The video won't be full width. Just in case you've missed it I've used two underscores "hero__video". Try it one more time and you will see that without the class name "hero__video" the video won't be full width
@dwaynemcpherson53792 жыл бұрын
@@RaddyDev I can't believe you replied, thank you so much. I love bootstrap Nd I'm packing serious hours in but have so many questions. Is this the best way to get you or do you have discord ?
@somebody1222 Жыл бұрын
Can someone tell me why the transitions don't work in bootstrap
@RaddyDev Жыл бұрын
Which transitions is that?
@KadiriDaniel-w4k3 күн бұрын
how can i get the images
@RaddyDev3 күн бұрын
Check the GitHub repository. Link should be in the description
@alipower3357 Жыл бұрын
can u put the code in a github file
@RaddyDev11 ай бұрын
It should be in the description
@DilshadSukheswala11 ай бұрын
Where’s the code for this
@RaddyDev11 ай бұрын
Check in the video description
@shankme665711 ай бұрын
footer wont show
@shankme665711 ай бұрын
footer text wont turn white
@RaddyDev10 ай бұрын
Did you figure it out? Could be a typo. You could reference the code from github if you like
@liyemalivemandla3 ай бұрын
maybe i'm an idiot cause ive watched this so many times and its still not working :')
@RaddyDev3 ай бұрын
What's not working? Maybe I can help
@miguelmondragon13663 жыл бұрын
35 min to make a menu? tailwind is better
@RaddyDev3 жыл бұрын
It does take some time, but that's not too bad considering I was talking. I feel that Bootstrap is pretty good for quick prototyping, especially when you get used to it. Tailwind UI looks pretty cool. If you were building the same header with the dropdown menu, would you have to write the JS yourself or are there any snippets that come with Tailwind?
@miguelmondragon13663 жыл бұрын
@@RaddyDev tailwing to make the design and some lines of code for the toggle with jquery maybe 15 min max.. but thankyou for your tutorial my friend