CSS Background Images and Responsive Image Properties for Beginners

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

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

  • @frankaspire7522
    @frankaspire7522 2 года назад +9

    You are the best thing that ever happened to my life. I started programming because of you. You make it look so simple. Thank you and one day if I get my first programming job I'll surely buy you that cup of coffee and Tacos I know you love it.

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад +2

      Glad I could help, Frank! You can do it! And yes, I love coffee and tacos! 🚀

  • @9nikolov
    @9nikolov 11 месяцев назад +2

    28:50 Alternative Solution
    background-image: url("../../ex-1/images/mountains-2145x1398.jpg");
    background-repeat: no-repeat;
    /* background mask layer (simillar to the one in photoshop) */
    background-color: red;
    background-blend-mode: multiply;

  • @uniquebanda69
    @uniquebanda69 2 года назад +21

    As always top-notch tutorial, No doubt you are a good teacher & good person too.

  • @DaveGrayTeachesCode
    @DaveGrayTeachesCode  2 года назад +7

    There is much to learn when it comes to images in HTML & CSS. This tutorial should give you a great start for working with images in CSS. It covers responsive images on your page including considerations for content layout shift, and it also includes many ways to apply background images with CSS. If you're just starting with CSS, I recommend going to the beginning of my CSS for Beginners playlist found here: ruclips.net/p/PL0Zuz27SZ-6Mx9fd9elt80G1bPcySmWit

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

      So thanks Bro, Is there plan for layout(Flex,Grid,Float,Table)?I mean a summary and comparison of the tutorials provided earlier on the types of layout and positioning on the web.

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад +1

      @@behroozyazdani6023 they can all be used together. I've got a mini project or two using these coming up. 💯

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

      @@DaveGrayTeachesCode My gratitude to you for all you have done, which I will never forget. I truly appreciate you and your time you spent helping me in many occasions. Thank you very much for the course. I enjoyed every minute of your lecture as well as your marvelous sense of humor.

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

      @@behroozyazdani6023 thank you for the kind words my friend 🙏🙏

  • @kd6613
    @kd6613 Год назад +1

    🎯 Key Takeaways for quick navigation:
    00:00 🎥 Dave introduces a beginner CSS series focusing on images, using tools like Chrome and Visual Studio Code.
    00:27 📸 There are two types of images in web design: foreground images (visible on the page) and background images.
    01:37 🖼️ Demonstrates adding a sample image to an HTML document, emphasizing the importance of setting the width and height for the browser to reserve space and prevent content layout shift.
    05:46 🖥️ Highlights the responsiveness of an image when given a percentage width in CSS, showing how the image size adjusts as the window size changes.
    06:53 🚫 Images are originally inline elements in HTML, creating unwanted space below them. Setting them to "display: block" in CSS removes this space.
    09:10 🖼️ Introduced the use of a "hero" class and how to include an image within a figure element.
    10:05 📏 Demonstrated setting image attributes such as width, height, and alt for clarity and SEO.
    12:08 📐 Covered the importance of responsive design using percentages and the "auto" setting to avoid content layout shifts.
    13:18 🔵 Showed how to transform a square image into a circular profile picture using the "border-radius" property.
    17:29 🚫 Discussed utility classes, specifically the "no wrap" class for text elements and the "off-screen" class to hide elements while maintaining accessibility.
    18:37 🎨 Introduced the basics of CSS background images, starting with a background color as a fallback.
    19:33 📁 Explained how to set a background image using URL paths, referencing the image folder from the CSS.
    20:44 🔁 Discussed the `background-repeat` property, controlling the repetition of an image on x or y axis.
    22:32 🌈 Highlighted the impact of image transparency, emphasizing the interplay between text and background.
    24:14 🔎 Explored the `background-size` property with values like "cover" and "contain", influencing how the image scales.
    Made with HARPA AI

  • @iluvsyphonfilter
    @iluvsyphonfilter Год назад +3

    Fantastic lesson, Dave! I learned a lot from this video, thanks!

  • @HeySkidee
    @HeySkidee 18 дней назад

    the message at the end is really important

  • @XacsonTech
    @XacsonTech 2 года назад +1

    Learning from Nigeria.
    Thank you so much for always taking you're time to explain everything, it's almost as if I am In a lecture hall. God bless your heart.

  • @myutube290269
    @myutube290269 Год назад +1

    Thank you for your dedication. Each lesson is easy to follow and well explained step by step.

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

    Hi Dave!
    44:09
    I noticed that it worked in all browsers including "firefox" with just the "webkit prefix",
    and thank you so much for this awesome video.

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад +1

      It is best to provide both as this could change. You can check support for all properties at CanIUse.com. Mozilla Firefox and some other browsers have their own vendor prefixes, too: developer.mozilla.org/en-US/docs/Glossary/Vendor_Prefix

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

    You are the man. Newb here, not able to work through how to get my .jpg to display as a background from css. You explained it like a boss. Thanks!

  • @7doors847
    @7doors847 2 года назад +1

    Dave is really kicking some serious “TUTS”!

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

    Hi Dave! Great job on these videos you're producing, you've quickly jumped to the top of the list for JS/HTML/CSS/React tutorials on RUclips IMO. I've been meaning to pass along a shortcut to you that you might not be aware of. For HTML/CSS/JS commenting shortcut you usually use shift+alt+a in your videos, you can also use ctrl+/ for a comment shortcut that I think is easier and faster. Always good to improve your shortcut arsenal. Keep up the great tutorials and thank you for all the hard work putting them together! 😃

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

      Thank you for the kind words, Jeff! And thanks for the comment suggestion, too!

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

    This video is amazing. Thank you.

  • @JayantBB78
    @JayantBB78 10 месяцев назад

    Wow,
    Awesome examples.
    👍🏻

  • @Luis-vy2oi
    @Luis-vy2oi Год назад

    Thank you so much! You're awesome.

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

    you sir, are a legend! thank you!

  • @nomer9998
    @nomer9998 2 года назад +1

    Thank you for good lesson

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

    Thank you i really liked the tutorial

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

    Your videos are so much helpful sir

  • @ahmad-murery
    @ahmad-murery 2 года назад

    Nice, useful and informative video,
    background-attachment is another cool property,
    for background position we can also add offset along with the position,
    something like background-position: top -4px right 5px;
    Thanks Dave,

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

    Why do you prefer changing the position of the figcaption to using using visibility: hidden?

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад +3

      Notice the shift of the profile pic image after using position on the figcaption. If I used visibility, figcaption would still be taking up space under the image even though it is not visible. The use of visibility also removes the element from the accessibility tree. We want screenreaders to be able to read the figcaption. Reference: developer.mozilla.org/en-US/docs/Web/CSS/visibility

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

      @@DaveGrayTeachesCode Thank you!

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

    Hello Dave, thanks for the grate tutorials.
    just one question, in real life projects is the images editing done by css, because I think it can be done easier using photoshop like dark filters or image in the text even mixing backgrounds with gradient.

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

      It can be done with either / both. If the you change the size of the image based on viewport, it can also be useful to have several sizes of the same image and use srcset and sizes attributes with the img element. It is a bit more advanced, but I should make a tutorial on this: developer.mozilla.org/en-US/docs/Learn/HTML/Multimedia_and_embedding/Responsive_images

  • @TheLittlemaster2009
    @TheLittlemaster2009 2 года назад +1

    very nice content thumbs up for your effort and time, also make a video on svg animation

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

    Hi dave i love your tutorials, is there a chance you could cover media queries?

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

      That is coming up in this series very soon, Mohamed 💯 Thanks for the kind words and request! 🙏🙏

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

      @@DaveGrayTeachesCode Thank you so much! You’re tutorials are honestly the best ones out there on youtube you deserve 6 figure followers! It got me through css and now i just have to cover the media queries and the transformations:))). I absolutely love your channel!!!!!

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

    What color theme you r using in vscode (the name)?

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад +1

      Search extensions for the Github theme. It has lots of options, too.

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

      @@DaveGrayTeachesCode thank You you are a monster IAM Learning so much from your courses . Can you upoad tutorial for SASS

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

      @@happylife2914 Thank you for the request! 🙏

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

    good video | keep it up

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

    its confusing you can explain in more simple terms

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

    Waiting mern project with details explanation

    • @DaveGrayTeachesCode
      @DaveGrayTeachesCode  2 года назад +1

      It will take a little bit. Expect a few other tutorials before it is released.

  • @Dani-bq6kp
    @Dani-bq6kp Год назад

    Thank you!!