Тёмный

Background images with HTML & CSS 

Kevin Powell
Подписаться 902 тыс.
Просмотров 336 тыс.
50% 1

In this video, I look at how to set a background image, problems people run into with them and how to fix them, and finish things off with a bonus tip on readability.
🔗 Links
✅ How to select things in your CSS: • HTML & CSS for Beginne...
✅ Why you should use Firefox when learning CSS: • Stop using Chrome if y...
✅ How I update the browser on save: marketplace.visualstudio.com/...
✅ How to control your background-images: • Controlling background...
⌚ Timestamps
00:00 - Introduction
00:47 - Don't have the images in your HTML
01:29 - Use an external CSS file
03:45 - Linking a background image in an external CSS file
05:58 - Fallback background-color
06:45 - Don't use heights
08:21 - When the image doesn't show up
10:43 - background-repeat
12:26 - When an image is too big
14:36 - Making an image fit
16:59 - BONUS - making the text readable
#css
--
Come hang out with other dev's in my Discord Community
💬 / discord
Keep up to date with everything I'm up to
✉ www.kevinpowell.co/newsletter
Come hang out with me live every Monday on Twitch!
📺 / kevinpowellcss
---
Help support my channel
👨‍🎓 Get a course: www.kevinpowell.co/courses
👕 Buy a shirt: teespring.com/stores/making-t...
💖 Support me on Patreon: / kevinpowell
---
My editor: VS Code - code.visualstudio.com/
---
I'm on some other places on the internet too!
If you'd like a behind the scenes and previews of what's coming up on my RU-vid channel, make sure to follow me on Instagram and Twitter.
Twitter: / kevinjpowell
Codepen: codepen.io/kevinpowell/
Github: github.com/kevin-powell
---
And whatever you do, don't forget to keep on making your corner of the internet just a little bit more awesome!

Опубликовано:

 

