Sass Crash Course

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ส.ค. 2024
  • In this video we will talk about what Sass is and look at its features as well as create a landing page header to display things like variables, nesting, mixins, etc
    Code:
    codepen.io/bra...
    💖 Become a Patron: Show support & get perks!
    / traversymedia
    Website & Udemy Course Links:
    www.traversyme...
    Follow Traversy Media:
    / traversymedia
    / traversymedia
    / traversymedia

ความคิดเห็น • 513

  • @TraversyMedia
    @TraversyMedia  4 ปีที่แล้ว +327

    I realized I never created an official Sass crash course. So here it is :) The slides end around 8:43 if slides bore you

    • @haris7090
      @haris7090 4 ปีที่แล้ว +14

      Exactly what i'm looking for..Right time.. your are great Brad...TYSM...Today i've enrolled 20 js project course in Udemy..Tysm for all of your valuable educational contents...

    • @ead5590
      @ead5590 4 ปีที่แล้ว +4

      Was surprised for some reason that I'd received a notification denoting Traversy media has uploaded a SASS course.. Left me scratching my head thinking.. Didn't he upload a crash course on SASS before? None the less, this is certainly welcome to an enormous array of crash courses by you Brad..
      Thanks for everything that you do.. ✌🏻

    • @tolmind
      @tolmind 4 ปีที่แล้ว +1

      Brad. You are so great. I always use your video to fine tune my skills. Coming from a medical background. I have learnt a lot from your channel.

    • @SkyFly19853
      @SkyFly19853 4 ปีที่แล้ว

      Thank you very much for this tutorial!
      💯💯💯💯💯

    • @TraversyMedia
      @TraversyMedia  4 ปีที่แล้ว +3

      @@haris7090 No problem...thanks for checking the course out

  • @jayasudhaganesh2085
    @jayasudhaganesh2085 2 ปีที่แล้ว +93

    I got interested in web development after watching your videos, Brad.
    Now i landed my full time job as a front end developer after making a career transition.
    Thanks and kudos for making the contents crisp and to the point.

    • @kamatz4156
      @kamatz4156 2 ปีที่แล้ว +6

      I've been having a hard time finding a company bro. What advice do you have?

    • @kamatz4156
      @kamatz4156 2 ปีที่แล้ว +20

      I got a job😁

    • @jusyF
      @jusyF 2 ปีที่แล้ว +1

      @@kamatz4156 🙂👍my congratulations

    • @jogodev3684
      @jogodev3684 2 ปีที่แล้ว +2

      You got a job by his tutorials only?

    • @Morquioo
      @Morquioo 2 ปีที่แล้ว +1

      @@kamatz4156 congrats man!!!!

  • @viniciuslima9434
    @viniciuslima9434 3 ปีที่แล้ว +106

    For further reference:
    00:51 - Intro
    2:13 - .scss vs .sass
    3:11 - Variables
    4:02 - Nesting
    4:34 - Modules
    5:39 - Mixins & Functions
    6:46 - Inheritance
    7:33 - Operators
    7:55 - Conditionals
    10:40 - Creating a .scss file
    12:30 - Compile .scss to css with npm
    14:40 - Compile .scss to css with vs code extension (live sass compiler)
    25:10 - Modular scss (multiple scss files)

    • @arc8696
      @arc8696 2 ปีที่แล้ว +4

      Thank you

    • @atulcodex7730
      @atulcodex7730 2 ปีที่แล้ว +1

      Big thanks

    • @colindante5164
      @colindante5164 ปีที่แล้ว

      Thankyou much ))

    • @u12blue
      @u12blue ปีที่แล้ว

      Thanks good sir

    • @plop_plop_plop
      @plop_plop_plop 3 หลายเดือนก่อน

      Thank you so much!

  • @DennisIvy
    @DennisIvy 4 ปีที่แล้ว +242

    Everybody loves Brad! Excited to check this out man :)

  • @Mustafa-pe5mp
    @Mustafa-pe5mp 4 ปีที่แล้ว +80

    advice: change 'compressed' to 'expanded' so you can see regular css and it will be much clearer to understand

    • @codecast8713
      @codecast8713 4 ปีที่แล้ว +1

      I was looking for this comment and it's the first one I read.

    • @foxysamu
      @foxysamu 3 ปีที่แล้ว +1

      thank you

    • @themoroccanpianist8953
      @themoroccanpianist8953 3 ปีที่แล้ว

      but which one is practical and used by most developers ?

    • @Mustafa-pe5mp
      @Mustafa-pe5mp 3 ปีที่แล้ว +3

      @@themoroccanpianist8953 idk but it is better to follow the way that is easier for you now and worry about this kind of stuff later on

    • @themoroccanpianist8953
      @themoroccanpianist8953 3 ปีที่แล้ว

      ​@@Mustafa-pe5mp I have an issue with live sass compiler , so I uninstalled it and installed compile hero pro instead ! and it is working like a charm

  • @ayberkyigit4795
    @ayberkyigit4795 4 ปีที่แล้ว +79

    are you actually reading my mind? I've just finished sass documentation and you uploaded this crash course
    nice!

    • @codeaperture
      @codeaperture 4 ปีที่แล้ว

      Send me the docs please Ive always wanted a deep dive to sass.Link to content you used?

    • @cooljohnny9402
      @cooljohnny9402 4 ปีที่แล้ว

      me too lol. Brad sees everything haha

    • @adnanaz4526
      @adnanaz4526 4 ปีที่แล้ว

      So true..

  • @lucaszanek6204
    @lucaszanek6204 4 ปีที่แล้ว +8

    It's funny, every time I want to learn something I go to youtube and you just upload a course about it. Monday I start a new job so I was about to learn sass and you just uploaded it. Thanks a lot, you're the best!

  • @goldenpunk9k
    @goldenpunk9k 3 ปีที่แล้ว +9

    2:17 two formats of sass files.. scss preferred
    2:18 Variables
    4:07 Nesting
    4:34 Modules
    5:40 Mixins and functions
    6:54 Inheritance
    7:35 Operators
    8:00 conditionals

  • @francomacias8904
    @francomacias8904 4 ปีที่แล้ว +5

    You must tired of people telling you how awesome you are but I can't stay silent anymore, You're Awesome!!!

  • @iahonz
    @iahonz 4 ปีที่แล้ว +8

    I just watched your responsive portfolio website series and realized "Oh, looks like I've been doing Sass wrong" *me, goes to Brad's TH-cam to see that he uploaded a course on this 6 days ago*. Awesome!

  • @dumbignorantfool2353
    @dumbignorantfool2353 3 หลายเดือนก่อน

    Thanks! I watched lots of videos about sass and yours are easy to understand with little to no errors which I encountered while following other sass tutorial. Cheers!

  • @marcelino-dev
    @marcelino-dev 4 ปีที่แล้ว +1

    I've previously watched a crash course about Sass on another channel and it was nothing compared to this. Thank you Brad for all your work!

  • @nervanis
    @nervanis 4 ปีที่แล้ว +4

    The utility loop @40min is amazing! I'm working on an image utility library and this is the key to making this code more concise.

    • @alwin5995
      @alwin5995 4 ปีที่แล้ว

      I thought I could make a theme changer with this prop using JS, but Sass doesnt repond to JS changes, so I dont see the point of using it.

  • @waqaskhandev
    @waqaskhandev ปีที่แล้ว +2

    Your Crash Courses are amazing. I have watched most of them a to z and it really help me alot.

  • @helenag9915
    @helenag9915 4 ปีที่แล้ว +1

    There are many Sass tutorials on TH-cam, but yours is the best. Like always!

  • @BTSPeach1469
    @BTSPeach1469 3 ปีที่แล้ว +2

    this tutorial is so amazing! i've been using the very basic features of sass (variables, and nesting) for a few months as i'm new to web dev but this just helped me level up my skills tremendously. thank you!

  • @adarshchakraborty
    @adarshchakraborty 2 ปีที่แล้ว

    Everything in one video. Exactly What was I looking for! That too from my favourite channel on TH-cam. 🤩

  • @programmingjobesch7291
    @programmingjobesch7291 ปีที่แล้ว +1

    33:00- Just opened up a whole world for me

  • @kasopejohnson3831
    @kasopejohnson3831 2 ปีที่แล้ว +6

    Thank you so much Brad! I've been working professionally building apps but I skipped SASS during my learning path because I was being rushed so I only write my custom css with frameworks. Now I know the basics in less than 2 hours!!
    SASS actually makes writing css LIKEABLE! 😂😁

  • @bonguthandokhumalo7552
    @bonguthandokhumalo7552 5 หลายเดือนก่อน

    Your videos are always informative and clear, you're really a great teacher. Thank you so much for sharing your knowledge.

  • @bmehder
    @bmehder 2 ปีที่แล้ว

    Today was the day I started using SCSS, and I am never going back. What's great is you can use it right away and then slowly learn and include features at your own pace. At first, I just wanted the nesting, but I quickly started using variables because the syntax is so nice. In a perfect world, native CSS would work like SCSS.

  • @Dablus
    @Dablus 4 ปีที่แล้ว +2

    i swear to god i was just looking for a sass course, and here you are !

  • @lightingstrike7285
    @lightingstrike7285 4 ปีที่แล้ว +3

    Hey Brad, I am really thankful for all of your videos. You're a great programmer. Thank you for sharing your knowledge with others. I hope you keep on helping the programming industry.

  • @federicocipriani7399
    @federicocipriani7399 4 ปีที่แล้ว +5

    Thanks Brad! And this is how after 1 hour I have a good knowledge of Sass 😁

  • @otongjrliah4787
    @otongjrliah4787 2 ปีที่แล้ว

    one of the best humans i can ever name even though i have never seen and met him. he teaches with whole of his heart.

  • @codito7388
    @codito7388 4 ปีที่แล้ว +2

    personally i don't like sass but whatever you know is good. With vanilla you can influence everything.

  • @SuperSarhanWebdev
    @SuperSarhanWebdev 3 ปีที่แล้ว +2

    this was just an amazing video, the way you did those spacing utility classes awesome man love it

  • @erfanm1206
    @erfanm1206 2 ปีที่แล้ว

    your crash courses are my first choice for learning stuff
    Thanks Man

  • @devsecopstoolbox
    @devsecopstoolbox 3 ปีที่แล้ว +1

    Mr. Brad, I have learned a lot from your channel since 2019, still, I'm struggling for a job. Still learning and doing practice on skills hoping for a better future. Thank you so much for your efforts for make the courses for us which help a lot. Best wishes to you brother.

    • @goodnessdavid6583
      @goodnessdavid6583 2 ปีที่แล้ว

      Hey, have you gotten a job yet?... I'm new to the programming world

  • @esportsnexus
    @esportsnexus 4 ปีที่แล้ว +1

    You are awesome Brad. Love you man.

  • @luciogutierrez997
    @luciogutierrez997 2 ปีที่แล้ว

    I've always hated Bootstrap from version 4 to date because I found it impossible to customize. One video and 48 minutes later, I'm excited about it!

  • @Algebrodadio
    @Algebrodadio 4 ปีที่แล้ว

    This is the one piece of web development that has, never seemed hard, but I've never bothered to learn it. Now that you've made a vid, I'm happy to watch it. Thanks Brad.

  • @colindante5164
    @colindante5164 ปีที่แล้ว

    Once again you demonstrate why most consider you the best out there for web content.. Thankyou much and greatly appreciated. ))

  • @Pavfixers
    @Pavfixers 3 ปีที่แล้ว +1

    first ever css html video i stumble on was Brad . Im very picky for voice and Brad has perfect voice and the way he explains and Happy new year Brand and to your family thanks for what you do

  • @finalfantasy7820
    @finalfantasy7820 4 ปีที่แล้ว

    Everybody is teaching for money to some extent but this guy also aims to deliver the content in the best way possible - and he can.

  • @MCA96
    @MCA96 4 ปีที่แล้ว +4

    I learnt a lot from you and keep learning. Thanks for all these top quality content, Brad.

  • @Loki_Dokie
    @Loki_Dokie 2 ปีที่แล้ว +1

    Been doing your html/css Udemy course and it is nice to watch this and understand what is going on when I just know some css so far.
    Had I watched this about a month ago I wouldn't know what the hell is going on. Your teaching style is so consistent that it creates the ability to learn new things a lot easier. I've thanked you a lot but thanks again, I'm embarking on a life changing journey and you are at the helm.
    Be well!
    93

    • @tiagomota4734
      @tiagomota4734 ปีที่แล้ว

      Hmm isnt this soo fkin quick i mean you can rewatch but its happening so quick and the guy dosnt really explain in details....i made alrdy 2 projects in CSS and HTML i know some shyte but hmm i find this to be in such a rush

  •  4 ปีที่แล้ว +1

    He never sleeps! 😊
    I wasn't expecting for a video that soon since you had just finished the Expense Tracker App.
    My weekend will be amazing thanks to you, Brad.

  • @parthpuri2000
    @parthpuri2000 4 ปีที่แล้ว +19

    Hey Brad. Thanks for all this amazing content you're putting out here.
    Just wanted to make a small request.
    Is it possible to make a crash course on the basic backend stuff using node. Like all the basics a website needs (logging a user in and maintaining user database + sending out emails as newsletters)?

  • @julieoelker1865
    @julieoelker1865 2 ปีที่แล้ว

    After I finished Brad's Udemy course on Javascript, I took this course. So glad I did. It was easy to understand the functions and mixins after learning Javascript.

  • @elmira5244
    @elmira5244 4 ปีที่แล้ว +1

    the best video about sass on youtube

  • @heirsofchrist
    @heirsofchrist 3 ปีที่แล้ว

    I don't wait to watch Brad's tutorial before hitting a like button. Once I set my eyes on his clip, I just hit on like before watching. Trust me, I haven't regretted it for once.

  • @jawadkhan8747
    @jawadkhan8747 4 ปีที่แล้ว

    I was thinking that saas will be to complex to understand, but you did it.
    Thank you Traversy Media.

  • @gxguy2906
    @gxguy2906 4 ปีที่แล้ว +1

    Finally I been searching your channel for this. Thanks

  • @hiuheu6653
    @hiuheu6653 4 ปีที่แล้ว +1

    Brad thanks for this, I am really enjoying your recent videos. I have a degree in Civil Engineering but I fell in love with programming and have been teaching myself for the last 7ish months. I am starting to make websites for my local businesses here in London. I have picked up view and react so far, I am really starting to love Gatsby for doing freelance projects.
    Anyways thanks for your videos, they serve as a nice refresher.

  • @Shaktish-kumar
    @Shaktish-kumar 3 ปีที่แล้ว +1

    To set the folder path correctly, you can try this
    "liveSassCompile.settings.formats": [
    {
    "format": "expanded",
    "savePath": "~/../css/"
    }
    ]

    • @goodnessdavid6583
      @goodnessdavid6583 2 ปีที่แล้ว

      Yeah.
      I noticed "format" : "compressed" made my compiled css appear in one line, which doesn't look so nice, I had to change it to "expanded to fix it

  • @subham-raj
    @subham-raj 4 ปีที่แล้ว +47

    If you go *SCSS* you never go _CSS_

  • @kinky378
    @kinky378 4 ปีที่แล้ว +1

    I loved this tutorial, just one thing that I learned and it could be convenient for starters is that Sass compile multi-line comments to the css file, so if you have the extended version of the css file you can comment using /* Comment */ and it will keep the comment, at least for me it is useful because I'm pretty new on the tutorials

  • @zakariahilali1297
    @zakariahilali1297 4 ปีที่แล้ว

    a Big thank you is never enough to people like brad

  • @bengbeng2005
    @bengbeng2005 2 ปีที่แล้ว

    the best mentor is definitely you Brad

  • @TheRealJuggaloJoel
    @TheRealJuggaloJoel 2 ปีที่แล้ว

    YASS! Nesting in css makes life so much better.

  • @izdann
    @izdann 3 ปีที่แล้ว

    You are the best!!! I bought ur Udemy course and it's really worth it!!!

  • @pavelsantelises9553
    @pavelsantelises9553 3 ปีที่แล้ว

    Omg dude, you're like the best teacher I ever had. Thank you so much.

  • @goncalodumas
    @goncalodumas 4 ปีที่แล้ว +2

    Thanks for a great presentation! I’ve used css since the end of the browser wars and it’s great to see how it’s evolved.

  • @lourenxoweb6348
    @lourenxoweb6348 4 ปีที่แล้ว +1

    I love your content so much and I always wanted to see a Sass crash course from you!

  • @Knards
    @Knards 4 ปีที่แล้ว +1

    I have always used the indented version. Much quicker. I use SASS with modified SMACSS. Thank you very much for the refresher

  • @ojas.11
    @ojas.11 5 หลายเดือนก่อน +1

    That was really amazing. Great Job!.

  • @techhype6065
    @techhype6065 4 ปีที่แล้ว +1

    Thank you very much Brad. You are my favorite teacher. I love every contents you created. I have wrote bad scss codes on my vue.js job but now I learned many useful technique from you. :)

  • @Dxpress_
    @Dxpress_ 3 ปีที่แล้ว +1

    One thing I like to do in regards to responsive design is use media-queries with mixins and the @content tag.
    The @content tag is just a placeholder that you can use to insert custom styles inside of a block.
    So for example, I would write a mixin for mobile-device resolutions like this:
    @mixin mobileWidth() {
    @media (max-width: 700px) {
    @content;
    }
    }
    And then it can be included anywhere for anything that needs to be responsive, rather than needing to manually add overrides for every single thing in one media query.
    Here's an example with a flex-box that becomes a standard block container on mobile resolutions:
    .some-container {
    display: flex;
    @include mobileWidth() {
    display: block;
    }
    }
    And it's really easy to extend this by adding more mixins with different resolutions, such as something like "tabletWidth", "desktopWidth", etc.

  • @juliofslt
    @juliofslt 2 ปีที่แล้ว

    I've been wanting to learn SASS for a while now but didn't want to take a +20 hours course, I wanted something just straight to the point and clearly explained. Thank you man, amazing crash course as always!

    • @tiagomota4734
      @tiagomota4734 ปีที่แล้ว

      inst this so rushed tho? what did you understand from this lol?

    • @EosDoesStuff
      @EosDoesStuff ปีที่แล้ว

      @@tiagomota4734 It's literally a crash course. The point of it IS to be super quick. Some people learn better when they get all the information at once, some learn better from more spread out courses. If you didn't understand it, this style of learning just isn't for you.

  • @mykalimba
    @mykalimba 4 ปีที่แล้ว +12

    Every time your Slack notification sounded, I checked MY Slack.

  • @Ughjamal
    @Ughjamal ปีที่แล้ว

    Everybody loves Brad!!!❤️

  • @orangecode1902
    @orangecode1902 4 ปีที่แล้ว

    That's why we love you you upload every video when we actually need These

  • @gabornagy6274
    @gabornagy6274 4 ปีที่แล้ว

    Congrats for the 1 million subscriber! You are our hero!

  • @mistersz
    @mistersz 3 ปีที่แล้ว

    you are my favorite programming guru.
    Glad to see Sass course in your channel !
    Thanks

  • @niclinford5495
    @niclinford5495 5 หลายเดือนก่อน +1

    Excellent video mate! could you possibly do an updated version some time soon? Thanks heaps!!!

  • @grantwilliams9838
    @grantwilliams9838 2 ปีที่แล้ว

    Again, another awesome vid Brad. Very comprehensive with a great and simple example to learn off. Thanks a mil

  • @oshaprimaadidaya4589
    @oshaprimaadidaya4589 2 ปีที่แล้ว

    Short, Simplifed, to the point kind of Crash Course, you deserve Heaven! lol.

  • @CharlesDeBarros
    @CharlesDeBarros 3 ปีที่แล้ว

    As always, your content is just priceless. Shame I can only give one thumbs-up! Keep the oustanding content coming! Much appreciated indeed!

  • @deaconuadrian6554
    @deaconuadrian6554 4 ปีที่แล้ว +2

    Great video, Brad!
    Thank you for the video and all the hard work.
    God bless.

  • @codingaustralia3748
    @codingaustralia3748 2 ปีที่แล้ว +1

    Thanks for this. My websites are so out of date. I teach disengaged young people so got a lot of updating which will keep me out of mischief.

  • @MarshGames
    @MarshGames 2 ปีที่แล้ว

    My dream is to become a fullstack developer because the subject of programming, logic, and design has become my free time, and your videos are always so much fun to watch. Thank you for being so informative and clear in explainations. I said "no way" out-loud at least 5 times when you showed a functionality of Sass. This will definitely be a useful dev tool in the front-end work! Thank you!

  • @PragmaticReviews
    @PragmaticReviews 4 ปีที่แล้ว +3

    I don't need to watch it to like it, I know you are a killer man. Thank you!!

  • @sethmccullough6206
    @sethmccullough6206 4 ปีที่แล้ว

    Beautifully done video Brad, you made it so easy to get up and running with Sass which I'm loving. Thank you!!!

  • @thanapongangkha1417
    @thanapongangkha1417 4 ปีที่แล้ว +5

    Thank you Brad. I’ll watch it tomorrow, it’s already midnight here 😂

  • @Gamerbay2017
    @Gamerbay2017 ปีที่แล้ว

    Fantastic video! I'm a student web developer, and this was the recommended video by the course (which is run by TAFE Australia!).

  • @atmanvisual190
    @atmanvisual190 3 ปีที่แล้ว

    Your big picture crash courses are such a great resource. Thanks a lot!

  • @user-tf2oi3ef1w
    @user-tf2oi3ef1w 4 ปีที่แล้ว

    Congratulations on 1 million subscribers, you deserved it. Great tutorial as ussual

  • @badytouray294
    @badytouray294 ปีที่แล้ว

    Loved this video 🙂 Your style of teaching is amazing with basic easy to use/understand examples :-) Love your 1hour crash courses.. Thank you for being yourself

  • @elilumilay9405
    @elilumilay9405 4 ปีที่แล้ว +1

    And this is the things i've been searching right now!! Thank you so much Brad! You are great and awesome :)

  • @TechTravelbyRJ
    @TechTravelbyRJ 3 ปีที่แล้ว

    Same stuff i watched from another youtuber and those thing goes above my head , your presentation is awesome ❤️

  • @soflogator
    @soflogator 4 ปีที่แล้ว

    Wow Sass is really going to take things to the next level for me. There's so much that I can learn and do with it. Excited to see how I can implement this with my larger projects. Thanks for the great introduction and explanation to it!

  • @chopardissmo6869
    @chopardissmo6869 4 ปีที่แล้ว

    Look forward to this topic from Traversy for a while, thx man.

  • @deezoklm8581
    @deezoklm8581 4 ปีที่แล้ว

    why don't you celebrate your 1 million subscribers, you deserve it man

  • @aniketchaudhari5062
    @aniketchaudhari5062 4 ปีที่แล้ว +3

    I was about to look for SASS video and here it is! 👍

  • @ashutoshagrawal3076
    @ashutoshagrawal3076 4 ปีที่แล้ว

    Yipeeeee! Now we can create our own CSS framework. Thank You Mr. Traversy!

  • @yaseensha4696
    @yaseensha4696 2 ปีที่แล้ว

    the first course video i didn't skiped

  • @sharepointtips9330
    @sharepointtips9330 4 ปีที่แล้ว +1

    Thanks Brad.Helpful as always!

  • @codingtutorialsannguyen3924
    @codingtutorialsannguyen3924 3 ปีที่แล้ว

    Omg thank you! I always wanted to learn sass! Thanks to you I'm a beginner! I'm going to show of to my friends now!

  • @RyanFurrerGaming
    @RyanFurrerGaming 4 ปีที่แล้ว +3

    This was an amazing resource to getting started in Sass.
    Thank you so much!

  • @ImranKhan-ft7ns
    @ImranKhan-ft7ns ปีที่แล้ว

    These crash courses are life saving... Thanks Brad ❤

  • @sarcasticdna
    @sarcasticdna 3 ปีที่แล้ว

    Whole Dev Community loves Brad on youtube.
    I know why!

  • @cynthiamanor6565
    @cynthiamanor6565 4 ปีที่แล้ว

    Thanks so much for posting this. I'm having to learn about CSS pre-processors for a class, and this REALLY helped!

  • @msrumon
    @msrumon 4 ปีที่แล้ว +1

    sass in 2020 w/o modules is living in like 2000. btw, thanks for this short tutorial on sass. looks so effortless to style web pages!! i could build an entire ecomm app within the time i style 2 pages... i am so damn bad at styling... :(

  • @kamatz4156
    @kamatz4156 2 ปีที่แล้ว

    Really enjoyed learning this!. Thank you for the video.

  • @TomkinsOkello
    @TomkinsOkello 4 ปีที่แล้ว +3

    Brad, just a thank you. Great as always...from one of your students 🙏🏾

  • @abirbekaxmedov4623
    @abirbekaxmedov4623 3 ปีที่แล้ว +1

    Thank you so much Brad. You are super teacher!

  • @ore_bear8045
    @ore_bear8045 3 ปีที่แล้ว

    the slides was very informative and not boring, great tut !

  • @jusyF
    @jusyF 2 ปีที่แล้ว

    Wow so cool😍 Brad, we want more!

  • @Supersnoopadoop478
    @Supersnoopadoop478 4 ปีที่แล้ว +1

    Thanks for uploading this Brad. Could you give us an idea how you choose colors that complement each other well? Like how you chose the primary and secondary colors in the video. Thanks for all your hard work on these videos. Keep it up!