CSS Crash Course Tutorial

Поделиться
HTML-код
  • Опубликовано: 16 окт 2024

Комментарии • 67

  • @WebDevSimplified
    @WebDevSimplified 6 лет назад +99

    Thanks Free Code Camp for featuring my video on CSS. If anyone has any questions about anything covered in this video please let me know, and I will get back to you as soon as I can.
    Again, thank you Free Code Camp.

    • @raulmelo7021
      @raulmelo7021 6 лет назад +2

      Hey , how you doing?
      First of all excellent video and explanation.
      Could you help me with something? I really wish be able to create videos like that. What kind of course/knowlegde should I do?
      I have some ideas and I really want to do something like this. =D
      Thank you so much

    • @WebDevSimplified
      @WebDevSimplified 6 лет назад +4

      I am doing good. Thank you for the kind words. In order to create this video and my other videos like this I use After Effects combined with Davinci Resolve.
      As for learning the skills needed for these videos I watched a few RUclips tutorials on After Effects to get an idea of how to do general things, and then just jumped into After Effects learning as I went. I never actually took any courses so I don't have any recommendations in that regard, but if you just look for a general tutorial on After Effects you should be able to get the basics down well enough to start making your own videos.
      It really just takes a lot of patience and time to learn and get better at editing videos. I know for me I have been able to cut the time it takes for me to edit a video down from multiple days to only a few hours by just constantly practicing.
      Hopefully that is enough information to answer your question. Sorry I can't be of more help.
      PS: I use OBS for recording my screen.

    • @trakeshrao
      @trakeshrao 6 лет назад +2

      Thanks for the video. It is very good. Are you planning to cover responsive design and positioning in future videos?

    • @WebDevSimplified
      @WebDevSimplified 6 лет назад +3

      I actually already have a series that goes over positioning and a little responsive design for a band website. You can checkout the videos for that series here. ruclips.net/video/Sv_NAxi_jNs/видео.html

    • @akashyji5674
      @akashyji5674 2 года назад

      @@raulmelo7021 LM mm.
      ..llppm

  • @freecodecamp
    @freecodecamp  6 лет назад +8

    Here are some other great CSS resources:
    CSS3 in 30 Days: ruclips.net/p/PLWKjhJtqVAbl1AfjiGyYxwpdAPi5v-1OU
    Interactive CSS challenges: learn.freecodecamp.org/responsive-web-design/basic-css

  • @jaybraun1006
    @jaybraun1006 3 года назад +9

    took HTML and CSS in high school and college almost 10 years ago, your videos are very helpful with refreshing my memories and helping me get back into what I enjoy doing without retaking class courses haha!

  • @daifuco
    @daifuco 6 лет назад +30

    I have spent a few months to learn Javascript, I totally forgot my CSS, this video is perfect to refresh my knowledge!

    • @WebDevSimplified
      @WebDevSimplified 6 лет назад +8

      I'm glad you enjoyed it! CSS is pretty easy to forget about with all the exciting things you can do with JavaScript. That is until you realize your awesome interactive web page looks like it was built in the 90s. :P

    • @Barca4Ayman
      @Barca4Ayman 3 года назад

      Same problem me too

    • @makedonce25
      @makedonce25 2 года назад

      same ...

    • @johnlerryignacio1358
      @johnlerryignacio1358 Год назад

      Same problem!

  • @JP-zp6ob
    @JP-zp6ob 4 года назад +4

    im taking classes on udemy for front end development right now and these videos are fantastic to watch before i go into an analogous course so i have an idea of what's going on. Thank you!!

  • @randysandberg3755
    @randysandberg3755 6 лет назад +4

    Short, but concise and on point. Well done.

  • @amandasmith4089
    @amandasmith4089 29 дней назад

    Life saver. This is such a good refresher

  • @archirnobenz
    @archirnobenz 3 года назад +1

    Learning CSS for personal interest and most likely using it to develop a website from scratch. It provides more flexibility than using those web builders that u need to pay in order to remove the watermark from your web link

  • @MrVirusDi
    @MrVirusDi 9 месяцев назад

    Was a interesting. Thank for this course! I have already studied CSS, but now I need this knowledge to develop HTML5 games.

  • @DanielPetrov1
    @DanielPetrov1 3 года назад

    Thanks for this great video! I decided to broaden my horizons by adding knowledge required for Full Stack positions to my memory, this is why I watched your video.

  • @ruchishrivastava7347
    @ruchishrivastava7347 4 месяца назад

    Helped me getting started with css thanks

  • @taariqq
    @taariqq 6 лет назад +3

    Nice little presentation that one can keep for reference for css basics

    • @WebDevSimplified
      @WebDevSimplified 6 лет назад +1

      Thanks! I'm really glad you enjoyed the fact that I made the video shorter since that was one of my main goals with this video. I wanted to make it easy to digest and come back to.

    • @taariqq
      @taariqq 6 лет назад +2

      @@WebDevSimplified short videos that deal with just one or a few aspects of CSS would be great. That way you can label them "CSS: how to style every odd element" rather than "learn CSS". Something distinguishing and specific for searches.

    • @WebDevSimplified
      @WebDevSimplified 6 лет назад +1

      @@taariqq I actually have a series on my channel very similar to this idea where I walkthrough how to style specific things in CSS. Usually each video also focuses on a specific CSS concept. You can check them out here. CSS Challenges: ruclips.net/p/PLZlA0Gpn_vH8mpXIUHjWoMAAgoCEinL0R

  • @EminoMeneko
    @EminoMeneko 5 лет назад +4

    IDs are used when you want to test your software with say Selenium or alike or when you want to structure your page. Of course you can use other selectors using XPath but ID just identify an element simply.
    You forgot the > selector which means direct child selector div > p selects p elements into a div which are directly descending ... for instance is not selected. There are others but I think this one could have been told about.
    There is certainly more to tell but in 20mn it is a fair amount of data. For the rest there are references. W3school being a good one.

  • @7301G
    @7301G 9 месяцев назад +1

    univarsal selector is more prioritize over id, class,element ?

  • @RahulRoy-ub5or
    @RahulRoy-ub5or 3 года назад +1

    Awesome tutorial ❤️. It is helping me so much. Thank you👍

  • @salv236
    @salv236 6 лет назад +4

    thanks for sharing i was told that using * {property: value;} is bad practice and that to use either html or root

    • @WebDevSimplified
      @WebDevSimplified 6 лет назад +1

      In general using the everything selector is not a good idea, because it messes with inheritance and is a pain if you need to override it in certain elements. For things such as font-family using root or html is a good idea since font-family is inherited by default.
      Properties such as box-sizing, though, are not inherited by default, and when you want all elements on your page to have a specific box-sizing the everything selector is the only way to accomplish this.

  • @mmmPeanutBrittle
    @mmmPeanutBrittle Год назад

    Helpful, thanks!

  • @TheMulee
    @TheMulee 3 года назад +1

    Amazing, Stay Blessed.

  • @wungkachuishatsang
    @wungkachuishatsang 6 лет назад +2

    Hello sir... Which editor r u using...??

  • @subodhkamble6480
    @subodhkamble6480 6 лет назад +4

    Love this class ❤️

    • @WebDevSimplified
      @WebDevSimplified 6 лет назад

      Thank you! I'm glad you enjoyed the video. 😄

  • @youneskhellaf202
    @youneskhellaf202 3 года назад

    This will be enough to go directly to learn bootstrap?

  • @manuelvillegas9171
    @manuelvillegas9171 5 лет назад

    Damn, I read a whole book on css. I regret not going on youtube for this video haha. Great content and explanation!

    • @brandonden795
      @brandonden795 4 года назад +3

      I always check RUclips>Google>Reddit in that order whenever I want to learn something. If all those fail, then I buy a book.

  • @pulse5863
    @pulse5863 3 года назад

    Amazing . Thanks alot

  • @Grewal0007
    @Grewal0007 6 лет назад +2

    thank you....make part 2

    • @WebDevSimplified
      @WebDevSimplified 6 лет назад

      What would you want to see in a part 2? I have a series that I consider a good followup for this video where I style an entire band website. It uses all of the knowledge from this video to create a modern looking website. You can find the series here. ruclips.net/video/Sv_NAxi_jNs/видео.html

  • @iliassuvanov6690
    @iliassuvanov6690 4 года назад

    Thanks bro, explained well

  • @jhonbydimanche4764
    @jhonbydimanche4764 2 года назад

    Thanks a lot

  • @AbhishekKumar-mq1tt
    @AbhishekKumar-mq1tt 6 лет назад +1

    Thank u for this awesome video

  • @freelancermahmudul3291
    @freelancermahmudul3291 5 лет назад

    loving channel

  • @nurzhanamantay8729
    @nurzhanamantay8729 4 года назад

    Thaank you

  • @whitecode6344
    @whitecode6344 5 лет назад

    Thanks

  • @carpediem73
    @carpediem73 4 года назад +1

    thank you for this, was very helpful

  • @pchandu1995
    @pchandu1995 3 года назад

    can you guys centre a div right now?

  • @martinosorio5830
    @martinosorio5830 Год назад

    Don’t know what I am doing wrong following through it and my heading doesn’t change colors don’t know where I am going wrong

    • @martinosorio5830
      @martinosorio5830 Год назад

      Fixed it had two closing tabs smh lol first day on css

  • @Hsa008
    @Hsa008 4 года назад

    Bro how you did the animation at start of video?

  • @srinaths2361
    @srinaths2361 3 года назад

    position:sticky not working in nested table with overflow: scroll

  • @midhunkp4694
    @midhunkp4694 6 лет назад

    Please give css3 full course

  • @fuadarfan447
    @fuadarfan447 3 года назад

    👍

  • @ninjoe7564
    @ninjoe7564 2 года назад

    haha jokes on you i already subsccribed

  • @anrigameplay
    @anrigameplay 2 года назад

    I want to make a website, why I want to.

  • @JNET_Reloaded
    @JNET_Reloaded 6 лет назад +1

    when using css to make buttons how do I make it run a function when pressed? it never works for me!?!?

    • @WebDevSimplified
      @WebDevSimplified 6 лет назад +3

      Styling an element in CSS will only change the presentation of the element. If you want to add functionality to an element on your page you need to use JavaScript. The addEventListener function will allow you to add an event to listen to a click event on a button. For example in JavaScript you could write
      element.addEventListener('click', function() { alert('clicked button') })
      If you are still confused about the use cases of CSS and JavaScript, check out this video where I go over how the different technologies in the web work. ruclips.net/video/88QJumITbQA/видео.html

    • @JNET_Reloaded
      @JNET_Reloaded 6 лет назад

      Nie thanks, will you do a tut vid on this?

    • @WebDevSimplified
      @WebDevSimplified 6 лет назад +1

      I will. I am actually recording a video on this exact topic today, but it won't be released until next Thursday.

  • @mrmachir03
    @mrmachir03 6 лет назад

    4:49

  • @jhonbydimanche4764
    @jhonbydimanche4764 2 года назад

    No offense but that first 9 mins was boring. I think it would be more educational to do the second part (coding) then do the first 9 mins.

  • @shamr0cks319
    @shamr0cks319 6 лет назад +1

    Traversy Knockoff

    • @WebDevSimplified
      @WebDevSimplified 6 лет назад +4

      I take that as a huge compliment being compared to Brad Traversy. He is an amazing teacher and has helped and inspired so many people. He is one of the reasons I decided to pursue my passion of teaching, and I am loving every second of it.

    • @freecodecamp
      @freecodecamp  6 лет назад +4

      Brad Traversy is awesome! You should definitely watch his videos in addition to ours. You are right that he also has a great CSS Crash Course. I encourage everyone to watch it to get another perspective. ruclips.net/video/yfoY53QXEnI/видео.html