Are any of you still using Bootstrap, or have plans to use Bootstrap 5 in the future?
@ead55903 жыл бұрын
It's been quite a while since I've used Bootstrap mostly because I stick to using SASS for creating my own custom styling from scratch. But that was back when Bootstrap was v4. Time to hit the docs to see what's changed.. 😁
@Silentanwa6613 жыл бұрын
@@ead5590 2nd this
@kapa42083 жыл бұрын
Been using tailwind and i have no reason to look back to any UI framework 😅
@welling13 жыл бұрын
I picked up Bootstrap a long time ago when my CSS skills weren't so sharp. I wouldn't touch it now for a real project.
@justingolden213 жыл бұрын
I started off web dev with bootstrap 3 and then 4. Recently I've been using tailwind and love it way more, but I've been awaiting bootstrap 5 and will certainly give it a go in the future. It's one of those things you may as well try, and it'll make some websites faster / easier to make. I like tailwind for any websites that I want to customize more or look nicer imo, also lighter file sizes and faster loads. But bootstrap really has some value in providing everything you need quickly. Tailwind has a UI kit thing as well, but it's expensive, I'll try it out someday though.
@kofestotech3 жыл бұрын
Nice video, between 21:12 to 22:50 to push the navigation to the right, bootstrap 5 has "ml-auto" I tried that and it works for me, you add the "ml-auto" to the , for example ........ it works
@TraversyMedia3 жыл бұрын
Damn it Gary. You beat me to it 😒
@MultiMemich3 жыл бұрын
I'll watch both.
@samisbgh62533 жыл бұрын
@@MultiMemich +1 😂
@tmkj693 жыл бұрын
I am eagerly awaiting yours!
@rakib178743 жыл бұрын
You Gotta Hurry...Brad😊😊😊
@MysticMac0003 жыл бұрын
Maybe do one for bootstrap-react, Brad :) I would watch!
@englishwitha55323 жыл бұрын
Thanks. What I appreciated most about this tutorial was the fact that you went through the proper set up process (npm, parcel, folder structure ...). In most other tutorials, the tutorial starts by just adding the CDN files to the html file.
@chebellipavankumar6493 жыл бұрын
Please do a crash course video like this on React or WordPress?
@TeoVala3 жыл бұрын
At 21:50 where he says to align it right. At ---> Just add ms-auto and it works!
@vladimiraleksic40662 ай бұрын
MS Stands for Margin Start😊 if I am not wrong 😂
@stewartjames9323 жыл бұрын
Thanks!
@rorycantellow29733 жыл бұрын
Really good tutorial. Off the cuff and live dive into BS5. Great to see someone going small prep live and getting into flow. Reminds me of working in Ops. Brilliant.
@krupeshanadkat6353 жыл бұрын
I would say tailwind css picking up, it would be really great to see tailwind css crash course 🙂🙂
@cerealrakist73603 жыл бұрын
I love tailwind. I have a recommendation for you. When I was learning it, the one video that I found amazing and thorough was the free one here on KZbin that scrimba put out. It’s a little old but it’s updated. Don’t be thrown off by the upload date. It’s up to date.
@krupeshanadkat6353 жыл бұрын
@@cerealrakist7360 thanks, i know bootstrap very well. The thing is the components. Boostrap gives components and i can put up a scaffold with navbar, jumbotron, cards and footer in 30 mins. With Tailwind it takes whole day 😕 I need to put classes and make my own component library from raw..
@krupeshanadkat6353 жыл бұрын
@@cerealrakist7360 tailwind has more classes than bootstrap so transition is not that difficult for me, i really miss pre made components. I know tailwind UI but most things there is paid.
@ryanisthewind3 жыл бұрын
anything happens to this guy, it'll have an impact on the whole web world.
@cerealrakist73603 жыл бұрын
He is amazing!! He helps us for free and i don’t think he gets the recognition he deserves !!!
@MagnusAnand Жыл бұрын
You can change the position of the navbar items with just regular Bootstrap, no need for extra custom CSS. Like adding this classes: 1. "d-flex flex-row-reverse" 2. or "justify-content-end"
@daverobb20113 жыл бұрын
Hey Gary, some of your Parcel issues is that you are using parcel-bundler, instead of parcel 2.0.0. That is where the --experimental-scope-hoisting resides. Great tutorial!
@AZTECMAN3 жыл бұрын
[30:00] To increase the spacing between items on the navbar I just added the class "me-3" (meaning left margin increase by 3) to each nav-item
@fishinghunter40302 жыл бұрын
@23:01 instead of creating separate css for justify-content, add d-flex and justify-content-end classes after navbar-collapse class
@romievthedon Жыл бұрын
Unfortunately, parcel-bundler has migrated to v2, and is now just 'parcel' for npm. So if you guys run into dependency issues just uninstall parcel-bundler (globally if necessary) and install parcel for the updated version.
@steffe64103 жыл бұрын
At 21:44 you just needed to add comma before d-flex Class="collapse navbar-collapse, d-flex"
@surajpujari40143 жыл бұрын
Never learned Bootstrap this much faster, Thank you, Gary!
@AdiSings20232 жыл бұрын
Probably the best Bootstrap tutorial on yt
@KryptoWooks2 жыл бұрын
yo your a good teacher thanks for all the free education god bless u some people dont have money for school learned so much keep it up
@olagisrarikis3 жыл бұрын
will accomplish the padding and you can use breakpoints on that as well...
@matthewstorey33203 жыл бұрын
can't wait to watch! Please do a React crash course as well :)
@romievthedon Жыл бұрын
I used "ms-2 me-2 text-center" on the 4 navbar-items to reposition the links on the right side of the nav
@demetrous-yt3 жыл бұрын
Nice job! I had an issue with build: "....scss:undefined:undefined: plugin is not a function", fixed with reinstalled parcel "npm i parcel", not "parcel-bundler".
@lukaanchieta21023 жыл бұрын
Nice tip bro, it worked here. thanks.
@Lobaluna93333 жыл бұрын
Thank you . I totally grasped the concept and flexibility of Bootstrap! Also I thanked for the great HTML/UI design tips ;D
@DriveandThrive3 жыл бұрын
It would have been a little helpful to explain why the import has to be below the code in scss. I think you may have briefly mentioned scss converts the code to css...perhaps this is why it has to be below the code in order to work.
@wizzacx3 жыл бұрын
My life’s first corporate project and guess where am I for a crash course 💯
@Webtricker2 жыл бұрын
Thank you so much for explaining Bootstrap 5 in such a simple and beautiful way. It's very helpful for beginners.
@shrey7683 жыл бұрын
Why customize? Could have used "d-flex justify-content-end" to align navbar items to end
@shaderone073 жыл бұрын
or ms-auto would do the work
@aryanpandey28793 жыл бұрын
Probaby ml-auto should also work by giving it an auto margin on left
@shaderone073 жыл бұрын
@@aryanpandey2879 i don't think so ... because ml-auto does not work in b5, instead use ms-auto or me-auto (where s(start) replaces l(left) and e(end) replaces r(right).
@aryanpandey28793 жыл бұрын
@@shaderone07 oh didn't know about that. Thanks
@aleksandraryan3 жыл бұрын
worked for me :)
@Stormchazer-x9z3 жыл бұрын
Thanks a lot Gary. You made crash course so easy.
@DjGilburt Жыл бұрын
At 30:20 I found a way to increase the spacing between nav links. The items in the unordered list are under the flex property so you need to include the gap property in the html. Something like this! . Hope that helps anyone else :)
@LemonDust133 жыл бұрын
me: ~tunes into video~ gary: ~time to pick a font~ me: let me guess, poppins? gary: poppins! 😂
@ahmadkhaled74973 жыл бұрын
21:57 To move the options of the Navbar to the right side. Simply give the ul tag a class named 'mr-auto' and it will automatically move the options to the right side.
@kevinkiarie33383 жыл бұрын
doesn't work
@TomSchouten923 жыл бұрын
@@kevinkiarie3338 justify-content-between is what you're looking for. Might have to add d-flex.
@kevinkiarie33383 жыл бұрын
@@TomSchouten92 thanks my guy
@steffe64103 жыл бұрын
Might be a bit late but all I did was I added comma then d-flex so like Class="collapse navbar-collapse, d-flex"
@TomSchouten923 жыл бұрын
@@steffe6410 classes don't have to be separated by comma. Only need a space in between
@porker57493 жыл бұрын
I give up on Bootstrap...I got to the npm run dev and got nothing but error messages. Earlier when installing the parcel -g file I got errors as well, saying that most of the packages were out of date. F... this. I'm out of Bootstrap!
@elliotbaker37573 жыл бұрын
Same what a nightmare to just get it running
@robomq91862 жыл бұрын
Excellent tutorial!! Very much appreciated !! 🙂
@abhijeetdhanwate40653 жыл бұрын
Anyone still getting an error with npm run build? "build": "parcel build --public-url ./ ./src/index.html --out-dir build"
@petertroymacero97803 жыл бұрын
yes! until now i cant debug it.
@funnyhaha192 жыл бұрын
Note that "parcel-bundler" has now been depreciated but is worth still using as the newer "parcel" bundle is currently broken (Jan 2022)
@ThanHtutZaw33 жыл бұрын
1:55 hostinger show all low prices are useless. When I select lowest price(one month) , all total prices are 9$ above(with coupon).Why
@AdrianCardoza3 жыл бұрын
24:15 that's what she said. Literally, my frontend professor always says that :).
@cerealrakist73603 жыл бұрын
You don’t get the recognition you deserve! Although I have to admit that you are pretty well known and are considered amongst the top best , in my book 💯 and pretty much everyone else’s lol
@justingolden213 жыл бұрын
Love the content as always Gary. Would float have worked in the beginning of the video? Also, I think it would have been helpful to show how to change the column breakpoints to make them fit full width on mobile. Keep making awesome stuff : )
@2525samot3 жыл бұрын
Thank you so much for this video Noob Life Saver!
@pukstar2 жыл бұрын
For right-aligning the navbar elements, have you tried adding flex-row-reverse to the navbar-collapse div? Worked for me.
@joshuapearson74053 жыл бұрын
Thanks for the course! Installing Bootstrap was me basically doing things that made no sense to me considering I am new to the command line and am unfamiliar with a lot of the things I was installing. Is there a good resource for trouble shooting? I got a few errors with 'npm run dev'.
@danishjaffri88403 жыл бұрын
Amazing, waiting for React Course
@robertstimmel11003 жыл бұрын
Thank you, Gary. This is a great video! I have been trying to teach myself to learn to code over the past few months. I spent a lot of time working on C#. Now, I am working on HTML and CSS. So far, this is much easier than working in C# (and it's pretty fun too). With a little luck and a lot more work, I am hoping to be able to make a career change within a few more months. This would've been nearly impossible for me if it weren't for videos like this and mentors to teach me the things I need to learn.
@hiteshsuthar10973 жыл бұрын
After Ur sad story, I'll definitely watch it👍
@儒豪呂2 жыл бұрын
can you plz share you vscode theme. that is so cool
@justingolden213 жыл бұрын
Gary uses winrar when windows10 includes zip file support by default in the right click menu! Also they really should pay for your temp domain name for your example to get people to use them lol. That takes a little while to get the initial thing setup, but I was in awe at how fast the website was live after you uploaded the zip. I know the file size is small but wow that's impressive, usually takes me a bit longer on github pages, netlify, and firebase.
@sholaadelabu60753 жыл бұрын
Hi there have you heard of any issues installing Bootstrap 5 on the M1 macbook?
@llothar682 жыл бұрын
Looking for a mobile-last toolkit, any recommendation?
@xshad0w13x3 жыл бұрын
i have followed the video step by step everything seemed to work just as the video.... howver $body-bg:black; does nothing in my browser
@MysticMac0003 жыл бұрын
Awesome! I would love a similar course on React Bootstrap :)
@taraksaha93 жыл бұрын
I was expecting you to use bootstrap grid with flexbox.
@namessis2 жыл бұрын
body-bg or other commands not working on my custom.scss any idea ?
@dobie94003 жыл бұрын
Loved the course. After the npm run build, I got it all working except for the dropdown menu. Can't find a solution. Anyone?
@mounirbli3 жыл бұрын
Thank you Gary!
@gabhubdesigns63933 жыл бұрын
Thanks Gary but my custom sass file is not working. Anytime I write a style code it doesn't show in the browser. Can anyone help me out?
@levihenrydotcom3 жыл бұрын
There's an issue with parcel. I tried this method twice, and both times it produced a Build Error, specifically "The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received null." Save your time, don't use parcel.
@ΝικόλαοςΤζουνάκος2 жыл бұрын
great tutorial thanks!
@lukogs3 жыл бұрын
Can someone tell me how to add bootstrap to new project? should i need to run npm install again for every new projects or is there other codes? I heard somewhere that if npm bootstrap is only one time process..
@JosephCampbellSolutions3 жыл бұрын
adding class h-100 to all the cards.. will give the cards equal height.
@theironpixel3 жыл бұрын
Tried this and when I uploaded my site to my host, the navigation "download links" section didn't come up. Looking at console I saw it wasn't pulling popper.js. Trying to troubleshoot that now.
@programmersharif78343 жыл бұрын
Awesome.......!!! thank you so much,,,,,, sir.
@talhaibnemahmud3 жыл бұрын
A Tailwind CSS Crush Course
@olagisrarikis3 жыл бұрын
will push to the right....
@codechimps2 жыл бұрын
Such a good video, better than we could do!😂
@littlesandra873 жыл бұрын
Can Bootstrap me used with React, so doesn't it make sense to combine the two?
@DesignCourse3 жыл бұрын
It can be used with React, but just because it can, doesn't mean it always should. 😂 I personally do not like React. I'm a Vue guy.
@samisbgh62533 жыл бұрын
What is your color theme 🙄??
@avinashmurmu90703 жыл бұрын
Thank you so much ❤️❤️❤️
@krunalshrimali44713 жыл бұрын
Fonts look very small, Sir. Please zoom or make fonts bigger. Unable to watch on mobile.
@rahavareddy55103 жыл бұрын
Waiting for this video
@collinskirui78853 жыл бұрын
am living under a rock
@Hassie3 жыл бұрын
"Boring company, which is Elon Musk's company" Someone lost their moneyyy 😂
@yondaime_dg3 жыл бұрын
thank you ❤️😁
@NevenZec3 жыл бұрын
I get code ELIFECYCLE error when I try to run build... can`t find a solution on the net. What to do?
@amuridesu3 жыл бұрын
found this solution, it works with me.. maybe ur file is still inside node_modules, try to move it out
@codedjango3 жыл бұрын
I so wish if Gary could do a Vue JS 3 tutorial...
@rezarahman17823 жыл бұрын
Pretty much same as 4. But it was a good tutorial. 🥰
@NecolasHamwi3 жыл бұрын
Third time is a charm!
@jitxhere3 жыл бұрын
Please make a tailwind one
@_moxy99053 жыл бұрын
Edward Norton look-alike is back!!! :)
@ari_eru-chan3 жыл бұрын
the dropdown isn't working for me
@majdshaheen81363 жыл бұрын
the run build is not working
@mdfasadik98433 жыл бұрын
Sir please, do a crush course on Tailwind CSS... please please please...
@unickvibe69263 жыл бұрын
Like before watch ❤️
@theisoj3 жыл бұрын
Thanks 😊
@romievthedon Жыл бұрын
When I set up the navbar it took up the entire screen and appeared to be made for mobile. Then I realized the browser was on 500% zoom😆
@bernardchisumo40542 жыл бұрын
@majdshaheen81363 жыл бұрын
You should take the majesty out if you want us to concentrate with you
@IbrahimOseyi3 жыл бұрын
Waiting for Todo List and Form Validation tutorial
@romitranjan31893 жыл бұрын
npm run dev is showing error what to do ??
@ftoome5452 жыл бұрын
add a type= "module" in the script tag.
@Arjun-yj1es3 жыл бұрын
I want to learn front end development from Gary what should I do? 7:26 🤣
@patrick99693 жыл бұрын
2:16 pain💔
@hackerdaddy28283 жыл бұрын
make a crash course of tailwind
@jt6633 жыл бұрын
Legend
@andrewmiddleton23082 жыл бұрын
25:00
@luquillano9972 жыл бұрын
27:43 that's a dead laugh
@Silentanwa6613 жыл бұрын
you'd think the people at bootstrap would have a better mind for design and not putting v4 build in v5 docs....