4 май 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 216   
@imheretofiremylazeh
@imheretofiremylazeh 2 года назад
Not only good content and info, but also good presentation and sound quality. Every video is a gem
@BenjaminAster
@BenjaminAster 2 года назад
Don't forget your , otherwise the browser doesn't load the image before the entire CSS file is loaded and parsed. This can be very slow; especially at 3G connections.
@hanaasaiid9337
@hanaasaiid9337 Год назад
Thank you for your information ❤
@nathanwatts76
@nathanwatts76 2 года назад
Your timing could not be better! I literately just came to your channel to find this exact topic. Keep up the good work champion.
@albertoa.r.5995
@albertoa.r.5995 2 года назад
I love when you go back to basics. Somehow it helps also to grasp advanced concepts that rely on this. Thanks!
@johannarodriguez3573
@johannarodriguez3573 Год назад
you blew my mind with background-blend-mode, none of all the courses I've done mentioned it. How cool I found your video, thanks!!!
@lizflaggswope4747
@lizflaggswope4747 2 года назад
Kevin, I'm just learning CSS, and your videos are SO encouraging and refreshing! Thank you for making it all so approachable!
@SalmonbekAkbarov-jx2ei
@SalmonbekAkbarov-jx2ei 6 месяцев назад
@IamPetrus
@IamPetrus Год назад
Man, I have been over two hours of crazy frustration trying to figure out what was going on (swearing for granted) with my background - image, and in ten minutes of your video I could find the solution. Its the Kevin thing making it easy to us. Again!...
@bukkorossu
@bukkorossu 2 года назад
The bonus tip of that "background-blend-mode" property was pretty cool!
@nataliadi9
@nataliadi9 Год назад
Kevin, I am so happy I came across with your channel. You do make people fall in love with css. It really makes me stay curious. Thank you!
@justpeachyrl
@justpeachyrl Год назад
Thank you so much, Kevin. I really really appreciate the care, attention to detail, and focus on best practices that you put into each of your videos.
@MartynKoi
@MartynKoi 2 года назад
I have used a container for the text with a dark semi transparent background. This allows the image to show through and also a darker patch for the lighter text to be displayed. It has the advantage of framing the text which I think is a great eye catching feature if done right. Just my little tip :) Great video again, well done.
@reginamurguia4078
@reginamurguia4078 11 месяцев назад
Love your content, please keep it up! The way you explain things with such a calm and practicity from the most basic aspect is very conforting and encouraging for everyone, even if you're only looking for a quick fix or tip. ❣
@Fahimurr
@Fahimurr 2 года назад
Brilliant video, thank you Kevin for all your hardwork. Your videos are really helpful for someone like me who is getting into web dev.
@janman7419
@janman7419 Год назад
Very helpful, and nicely explained! I am just getting into CSS, and just by pausing and peeking at your code I learned other additional things I did not know about. Maybe I should start to watch from the beginning of your series :D. Thank you very much
@abdulrhman2514
@abdulrhman2514 2 года назад
I hated working with CSS now I love it so much thanks to you Thank you Kevin!
@JavierD
@JavierD 2 года назад
It's so satisfying to find teacher with so much passion to teach. It's the best education anyone can get.
@KevinPowell
@KevinPowell 2 года назад
Thanks so much!
@gundi0012
@gundi0012 Год назад
I watched the entire video for the blend mode tag thank you man i love your content
@eriklindestad9268
@eriklindestad9268 7 месяцев назад
Thank you! I actually yelled out loud when you did the dot dot in the url because that's what I'd been missing all along.
@swallowedinthesea11
@swallowedinthesea11 Год назад
I knew most of these except the blending part. It will be very helpful! Thank you!
@DanteMishima
@DanteMishima 2 года назад
Thank you Kevin. I was just saying this to someone who is stuck in adding width and height, telling them to use padding
@frosty8104
@frosty8104 Год назад
Nice tip about the blend mode.. I had no idea before that you could do that with css, though I knew about it from using it in Photoshop & Illustrator
@raquelcampos2096
@raquelcampos2096 Год назад
Thanks to teach responsiveness at the same time. I was adding a heigh every time I added a background picture , now I know better.
@fabianpetersen2452
@fabianpetersen2452 Год назад
Thanks Kevin, i was struggling with this recently and you made it super easy to understand 👍. Much love from South Africa
@patrickmcnelis1520
@patrickmcnelis1520 Год назад
Lol...I just had the path issue with your section styling video. Most important to double check those paths. And the inspect tip works very well. Thanks Kevin!
@abrahamomorogieva8533
@abrahamomorogieva8533 Год назад
the image being outside the folder was my problem. thanks so much, you earned a new subscriber
@SeviersKain
@SeviersKain Год назад
damn, that background-blend-mode is really working like a charm, thx Kevin !!!
@Ana-sm2nv
@Ana-sm2nv Год назад
You are AMAZING! Great content and super clear. I think I am loving CSS! Thank you!
@annanagalina3567
@annanagalina3567 3 месяца назад
Thank you a lot! It helped me find the problem with my background image. Very detailed and clear explication.
@andreyovedenie
@andreyovedenie Год назад
Thank you! I watch some clips about this but your clip was full with all the information and that really help me! Again Thank you!
@Webtricker
@Webtricker 2 года назад
The background image tutorial with HTML & CSS was very nice and simple. It was good. Thanks for shearing.
@zedricksalupito
@zedricksalupito 8 месяцев назад
Clear like Data I love this channel
@abdulhadi_53
@abdulhadi_53 Год назад
what I was looking for is to make it sticky background , So i found out by using background-attachment:fixed; and it worked very nice , and for a tip u can make shade on your background using background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.921), rgba(255, 255, 255, 0.914) ), url(" ./ your url for the bg "); And thank you kevin for the great work you are doing for make the web looking more aesthitic
@bogdandanila6306
@bogdandanila6306 Год назад
Thank you so much for all your videos.I wish you good health and hope you are happy.
@kodeshare6273
@kodeshare6273 3 месяца назад
Thank you Kevin, you are always my go to guy for css.
@angelcintron6227
@angelcintron6227 5 месяцев назад
Great video Kevin! This is exactly what i was looking for. Thank you!
@mercedes7761
@mercedes7761 11 месяцев назад
thank you so much for your detailed videos. I appreciate you!!
@gokturkbuyuktuna8557
@gokturkbuyuktuna8557 2 месяца назад
Background-blend-mode was pretty helpful!!
@aleksandrasocha9508
@aleksandrasocha9508 Год назад
This worked incredibly well! I can finally play it thanks
@Coco-ii2pu
@Coco-ii2pu Год назад
Kevin is legit my CSS guardian angel. Thank you kev ❤️
@wargalevente
@wargalevente Месяц назад
Hi Kevin, First of all, I am not a comment-person at all. I detest commenting. But I just felt that, in this case, I had to make an exception. At first, I didn't even like your videos, but then I watched this one and a few others which convinced me that you're bloody good (if I may say so). I've just finished the first module of my Front-end development course. I've made all the mistakes that a beginner developer can make, and by the way that you mentioned not to do. I was struggling to put my end assignment together. And I was also binge-watching tutorials on RU-vid. However, this was one of the first videos that followed through by actually doing it. So much so that in my end-assignment I almost always used background-blend-mode for my hero images to make the text in the image more readable.
@Space_Curious
@Space_Curious 25 дней назад
Thank you so much for the last chapter of the video! I was searching for that since some hours ahaha
@robynrooiland421
@robynrooiland421 Год назад
First video that I watched, loved it, subscribed and reccomended to my friends.
@uchennaonyejeme9221
@uchennaonyejeme9221 Год назад
Thank you very much , now I will understand the functionality
@airNfinger
@airNfinger 5 месяцев назад
Sir, you just earned a new subscriber. This video was so helpful!!! Thank you.
@yankeesfan3961
@yankeesfan3961 9 месяцев назад
Thank you for recommending Firefox as the main browser for web design. I like your instruction too. It's easy to understand as I right now am a very experienced beginner to whatever the next step is as a ranking.
@JackFate76
@JackFate76 Год назад
This gives me so many memories.
@aleksandraurban7867
@aleksandraurban7867 Год назад
Thank you for this video! You explained so well and saved my life :D
@archibaldsimms7440
@archibaldsimms7440 Месяц назад
Hello Mr. Powell. Thank you so much for your videos. They have helped me a lot.
@mofe620
@mofe620 2 года назад
Kevin...all your recent videos are solving my problems 🥺 I need to check the past ones too
@jonks5913
@jonks5913 Год назад
thank you Kevin for this video this was driving me nuts looking for a solution
@MikeHerzog_de
@MikeHerzog_de 2 года назад
Another nice tool to have in your box for legibility is `text-shadow`. In the white-text example from the video, I'd go with some dark color taken from the background image.
@sandaki7134
@sandaki7134 4 месяца назад
Thank you so much💙. Your video solved my biggest problem.
@weareloved
@weareloved Год назад
Thank you so much!! It was very helpful!!!👍🏼🙏🏻
@arg5
@arg5 Год назад
Finally I'm able to resolve the problem regarding background image Thank you so much sir 🤩 🔥🔥🔥🔥🔥✨✨😍🥰
@daskeds
@daskeds 2 года назад
Sir, you just have earned a lifelong subscriber
@isaacsotelo467
@isaacsotelo467 2 года назад
You drop this...👑 KING
@FFAs
@FFAs 2 года назад
Suggestion that isn't specific to CSS, more general web development for beginners: I noticed RU-vid is missing a single video or clear series of videos covering the steps/options for setting up a simple contact form for a website from start to finish on both front-end and back-end. Covering basic options like free, cheap, and premium tools for the backend could be an easy extra video topic that would be helpful to beginners.
@kyingawa
@kyingawa Год назад
wow. you just solve me problem now. thank you. I like your presentation style.
@Locklesh
@Locklesh Год назад
Great video. Exactly what I needed. Thankyou.
@brettlaby4578
@brettlaby4578 3 месяца назад
there are a lot of talented artists out here, but I have trouble understanding some of them. . Glad-I-found-you {
@priyadharshansenthil7343
@priyadharshansenthil7343 2 года назад
You are awesome sir 👏 through ur videos only I'm able to strong my front-end
@ruszelsaavedra1647
@ruszelsaavedra1647 Год назад
This is so much helpul for me Sir thank you for your tutorial
@a99986
@a99986 8 месяцев назад
Legend Just Legend
@dr__ey
@dr__ey Год назад
thank you so much for this Kevin !!!!
@alexandrosdimiropoulos4768
@alexandrosdimiropoulos4768 2 года назад
You are doing great videos, with great explanations that are extremely useful for real life projects. Amazing work. My only question regarding this video is this: for how big monitors you must choose an image for? If one person has ultrawide 4k screen, should we choose a background image that can stretch and fit to those screens also or we should use media queries with different images for bigger monitors or maybe we should stop and show only a background color after certain dimensions?
@estudiolo
@estudiolo Год назад
This is great, thank you!
@applesoda77
@applesoda77 9 месяцев назад
thank you man fr
@anthonysanders7004
@anthonysanders7004 Год назад
My god... saved my day practicing in VS code
@kubolavicka6043
@kubolavicka6043 5 месяцев назад
Helped me so much thank you, thumbs up
@devprollc
@devprollc Год назад
The video I didnt know I was looking for ^
@gio_adventurelm1578
@gio_adventurelm1578 Год назад
OMG thanks you so muchh! I tried so many time to put a background-image 🤣
@RamJairam1
@RamJairam1 2 месяца назад
Bro Love your teaching so much THANK YOU CHOOOOOOOO Much
@chichangchmarak8678
@chichangchmarak8678 Год назад
Good suggestions, thanks.
@marshlinejefthas5109
@marshlinejefthas5109 Год назад
Hi Kevin thx a million just the video I was looking for very informative and good content.
@anonymous_basics
@anonymous_basics Год назад
very helpful much appreciated .
@jashuva1239
@jashuva1239 11 месяцев назад
Your videos are very helpful to me sir🎉🎉🎉❤❤❤
@anactualalpaca7016
@anactualalpaca7016 Год назад
Thank you Kevin, for helping me build a website for another man also named Kevin
@isaacqadri
@isaacqadri 2 года назад
Thanks a lot Kevin ♥️.
@aram5642
@aram5642 2 года назад
King Kevin, in an unlikely case you run out of ideas for a video, I would be curious to see how you approach overflow containers with those nice shadowed transparency masks on the edges when there is overflown content scrolled past the edge. I don't think there is a css-only solution to that, but I know css in your hands can surprise me a lot. Thank you!
@arthur.poupart2125
@arthur.poupart2125 Год назад
You explain verry well friend!
@ZaeemKhaliqAwan
@ZaeemKhaliqAwan 2 года назад
There is a multiple background images stacking order thing, by which you can use multiple backgrounds. It is useful for applying for example linear gradient (to control opacity of the background image).
@KevinPowell
@KevinPowell 2 года назад
Yeah, that can be really useful :)
@davidactis7850
@davidactis7850 6 месяцев назад
Awesome video and excellent teaching
@plexor-dev
@plexor-dev 2 года назад
Cool, i see that trick background-blend-mode, a few months ago on Twitter.
@sillyways4610
@sillyways4610 Месяц назад
good video but i've got one point: my teacher said its not a good idea to place an image via css in the website because for SEO reasons. The search engine won't recognize that there's a picture hence for better SEO it's more advisable to put pictures in or tags since it will be seen as a picture
@mcroman-superfeat
@mcroman-superfeat 6 месяцев назад
Look easy , but still many years of brainstorming how do this, anyway - little closer to understand this now... ;) .css, .js ... etc. ... THX for sharing this knowledge...
@alexahong
@alexahong Год назад
you are a genius!
@alejovillores6373
@alejovillores6373 Год назад
Thanks! Great video
@martnb8219
@martnb8219 Год назад
Great video! Thanks a lot!
@republicofserbia
@republicofserbia 9 месяцев назад
Kevin, thanks for helping me
@peterpolak8779
@peterpolak8779 2 года назад
Finally someone prefer Firefox. :D
@madebytl
@madebytl Год назад
You're the best Kevin
@mrprogo2633
@mrprogo2633 Год назад
this was soooooo useful to me
@BadGirl-pn3qu
@BadGirl-pn3qu 4 месяца назад
Thank you so much 🙂
@josephbecker3023
@josephbecker3023 10 месяцев назад
you saved my keyboard from being shattered you beautiful beautiful man
@sormpheng7752
@sormpheng7752 Год назад
Been addicted to his tutorial 🥹😍
@m12652
@m12652 2 года назад
Great video as usual… Maybe you did one already but how about a video where you combine a background gradient that implies perspective with a foreground drop shadow that scales in proportion to the implied perspective.
@smithimmanuelg6870
@smithimmanuelg6870 7 месяцев назад
Blend mode was superb..
@Sanjaya-du1uw
@Sanjaya-du1uw Год назад
thank you so much 👍😊
@domagojhamzic9892
@domagojhamzic9892 Год назад
Thank you, Sir :)
@chillmusic3540
@chillmusic3540 Месяц назад
thank you man
Далее