Tailwind CSS Crash Course

  Рет қаралды 653,024

Traversy Media

Traversy Media

Күн бұрын

Пікірлер: 444
@heelercs
@heelercs 5 жыл бұрын
I swear, these last few videos you’ve been reading my mind. “I need a good crash course on this”. Hey, look, a crash course a day later! Keep it up man!
@slimyelow
@slimyelow 4 жыл бұрын
IT IS JUST PHENOMINAL: WHATEVER I SEARCH FOR, BRAD, BRAD, BRAD AND BRAD HAS ALWAYS GOT ME COVERED !!
@jmonterojr
@jmonterojr 5 жыл бұрын
Thanks Brad for this video! I was just going to dive into using Tailwind CSS for a project and you've made it easier for me to learn it!
@wobsoriano
@wobsoriano 5 жыл бұрын
You look like Brad
@aniskarim1934
@aniskarim1934 5 жыл бұрын
@@wobsoriano yes XD
@dev-charmer
@dev-charmer 4 жыл бұрын
@@wobsoriano lol
@shernillelicud2645
@shernillelicud2645 4 жыл бұрын
@@wobsoriano Lol HAHAHAHAHHA
@sfrlisfrov7075
@sfrlisfrov7075 5 жыл бұрын
I started learning tailwind css just today. And here it is. Thanks, Brad. I've learned a lot from you.
@problemchild959
@problemchild959 4 жыл бұрын
FINALLY someone who shows how to not have 20 classes attached to the flippen div, I was about to give up on tailwind because those classes all inline looks messy to me.
@harisbashir933
@harisbashir933 5 жыл бұрын
Brad Traversy + Bucky Roberts +Gary Simons + Net ninja + Academind +Mosh Hamedani == *No need of college/universities*
@abbassher201
@abbassher201 5 жыл бұрын
Kindly mention other's channel name bro. Thanks
@abbassher201
@abbassher201 5 жыл бұрын
@haris bashir thank you bro
@ferozahmad4988
@ferozahmad4988 5 жыл бұрын
Bucky Roberts stopped posting new videos...Do you know why??
@harisbashir933
@harisbashir933 5 жыл бұрын
@@ferozahmad4988 yes because now he is full time software engineer in a reputed software house. This software house stop him to post their videos because its against their rules and regulations.But I think its not the real matter .I think some big names like udemy , coursera , edx etc stop bucky because bucky free courses are much much better than their paid courses😥
@arwahsapi
@arwahsapi 5 жыл бұрын
Don't forget Derek Banas also
@stephenjames2951
@stephenjames2951 5 жыл бұрын
Another great free video. Makes being a patron entirely worthwhile.
@JorgeCorradi
@JorgeCorradi 2 жыл бұрын
Thanks a lot, man. I've been meaning to take a look at tailwind for a while, but all the tutorial I'd come across so far was either too beginner level or too unclear, like they put stuff there and didn't explain anything. Yours was spot on! Keep it up bro.
@lukas.webdev
@lukas.webdev Жыл бұрын
If you want to watch another video on Tailwind: I just posted a new Tailwind CSS Tutorial (2023) - maybe this is also helpful ... 😉
@Exenima
@Exenima 4 жыл бұрын
I swear you have a crash course for everything. You are truly a blessing to people looking to learn web development.
@albertchung7641
@albertchung7641 4 жыл бұрын
Started working with Tailwind today and absolutely loved it! Although there are just too many classes; it felt overwhelming. You do a great job highlighting the important parts. Kudos!
@shahrketab9803
@shahrketab9803 5 жыл бұрын
Thanks a lot Brad, I learned a lot from your videos.. I am from Afghanistan and your free videos helped me a lot to learn web design and also the path way to be a developer.. Know I am learning front end development..
@mugishasolomonbekunda
@mugishasolomonbekunda 4 ай бұрын
Best tutorial of tailwind. I am writing this while watching the video. That is how good it is
@morgan24TH
@morgan24TH 3 ай бұрын
I watched this video five years ago, and I'm here in 2024 to say, thanks Brad, I really appreciate you. You've always been there since I started my Web Development journey, from HTML, CSS, Javascript, Tailwind CSS, and React. I'm currently using Next JS with Typescript. Thank you homie. I appreciate you.🙂
@gratien25
@gratien25 5 жыл бұрын
Man, I learned something new for every lesson I watch on your channel. thanks, Brad. This Framework is amazing, I think to learn more about it.
@vikramingleshwar5732
@vikramingleshwar5732 3 жыл бұрын
00:00:00 DevMountain Promotion 00:00:20 Tailwind intro, comparision with other component based frameworks 00:01:55 Tailwind Utility First intro referring to official doc 00:02:45 Tailwind Setup 00:05:50 index.html creation 00:06:35 Start using Tailwind utilities - Background color 00:09:05 Container, margin, padding class usage 00:10:25 Config file usage 00:12:20 Extend Utility Classes 00:14:30 Margin, Padding info 00:15:20 Height, Width info 00:16:00 Flexbox info, warning about not learning Tailwind after learning HTML 00:17:05 Alert component 00:20:05 Card component 00:24:20 ".too too tooh tooh" By Brad while pasting code. Card Columns component ( Responsive Design, new utility classes intro ) 00:27:55 Navbar component ( ".too too tooh tooh" By Brad during this video )
@jesusestevez5665
@jesusestevez5665 5 жыл бұрын
I follow a lot of web devs / academies channels, you are the best by far. Keep going in your way. Thanks you dude!
@orincywhytedesigns
@orincywhytedesigns 3 жыл бұрын
Ive been coding three months, and this is seriously the coolest thing I’ve seen yet!!! Seriously, im mad i’m just now deciding to learn Tailwind
@warhunta
@warhunta 5 жыл бұрын
Thank you Brad for all your great content. Working through all your courses on Udemy. You push out great regular content on KZbin, hence me searching for you on Udemy. Extremely appreciated by all your loyal fanbase.
@MrHumanwarrior
@MrHumanwarrior 5 жыл бұрын
Dude, I've been wanting to create something exactly like this in the past. I actually really needed something like tailwind. Great video, Brad!
@merthyr1831
@merthyr1831 3 жыл бұрын
Hey! Just wanted to let everyone know that the build:css command line script he provides here is out of date. You need to use: *tailwind build -i src/style.css -o dist/style.css* Of course changing the paths to your source/distribution stylesheets respectively. If you use the one given here, Tailwind will use a blank style.css that *won't include your changes* (such as at 13:00) where he explains @apply directives. Stay woke!!
@HamzaKhan-qm5bl
@HamzaKhan-qm5bl 3 жыл бұрын
I was looking for this for whole day. Thanks a lot, mate.
@neeshnoo
@neeshnoo 3 жыл бұрын
thank you so much !
@olliejw8192
@olliejw8192 3 жыл бұрын
I LOVE YOU
@mikez3307
@mikez3307 3 жыл бұрын
an update to this! i had to use npx tailwindcss build -i src/style.css -o dist/style.css
@matkomilic8382
@matkomilic8382 3 жыл бұрын
@@mikez3307 helped me so much for my work, tnq!
@aniskarim1934
@aniskarim1934 5 жыл бұрын
One of my dreams is meet you in the real life. MY_BEST_TEACHER. Thank you Brad
@ducanhtran8929
@ducanhtran8929 5 жыл бұрын
Finally! I've been waiting forever for this tutorial~ thanks Brad
@Chris-Christopher-
@Chris-Christopher- 4 жыл бұрын
I've been kind of out of the loop with web dev stuff for almost a decade now. I've been wanting to get back into it, but I find it daunting how much stuff has changed and all the new stuff. After messing around with tailwind, I am actually excited to get back into this as opposed to overwhelmed. At least when it comes to the front-end stuff. Still gotta figure out what's the cool way of doing the backend. This is a nice guide to getting going on tailwind. Thanks.
@hasancanboga9808
@hasancanboga9808 3 жыл бұрын
I needed a quick rundown of Tailwind. This was just what I needed. Thank you!
@hriteekbista5540
@hriteekbista5540 5 жыл бұрын
I was looking for this and you just delivered this in time. Thank you. You are the best.
@illuzual
@illuzual 5 жыл бұрын
I love tailwind css. It's also great for tweaking in the browser inspection tool just throwing in different classes until your 100% satisfied. Also for production when you add purge css it will give you a super lean css file > 10kb 🙌
@easy_ev
@easy_ev 3 жыл бұрын
if you are having problems getting the script to build try updating node and also include autoprefixer in the dependencies that helped me.
@yahayaoyinkansola8258
@yahayaoyinkansola8258 2 жыл бұрын
Tailwind is really cool, I like the idea of having utility classes to build my components the way I want, gives me more control over the UI and I don't have to be reseting bunch of css styles like with bootstrap
@lukas.webdev
@lukas.webdev Жыл бұрын
Yes! 💯
@imperativeemarketing5546
@imperativeemarketing5546 3 жыл бұрын
First time I saw one of your videos and it's great. Took the mystery out of tailwind. I knew tailwind is one of the best choices, but now I understand WHY tailwind is one of the best choices (especially if you are working solo and not on a team). Thanks for this Tut, and I will be watching and liking more of your stuff. Thanks
@resident__
@resident__ Жыл бұрын
Thank you so much Brad!!! I am a Software Engineer because of your tutorials!
@lukas.webdev
@lukas.webdev Жыл бұрын
Awesome!
@danielnadar75
@danielnadar75 2 жыл бұрын
Thanks you so much Brad! You are awesome man! one year ago you taught me React and I got the Internship, which in 3 months I converted into a Job, and I am back here for Tailwind. Keep up the amazing work.
@lukas.webdev
@lukas.webdev Жыл бұрын
Awesome story! 😉
@mohamedathif968
@mohamedathif968 2 жыл бұрын
most helpful tutorial ever. thank you
@irinadelgado876
@irinadelgado876 5 жыл бұрын
Sweet! Basically once that you have HTML & CSS covered, the frameworks are easier to understand! Thank you Brad :)
@ronniesunshine1163
@ronniesunshine1163 4 жыл бұрын
When I was about to learn bootstrap, I thought it was exactly what tailwind is where you can type whatever in the class and it dynamically change. I was very disappointing to learn it didn't do that. I've been watching tailwind development on twitter and finally am learning it now. This looks amazing
@shubhamvora6250
@shubhamvora6250 2 жыл бұрын
Thanks for such a simple yet informative video, it helped me get a good idea overview on tailwind css
@lukas.webdev
@lukas.webdev Жыл бұрын
I just posted a Tailwind CSS Tutorial for Beginners (in 2023) ... maybe this is helpful for you as well ... 😉
@eatrejosm
@eatrejosm 4 жыл бұрын
Brad is a heavyweight React developer, I actually gave you thanks by buying your udemy course, thanks Brad!
@Stratopeter87
@Stratopeter87 5 жыл бұрын
Great timing, thank you for the video! I didn't know this framework exists until I saw your video but it is exactly what I need for my project. Never liked the opinionated approach of Bootstrap although I started using it for prototyping lately.
@HugoArceo
@HugoArceo 4 жыл бұрын
Exactly what I was looking for. A quick demo of setup and use of Tailwind CSS. Thank you.
@sarahmattar
@sarahmattar 4 жыл бұрын
13:52 "...and never mind these errors, it's just that VSCode doesn't know what the hell's going on..." 😂😂😂😂😂love it
@bernhardsmuts2265
@bernhardsmuts2265 5 жыл бұрын
I have heard alot about tailwind CSS and this really gives an awesome idea of how it works...
@Webtricker
@Webtricker 2 жыл бұрын
Thank you so much for explaining Tailwind CSS in such a simple and beautiful way.😇
@muhammadinshal2742
@muhammadinshal2742 Жыл бұрын
🙂A good teacher is always knows what the actual need of his student. I appreciate your effert dear!
@asmitdaschoudhury1866
@asmitdaschoudhury1866 3 жыл бұрын
Hey, I Got This Recommendation Two Years Later and Really, Found This useful 👍👍❤️
@Shakeel714
@Shakeel714 4 жыл бұрын
Great tutorial, thanks Brad for your contribution to the web dev community.
@sufyanabbada6702
@sufyanabbada6702 2 жыл бұрын
A gist of Tailwind in such a simpler way. Loved it.
@Jason-bg7jc
@Jason-bg7jc 5 жыл бұрын
Awesome crash course, Brad. Definitely using this in my next project.
@GuitarreroDaniel
@GuitarreroDaniel 4 жыл бұрын
Thanks for the tutorial Brad, I learned a lot! A lot of people swear by Tailwind, but I don't see any real benefit over pure CSS or Styled Components.
@KylePrinsloo
@KylePrinsloo 5 жыл бұрын
Haven't heard a lot about Tailwind, but it looks like something to think about. Thanks Brad
@Heymantas
@Heymantas 5 жыл бұрын
I was just trying out Tailwind yesterday and.. this video came. Thank you, Brad!!
@karapatrick610
@karapatrick610 4 жыл бұрын
Thanks for the video. I've been meaning to read up on Tailwind. This was exactly what I needed.
@Cocinaconparrilla
@Cocinaconparrilla 5 жыл бұрын
I think it's useful only if you're building only in front-end but if you're a backend developer I can already see plenty of problems in my point of view with messy code. Looks cool and handy, but this is like including a file separately from html tags and css tags... Looks useful... But for front-end developers, definitely interested to hear about future updates of TailwindCSS though.
@GuitarreroDaniel
@GuitarreroDaniel 4 жыл бұрын
Yeah I agree, this is for the lazy web-devs that didn't want to sit down a weekend to properly learn CSS. But even with tailwind they will struggle, because it uses the same terms as the CSS standard and I don't see any real benefit of using this over pure CSS.
@RealHomeboy
@RealHomeboy 3 жыл бұрын
@@GuitarreroDaniel no you need to know how css fully works before being able to understand how tailwind works.
@AtifShafiinheritance
@AtifShafiinheritance 2 жыл бұрын
appreciated , but anyone coming new here, most the syntactical stuff has been updated so kindly go through docs if struggling
@lukas.webdev
@lukas.webdev Жыл бұрын
I just posted a Tailwind CSS Tutorial (in 2023) - This should help... 😉
@przemysawziegert5035
@przemysawziegert5035 5 жыл бұрын
Brad. You have a gift to show how create many cool stuff in very easy way. Ofcourse it's very true that the knowledge about css is fundamental. Guys don't forget about this. Thanks a lot for youre work i'm apprieciated
@hooiyan6040
@hooiyan6040 5 жыл бұрын
Always the best timing! Love this Brad, really appreciate your works!
@robertcoffie8789
@robertcoffie8789 5 жыл бұрын
been patiently waiting for this Crash Course
@creativedaz
@creativedaz 4 жыл бұрын
The first 5 minutes was so smooth I take it all in without stress! 💯🥰🇵🇭
@ChrisFotosMusic
@ChrisFotosMusic 4 жыл бұрын
thanks brad, cant wait to build my first navbaaah with tailwind
@hemilmehta6455
@hemilmehta6455 3 жыл бұрын
Amazing tailwind css tutorial helped me a lot, simple and clean explanation !
@digigoliath
@digigoliath 4 жыл бұрын
A great intro and also a refresher. Thanks for another enjoyable course!!
@carolinec8084
@carolinec8084 3 жыл бұрын
Brad, you're a diamond amongst the rough. Thank you!
@toberixng
@toberixng 5 жыл бұрын
There is power of understanding in your voice. many thanks
@lullalullafy
@lullalullafy 3 жыл бұрын
Thank you so much Brad. An incredibly well explained video. Absolutely amazing. Very grateful. Thank you !
@faithmusa4418
@faithmusa4418 3 жыл бұрын
Thank you for your tutorials. You have been an inspiration in my web dev journey.
@Fitzpa14
@Fitzpa14 5 жыл бұрын
This is way cooler than I thought it was
@RicardoZea
@RicardoZea 5 жыл бұрын
This tutorial is no less than epic, HUGE Thanks for creating it. But as for TailwindCSS…, damn, can't fathom having to remember ALL those utility classes. TailwindCSS is basically an accepted framework for "classitis", so many complaints about that and here we are, a CSS framework that actually IS based on that 🤦‍♂️.
@shubhambattoo5166
@shubhambattoo5166 5 жыл бұрын
Love the way you do ... tu tutu tuut. Great video mate.
@SocksWithSandals
@SocksWithSandals 2 жыл бұрын
Excellent look at Tailwind.
@tttylerrr00
@tttylerrr00 2 жыл бұрын
If anyone is having problems do this: npx tailwindcss init inside of the tailwind.config.js, add ./(folder your html is in)/*.{html,js} run this: npx tailwindcss-cli -i src/style.css -o ./dist/output.css (change th -o and -i paths to yours!) now you add to your html (change /dist/output.css to your directory)
@nikhilbabar2226
@nikhilbabar2226 2 жыл бұрын
thankyou bro, just one mistake it should be output.css instead of index.html
@tttylerrr00
@tttylerrr00 2 жыл бұрын
@@nikhilbabar2226 oh! Thank you for letting me know this!
@jeribullitt2432
@jeribullitt2432 4 жыл бұрын
Excellent as always. Thanks Brad 👍
@NeverCodeAlone
@NeverCodeAlone 4 жыл бұрын
This is a very good overview thank you for this and your passion
@73xld
@73xld 4 жыл бұрын
I don't know if I should feel dumb but it wasn't until this video I learned about emmet abbreviations! 🤩 so excited to use those. And Tailwind looks good, I think we'll be using it at our company 👍
@bodhicougar
@bodhicougar 5 жыл бұрын
Thanks, Brad! Very convincing. We will use TailwindCSS for our upcoming project.
@redrambles
@redrambles 5 жыл бұрын
Great stuff as usual, Brad! Thanks!
@SilvestreVivo
@SilvestreVivo 5 жыл бұрын
Thanks Brad for the tutorial. I think this combines really well with SvelteJS. It would be nice a tutorial for that.
@TheCocoaDaddy
@TheCocoaDaddy 5 жыл бұрын
"This is not a crutch".... you, Sir, are awesome. Great video!!!!!! I'll definitely take a closer look at Tailwind CSS. Thanks for posting this video! Also, your voice sounds like Giovanni Ribisi from the movie "Boiler Room". :)
@RichardDoesYouTube
@RichardDoesYouTube 3 жыл бұрын
Awesome as always. You are a valuable resource
@MrCatOwner
@MrCatOwner 5 жыл бұрын
Nice video. Newbie to webdev and was checking out angular, tailwind looks more like my fit
@alexsmith-rs6zq
@alexsmith-rs6zq 5 жыл бұрын
Daniel Casas Angular is JavaScript framework. Tailwind is a css utility library. Completely different use cases / nothing like one another. You could of course use them together though.
@aram5642
@aram5642 3 жыл бұрын
There is some golden mean to it. Lot of good utilities, esp. around responsiveness and the ecosystem, unopinionated, configurable, but hey - these individual classes in html - maccabre! Tailwind has gained a bit more of the hype than it deserved.
@buildwithgenai
@buildwithgenai 2 жыл бұрын
please make the updated 2022 taiwind crash course plzzz
@lukas.webdev
@lukas.webdev Жыл бұрын
If you want a more up to date video: I just posted a Tailwind CSS Tutorial (2023) - maybe this is helpful ... 😉
@davidwaller2179
@davidwaller2179 5 жыл бұрын
Excellent introduction to Tailwind CSS. Thanks.
@naimurhasanrwd
@naimurhasanrwd Жыл бұрын
Cool! This video is so much helpful.
@lukas.webdev
@lukas.webdev Жыл бұрын
I also just posted a Tailwind CSS Tutorial (for Beginners in 2023) ... maybe this is even more helpful ... 😉
@KainGNX
@KainGNX 3 жыл бұрын
Great tutorial. 5 stars. As of 8/2021, it looks like Tailwind no longer has text-teal by default, so either add it, or pick something else.
@somang2401
@somang2401 5 жыл бұрын
This was a really great crash course. Thank you
@bnuggg
@bnuggg 5 жыл бұрын
I could have used this 30 days ago lol. I had to learn all of this the hard way, on a client's dime ;)
@marfomaxwell3809
@marfomaxwell3809 3 жыл бұрын
God bless you abundantly Brad, you have been a blessing
@mattslack3380
@mattslack3380 5 жыл бұрын
Cheers Brad. Looks fast and more custom than Bootstrap, though the structural and presentation layers kind of get mish mashed. Good for fast prototyping at least.
@renangaldino6538
@renangaldino6538 Жыл бұрын
Thanks professor, u r great!!
@fxnoob
@fxnoob 4 жыл бұрын
I'm learning Tailwind. thanks for the video
@georgesmith3022
@georgesmith3022 5 жыл бұрын
For each component to write all these classes is counter productive
@codingwithdidem
@codingwithdidem 3 жыл бұрын
He makes that "çuççuçuçu" voice and I love it :D
@geoffdc123
@geoffdc123 3 жыл бұрын
Awesome tutorial as usual
@RickBeacham
@RickBeacham 5 жыл бұрын
Great information! Love your videos!
@exclusiven940
@exclusiven940 5 жыл бұрын
Smooth. Calm. Soothing Voice Informative. Brad
@noberto_brown8549
@noberto_brown8549 Жыл бұрын
Thanks man, now i know where to start😅
@lordswaggity1213
@lordswaggity1213 5 жыл бұрын
Brad is the man.
@cswalker21
@cswalker21 4 жыл бұрын
Wow, this was a really great overview. Thanks.
@QBolgi
@QBolgi 4 жыл бұрын
Awesome tutorial ! I don't really understand the cool thing about Tailwind alone. But you have to check out the TailwindUI which bring very modern design. I think I'll use this framework with their UI thing.
@bruce.vanzyl
@bruce.vanzyl 4 жыл бұрын
Fantastic! Thanks for making this!
@VadimBesedin
@VadimBesedin 4 жыл бұрын
Thank you! Nice and clear as always!
@tetteishahday-annang3120
@tetteishahday-annang3120 5 жыл бұрын
Just in time! 💙
RethinkDB & ReQL Crash Course
36:27
Traversy Media
Рет қаралды 34 М.
Tailwind CSS Tutorial for Beginners (2024) - What YOU need to know
22:10
Lukas | Web Development & Design
Рет қаралды 201 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
99.9% IMPOSSIBLE
00:24
STORROR
Рет қаралды 31 МЛН
Watching Tailwind Tutorials Is A Waste Of Time
7:56
Web Dev Simplified
Рет қаралды 263 М.
Sass Crash Course
48:05
Traversy Media
Рет қаралды 408 М.
The Advanced TailwindCSS Crash Course
37:39
Tom Is Loading
Рет қаралды 21 М.
10 Tailwind Classes I Wish I Knew Earlier
13:31
Web Dev Simplified
Рет қаралды 205 М.
Vite Crash Course | Faster Alternative To CRA
16:24
Traversy Media
Рет қаралды 225 М.
Flexbox CSS In 20 Minutes
19:59
Traversy Media
Рет қаралды 1,8 МЛН
Tailwind.css in 13 minutes - A Crash Course
13:34
The Codeholic
Рет қаралды 18 М.
HTTP Crash Course & Exploration
38:30
Traversy Media
Рет қаралды 1,1 МЛН
Node.js Crash Course
1:30:08
Traversy Media
Рет қаралды 1,6 МЛН
BIP HOUSE  .бип хаус 🥰🏡  #shorts
0:13
bip_house
Рет қаралды 1,2 МЛН
🪄Вечная спичка #diy #выживание #поход
1:00
Короче, ВИ
Рет қаралды 2,8 МЛН
ЛАЙФХАК НА КУХНЕ ! 🧐🤦🏻‍♂️ #shorts #лайфхак
0:15
Крус Костилио
Рет қаралды 109 М.
Что такое дагестанский кирпичный завод!
0:53
АВТОБРОДЯГИ - ПУТЕШЕСТВИЯ НА МАШИНЕ
Рет қаралды 746 М.
Мы Сняли Радужных Друзей на новый iPhone 14 PRO !
24:18