HTML & CSS Tutorial - Ways to code images...and how to do it well

  Рет қаралды 372,343

LearnCode.academy

LearnCode.academy

Күн бұрын

Пікірлер: 361
@davidrosenberger7630
@davidrosenberger7630 5 жыл бұрын
I don't know why, but you are by far one of the easiest people to listen to and learn coding from.
@learncodeacademy
@learncodeacademy 5 жыл бұрын
Wow, thanks a ton! That means a lot, because it's my #1 goal. For example: I re-recorded this video 6 times to try to get it as easy to understand as possible.
@davidrosenberger7630
@davidrosenberger7630 5 жыл бұрын
@@learncodeacademy I've checked out a few different "courses" (free and paid), through various platforms and always find myself coming back here. I'm a wanderer when it comes to learning and haven't ever caught myself doing that here. Have you ever considered doing a paid course, front to back, like through Udemy?
@learncodeacademy
@learncodeacademy 5 жыл бұрын
@@davidrosenberger7630 I have! I'll probably do it either this year or next...it takes a chunk of time to really knock one out well, but yes, that's something I'd like to do.
@davidrosenberger7630
@davidrosenberger7630 5 жыл бұрын
@@learncodeacademy PLEASE let us know when. I'd buy it in a heart beat!!
@TR011TIM3
@TR011TIM3 5 жыл бұрын
@@papleshkumar3504 the first link says its full and i want to join :(
@christopherdavis4136
@christopherdavis4136 5 жыл бұрын
"And we're going to steal some images which is illegal but fun to do..." lol I love this series and am going through these incredible videos one by one
@Javic167
@Javic167 Жыл бұрын
It's illegal to steal them for the use on your website. If you simply code an html site that won't be online it's 100% legal.
@kitrodriguez992
@kitrodriguez992 4 жыл бұрын
"You may be an idiot, I just don't know that for sure" You my friend are a good teacher. I'm reviewing all of this shit with your help. Your little jokes like "Ill be here all week" and shit crack me up. You've earned a sub. lol
@stephanpaul8954
@stephanpaul8954 4 жыл бұрын
LOL i literally only went into the comments to see if anyone said anything *fistbump*
@OLUWADAMILAREADEBISI-e1d
@OLUWADAMILAREADEBISI-e1d 9 ай бұрын
same here bro@@stephanpaul8954
@mouinmakary
@mouinmakary 5 ай бұрын
me too
@BiIboSwaggins
@BiIboSwaggins 5 жыл бұрын
This has to be one of the most satisfying things I have ever done. It started out looking like this website from 1999, and to be quite honest I wasn't very motivated to keep at it. but after watching this video I am super excited to learn more and make my own designs and stuff. You sir, are by far the easiest to listen to, and you make it really easy to understand this stuff! Thank you so much :)
@cedrick2537
@cedrick2537 5 жыл бұрын
Wow, turns out the tutorial I watched 5 years ago skipped a lot of important concepts. This is much better!
@sigmiami
@sigmiami 5 жыл бұрын
This guy has the best tutorial I’ve seen to date, vert detailed very methodical very informative- thank you
@ehtshamshahbaz9315
@ehtshamshahbaz9315 5 жыл бұрын
These videos are really useful even for an intermediate level web developer. Thank you sir.
@obaidullahnoori8805
@obaidullahnoori8805 4 жыл бұрын
WOW, I made my first function website by just watching this series. Thank you so much! love the way you teach, straight to the point.
@Caldo400
@Caldo400 4 жыл бұрын
Props to you for updating this tutorial! I had watched the previous one, but it's great to see how the tech has changed. Thank you for your hard work.
@SpeedySpee
@SpeedySpee 5 жыл бұрын
"It's not legal, but it's a great idea."
@oscwavcommentaccount
@oscwavcommentaccount 5 жыл бұрын
It's only illegal when you upload the site with someones pictures. But if the html is just gonna be on your computer it's completely legal.
@pavlemilosevic8224
@pavlemilosevic8224 4 жыл бұрын
for practicing
@yktv_edotty
@yktv_edotty 4 жыл бұрын
@@oscwavcommentaccount Well its like that, you have to look for a uncopyrighted picture and ask for permision to use it.
@AbdelftahZowail
@AbdelftahZowail 3 жыл бұрын
😂😂😂😂
@joshuaudodi2902
@joshuaudodi2902 4 жыл бұрын
Just want to say, God bless you man, you are making this whole process of learning web devt. easy... You are really good at teaching and you are also easy to listen to... Thanks man.
@libankalifa6192
@libankalifa6192 4 жыл бұрын
I have taken courses on this and have never Understood it like this before. You are Amazing! Thank You!
@chandanguptaSDET
@chandanguptaSDET 4 жыл бұрын
I am following each of your tutorial on Web Dev. and practicing at the same pace. Each day a video. Thanks Will !!
@jameswalker231
@jameswalker231 4 жыл бұрын
The next 3 videos are the best CSS vids i've seen. Impressed. Keep up the good work!!
@MoZenLen
@MoZenLen 5 жыл бұрын
2016 I started to watch your video, now I can make my own responsive website :)
@markkevinpenaso8454
@markkevinpenaso8454 4 жыл бұрын
Sir, Im dedicate my time coding i already know C,C++,JAVA oriented prog. and now im currently learning HTML-CSS-JS-PHP i enjoyed making a Fully Functional System in some business im just a 3rd year student in I.T i code everynight from 10pm-12pm..THANK YOU SIR FOR YOUR VIDEOS your teaching are far more better than our professor hahaha God Bless Sir I really appreciate it.
@CheckujTV
@CheckujTV 5 жыл бұрын
Thanks to you I found making Web sites so much fun. Now I am working as a web developer and I love my job. Greetings from Slovakia.
@charbeldicksondelalibleboo5864
@charbeldicksondelalibleboo5864 2 жыл бұрын
the moment you set the height for the artisan bakery logo, the Home text just disappeared (4:38 - 4:50) How do you bring it back to the top. 🤔
@demorob9591
@demorob9591 4 жыл бұрын
I'm not sure if I was the only one who noticed but he made a few changes to the links at the top (offscreen) here is the code to remove the underline, make the text white and transform the text to all caps: Add this to the styles.css: a { text-decoration: none; color: white; text-transform: uppercase; }
@ryanserenio5473
@ryanserenio5473 4 жыл бұрын
First video I've watched without getting bored and MAN! It's 22mins.
@user-tf7te5fs2n
@user-tf7te5fs2n 5 жыл бұрын
I like the way you explain the tutorial. Thanks for this video. I hope you create another video soon for new style of Web page to learn more properties
@learncodeacademy
@learncodeacademy 5 жыл бұрын
I'll probably jump to some more React.js videos next, but there's a little more on this series to do!
@NefzaouiAhmed
@NefzaouiAhmed 5 жыл бұрын
Dude I've been working on Firefox OS (web-based mobile OS) for a living for years. But your way of explaining stuff makes me wanna go back a newbie and learn this all over again :D
@learncodeacademy
@learncodeacademy 5 жыл бұрын
Hah thanks! Funny you say that...I actually applied to work on the Firefox OS team about 6 years ago.
@learncodeacademy
@learncodeacademy 5 жыл бұрын
What's the state of that project? I heard it got shelved, but I always thought it was an amazing concept.
@NefzaouiAhmed
@NefzaouiAhmed 5 жыл бұрын
@@learncodeacademy it initially shifted into just Smart TVs (there's a Panasonic TV with it on still being sold out there, IIRC) then into "connected devices" aka IoT stuff then it got indeed shelved. There's a clone of it that's being shipped in smart feature phones in India.. It's called KaiOS and I think a number of previous key staff are there.. Even though it was never meant to compete with Android and iOS, Firefox OS lacked the proper funding among other stuff I'd rather not mention publicly :D
@learncodeacademy
@learncodeacademy 5 жыл бұрын
@@NefzaouiAhmed Wow, crazy to hear the journey it went on. Yeah, I figured there were some reasons it didn't become everything it could have become.
@enzoqueijao
@enzoqueijao 4 жыл бұрын
"Fresh Baked Bread", "Home Roasted Coffee", "Goods Market?" This is too good... I've finally found someone who codes just like me!
@elenvibes3623
@elenvibes3623 Жыл бұрын
YOU ARE AWESOME (im from spain) and you, by far, are the best quality and understandable youtuber to learn. Love the serie ❣
@eightfake9798
@eightfake9798 4 жыл бұрын
at 10:25 my background image wont show up. I copied your code exactly (other than my folder/file names - which i did spell correctly). Help please
@l_8h3
@l_8h3 3 жыл бұрын
yea bro same problem do you have a salution I have been stuck here for about 3 days
@novaplex4763
@novaplex4763 5 жыл бұрын
Keep these up they help so MUCH. They are easy to follow and make coding see, easy to learn.
@learncodeacademy
@learncodeacademy 5 жыл бұрын
So good to hear. That's 100% the goal.
@apocprofesional3019
@apocprofesional3019 Жыл бұрын
Nice toturial sir! You are pretty straightforward and I can understand easily and get your point without a blank head your a nice teacher thank you.
@austint264
@austint264 3 жыл бұрын
Love your content, your helping an IT support agent decide to change his focus to Web Development.
@VanzHumbleHome
@VanzHumbleHome 4 жыл бұрын
currently addicted to watching these videos!
@sumanthkumar4035
@sumanthkumar4035 4 жыл бұрын
u proved that it's common sense, not rocket science !! :) THANK U
@этоя-я9д4в
@этоя-я9д4в 5 жыл бұрын
Hello, please don't stop doing video!I want to learn HTML & CSS,because i want to become a it specialist/
@hunter5396
@hunter5396 4 жыл бұрын
just stumbled to this fun series while learn. man this is so entertaining.
@motazuk
@motazuk 4 жыл бұрын
Amazing insight into how you go about styling the website. I've always struggled to style. A very big thank you!
@tudutumru0502
@tudutumru0502 4 ай бұрын
hello, how can you enable the yellow line that indicates the line of code that is inside the head like it's shown in 8:36? Please reply it would help out a lot!
@TR011TIM3
@TR011TIM3 5 жыл бұрын
Waiting for more episodes! im learning a lot with this tutorias, hope you dont care that much about views, and care more about the people that want to learn more!!! thanks a lot, keep it up!!
@iangetwitch
@iangetwitch 5 жыл бұрын
this video encourages me much to learn in webdesign lovely, thank you
@Lightdarksnake
@Lightdarksnake 5 жыл бұрын
Excellent video as always! Can't wait for the responsive one next!
@learncodeacademy
@learncodeacademy 5 жыл бұрын
Thanks!
@kcyoontube
@kcyoontube 5 жыл бұрын
Thanks Wil, best KZbin channel to learn HTML. I'm hoping you would do a comprehensive training on building email blast using tables and inline CSS. If you offer this course online, I would purchase your training without any hesitation.
@fatewinder
@fatewinder 5 жыл бұрын
Awesome Video-series, you explained everything very very well so far, though I gotta admit that you were noticeably quicker and less thorough than in your last videos but one does get the gist anyways! Love the series, keep it going!! Would love to see more building up on what you showed us so far, like for example having the image in the header change into a different picture etc. for those wondering about some changed aspects, it seems like he did some changes off-camera, like the All-Caps nav points and a few minor other things, if you look closely in the video you will be able to spot the code he wrote and copy it as well if you so fancy.
@mutikka3366
@mutikka3366 9 ай бұрын
just wondering since i have 0 idea why. I have my logo and hero image as a png in a folder and the folder is in the worspace file. when i do the images/logo.png and all is correct the logo wont get transferred. when i move the image out of the folder in the workspace it works. why is this? can anyone explain?
@tencenterror404
@tencenterror404 7 ай бұрын
Bro I had the same problem but then I put the image in the same folder as the file , then it worked 😁
@PUMULOSINYAMA
@PUMULOSINYAMA 2 ай бұрын
nothing seems to work for me. The images are just not appearing
@anshsunar
@anshsunar 8 ай бұрын
I don't know why but 5:10 i can't get the background image as well as colour
@silksong7277
@silksong7277 4 жыл бұрын
Is there suppose to be a video that came before this one maybe? I noticed in the webpage it has some changes made that wasn't done in the previous video before the "Build an HTML + CSS Layout with Flexbox in just a few lines of code" named "EASY! Hand-code an HTML + CSS". I am following the playlist that is linked in the video also. For example there is a new webpage named Menu. The links has been edited with css to remove underline and make it white. I see in the index.html file the section was given a (.feature) class as well. I was able to fill in the code that was missing up to the section (.feature) class which I am unsure how it was styled. When I follow the instructions up to 4:42 styling the (header .logo a) selector, on my webpage, the red background doesn't stop at the black background of the header but comes all the way down to the end of the screen? I am not sure it that is because I am missing some styling elements to prevent this, but I guess I will just have to go back and review my code and google it. If anyone reading this can give some feedback it would be appreciated as well.
@silksong7277
@silksong7277 4 жыл бұрын
Well well well.... so instead of putting 80px, I put 800px for the height --Smh.... no wonder..... I am still confused about the possible missing video though, but it's not that big of a deal. I am so happy that these videos exist. Thank you so much for posting these video tutorials. It has kept me proactive during this pandemic. I never expected web development to be so enjoyable after I randomly started learning it during this quarantine.
@adrianjunior3940
@adrianjunior3940 5 жыл бұрын
u have taught me so much man. Thanks :D Please continue with this series!!
@learncodeacademy
@learncodeacademy 5 жыл бұрын
Awesome! Yes, still have a little more on this series.
@emmapablo7321
@emmapablo7321 3 жыл бұрын
i was enjoying those technical point you are giving in this amazing video until i heard 17:16 😂🤣 thanks for this evergreen tutorial
@joelando9435
@joelando9435 2 жыл бұрын
When u are being taught like this you must know from Cameroon 🇨🇲 thank you alot for this sir Waiting for when you will start adding javascript 🙏🙏🙏🔥🔥🔥🔥
@learncodeacademy
@learncodeacademy 2 жыл бұрын
Here is a set of videos that include javascript! learncode.academy/webdev
@25nasar
@25nasar 4 жыл бұрын
That logo you added how can I position it left for instance if I don't want it where you have placed it
@fbi3890
@fbi3890 5 жыл бұрын
How did u add the pictures I’m having a lot of trouble pls respond I really need ur help
@norsendo6532
@norsendo6532 4 жыл бұрын
FBI put all the html files and css files in one folder with the images, had the same problem almost made me want to kick my pc out of my window.
@jayjaymoyo7368
@jayjaymoyo7368 4 жыл бұрын
@@norsendo6532 i swear im going to do that if your solution doesnt work too
@norsendo6532
@norsendo6532 4 жыл бұрын
JAYJAY MOYO did it work?
@jayjaymoyo7368
@jayjaymoyo7368 4 жыл бұрын
@@norsendo6532You're my hero
@swampskonsta
@swampskonsta 4 жыл бұрын
@@norsendo6532 hello this doesnt work for me I keep getting an error on my webpage
@alseynidiop8650
@alseynidiop8650 4 жыл бұрын
The best ever in web development. Thank you
@aoldatabase
@aoldatabase 10 ай бұрын
im really struggling with the logo class.. nothing seems to effect the logo classified text when i try to change it... and ive experimented with other classes on other parts of the webite and it was working
@ngndnd
@ngndnd 3 жыл бұрын
the fact that it took me two weeks lmaooo. I made mine about lions and it turned out so good.
@tencenterror404
@tencenterror404 7 ай бұрын
I'm having fun becoming a web developer 😄😉
@BohdanDuCiel
@BohdanDuCiel 4 жыл бұрын
“Well...you might be an idiot but i don’t know that for sure!”😂😂😂this cracked me up, You really know how to make web development fun
@LeoXplores
@LeoXplores 5 жыл бұрын
I have a .png file but for some reason when I put the logo in that checkered background is still there? anyway I can take out or is it supposed to disappear on its own?
@kristiant98
@kristiant98 4 жыл бұрын
Same
@timb9360
@timb9360 5 жыл бұрын
You make so good content. Easy and understandable explained. Keep up with new videos and your great work! Looking forward for the next videos. 👍
@learncodeacademy
@learncodeacademy 5 жыл бұрын
Thanks so much!
@Travel-Experience-GaSi79
@Travel-Experience-GaSi79 4 жыл бұрын
Great video..... your voice seems to be similar to Marty Byrde on "Ozark"! ehehe
@swampskonsta
@swampskonsta 4 жыл бұрын
im a great lover of that show
@lectrofiy5551
@lectrofiy5551 5 жыл бұрын
How do you insert the pictures into Visual Code?
@dufflebagboy1622
@dufflebagboy1622 8 ай бұрын
How do I upload image to to the image folder? Do I right click or left click on the folder to be able to upload images there
@longlife1298
@longlife1298 3 ай бұрын
Good morning from this part of the world thanks so so much for the teaching
@DarleneAlbertAsanteDarko
@DarleneAlbertAsanteDarko 24 күн бұрын
When I type header .logo a into my styles and add a few commands nothing happens pls help
@audioking468
@audioking468 5 жыл бұрын
How do you create the files with the pictures in them? I've looked online and on youtube, but I haven't been able to find an answer.
@kang-dohsik4693
@kang-dohsik4693 Жыл бұрын
Same
@randith87
@randith87 5 жыл бұрын
I love the resize image trick for clarity, it's genius! Also thank you so much for the help. I'm almost done with the playlist, I've learned a lot! 😎
@vielo9775
@vielo9775 4 жыл бұрын
What's the trick?
@laxuscullen
@laxuscullen 4 жыл бұрын
@@vielo9775 see the video again cus clearly you did not pay enough attention. Anyways the trick is to get the image double the size of what you are actually gonna use in the website. For eg: If you want the image in the website to be of 200px, you would edit the original image to be of 400px. The reason for this is for better clarity on some screens.
@SWEROCKillZPVP
@SWEROCKillZPVP 5 жыл бұрын
I dont know what the fuck it is. But this guy should get a nobel-prize in Teaching. Keep up the good work
@anthonydiaz8175
@anthonydiaz8175 2 жыл бұрын
Ive been stuck on video #9 HTML & CSS Tutorial - Ways to code images...and how to do it well...For some odd reason I am not getting my 'inline-block' to play nice with the header logo. It repeats the background box area in my nav bar that is off leveled _ --. Another thing is my pictures are not uploading to live server. adding file to the folder inputting it in header area and styles.css page it appears blank. Is this video still current for today?
@andreemaereyes1358
@andreemaereyes1358 4 жыл бұрын
how did you make the logo transparent. did you edit it.
@Itsda03
@Itsda03 6 ай бұрын
Yooo do any of you know how to shrink the src image as I tried making it smaller in photoshop but when I copy it over it still looks big
@xenon384
@xenon384 4 жыл бұрын
my image is not loading up in visual studio code it shows the file is not displayed in the editor because it either a binary or uses unsupported text encoding and even if i a 100 times to set the different paths its not working
@VitalisDior
@VitalisDior 5 жыл бұрын
Why my images in the section going down not to the one line? that's the most important question for me i can also give a css code for that so they arent sided to the one line i hope that you understand my question. the images going down down down but i need 2 lines with the 3 photos on the single line what is problem if you help i will be you happy i also have tried to google that but no solution i have founded there. .features { text-align: center; display: flex; flex-direction: row; } .features figure img { border: 1px solid white; box-shadow: grey 0px 0px 10px; width: 500px; height: 230px; } *have solved this problem was that i havent put all of my images to the
@Improvingmany
@Improvingmany 2 ай бұрын
how do you add images to the css for the logo? you didn't show that part
@anamislam2405
@anamislam2405 4 жыл бұрын
how did you moved the navigation tags in the middle? I could not understand.. can anyone help here?
@adityagoyal4513
@adityagoyal4513 5 жыл бұрын
my background image does not get inserted. There is no background image while i try to put itm only background color shows up.
@danielchavesdev
@danielchavesdev 5 жыл бұрын
I got the same problem and I did fix that right now. I realized that if you write "a" after: 'header .logo{}', it doesnt work. So then, instead of: header .logo a{ background:red ; } You would write: header.logo{ background:red ; }
@toniwick4525
@toniwick4525 5 жыл бұрын
By the away adams can also Help it helles me so /images/logo.png
@edgeflame8276
@edgeflame8276 4 жыл бұрын
@@danielchavesdev instead of?
@danielchavesdev
@danielchavesdev 4 жыл бұрын
header.logo{ background:red ; }
@smamit2
@smamit2 5 жыл бұрын
Why mess with the logo and the text indent and all that manipulations, if the alt tag inside the img tag is doing the same work (providing textual description for screen readers)? Why not put an img of the logo in the ul nav and just give it an alt? Thanks.
@charlesdomain9196
@charlesdomain9196 4 жыл бұрын
kind've the latest response and you probably already know the answer, but i'm pretty sure it's because the alt tag serves as a placeholder for the image if it doesn't load the image(for example, gmail fails to load for you on a spotty internet connection, showing only raw html).
@victoriapark1122
@victoriapark1122 4 жыл бұрын
shouting "FRESH BAKED BREAD" took me back to 85 degree bakery
@King-gx8yh
@King-gx8yh 3 жыл бұрын
I have problem with logo, it is png, but i cant get out background with litlle blocks on logo pic. It doesnt working for me?
@marafromthefields
@marafromthefields 5 жыл бұрын
how do you get the header text with the links in white?
@AYM7778
@AYM7778 11 ай бұрын
Sir how did you add image file to your website file
@TheOnlyGuermo
@TheOnlyGuermo 5 жыл бұрын
Question: so I got to the point of styling the logo, but I can only put one aspect in, the red background works but when I add anything else the entering formating dies, my guess is that I left some code in from the previous videos that were deleted in the videos that is interfering with it. My best guess, anyway. Any help would be appreciated. header .logo a { background: rgb(255, 0, 43) width: 300px; }
@TinashePhibeon
@TinashePhibeon Ай бұрын
Can't find the video before this one where you created the menu pages etc
@divash_krishna
@divash_krishna 4 жыл бұрын
I got a problem doing work on this video. This is not going right according to the instruction you are providing. I am working windows. And in this video you have changed some css and html without mentioning which is okey for me. But problem is the image processing is not going good as it is showing on the video. In css, header .logo a > here i have done what is being shown but not getting it correct on my web page. What to do.?
@randomjack477
@randomjack477 4 жыл бұрын
I had to make the ["background-position : center;" even for the header .logo a (stylesheet) ] because it was difficult to adjust the logo to make it look right. Does that work ? or what did i do wrong?
@kostaspsarogiannis8628
@kostaspsarogiannis8628 2 ай бұрын
my header logo is not tranparent and displays the white space as well even though its a png file. How do i solve that? :D
@gabrielvisaya870
@gabrielvisaya870 2 жыл бұрын
i’ve been trying for so long but my logo won’t go all the way up. it stops and the page title goes lower and lower as i change the height
@musterxo4371
@musterxo4371 3 жыл бұрын
i think this teacher is amazing
@antoinelee9959
@antoinelee9959 4 жыл бұрын
tnx one of the best video i watch in creating a website header, body, footer understandable explanation tnx...
@parthi8386
@parthi8386 5 жыл бұрын
Your video on front end development is awesome...try to give tutorial on back end to completely develop a website
@shafiborhan7607
@shafiborhan7607 4 жыл бұрын
The images that i insert, even after completing the code, gets cut off for some reason no matter what height I adjust it to. Can someone help me out please?
@cano5063
@cano5063 5 жыл бұрын
Can i explain how you got the pictures in vs? Im shown:" An error occurred while restoring view:imagePreview.previewEditor"
@resty1672
@resty1672 4 жыл бұрын
Best tutorial ,so many pro tips and solutions!
@pranayabajra1634
@pranayabajra1634 4 жыл бұрын
I am having a problem in which the section images are being shown horizontally and not vertically. Plz help.
@marshallhill2283
@marshallhill2283 3 жыл бұрын
Thank you for all these. Seriously, thanks!
@MagesticGoldenDove
@MagesticGoldenDove 4 жыл бұрын
Thank you for these tutorials they are so helpful.
@conayoll
@conayoll 4 жыл бұрын
anyone explain why when i resize my image (7.30 for reference) why it doesn't fit to the diameters like his does? instead of fitting, it just cuts out the rest of the image.
@naitoo37m63
@naitoo37m63 3 жыл бұрын
Is the header tag needed?
@thesapienasset
@thesapienasset Жыл бұрын
Great series! Gotta say, I’m only able to follow along cause I’m also going through freecodecamp’s web dev beginner course. Quick question : why didn’t you add an alt attribute to the “artisan bakery logo” image instead of adding text and changing its indent?
@nilimamandi7352
@nilimamandi7352 3 жыл бұрын
Name of this application to develop web page ??
@dudedkdk
@dudedkdk 2 жыл бұрын
Please tell us how u made PNG pic u took transparent!
@child9149
@child9149 5 жыл бұрын
i have problems alining photo with href's they do nt get in line properly an i rewatched playilist to this part 3 times and i tstill doesn't work please help me
@rahulmaurya3886
@rahulmaurya3886 5 жыл бұрын
Ummmmm.... my row thingy does not work... yea I managed the captions using h4 but then... its such a long way... Sooo stuff wont align in a row... I did manage to make them aligned in a row but the freaking figcaptions wont stay beneath.. any fix?? Thank you = )
@microdoulo2250
@microdoulo2250 4 жыл бұрын
Could I protect the picture on the websites, what code i need to use?
@Nihonzoo
@Nihonzoo 4 жыл бұрын
You helped me a lot with my assignment 😭 thank you so much ☺️
@anson2416
@anson2416 4 жыл бұрын
Could you share the image pack in the link so that I could download and practice? Thank you!
The 6 most important CSS concepts for beginners
28:58
Kevin Powell
Рет қаралды 161 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 22 МЛН
VIP ACCESS
00:47
Natan por Aí
Рет қаралды 26 МЛН
The CSS Display Property is Changing Forever
15:20
Web Dev Simplified
Рет қаралды 63 М.
Avoid these 5 beginner CSS mistakes
21:38
Kevin Powell
Рет қаралды 88 М.
CSS SELECTORS MADE EASY - HTML CSS Tutorial for Beginners
11:20
LearnCode.academy
Рет қаралды 305 М.
HTML Tutorial for Beginners: HTML Crash Course
1:09:34
Programming with Mosh
Рет қаралды 9 МЛН
Make Awesome SVG Animations with CSS // 7 Useful Techniques
12:20
HTML & CSS Full Course - Beginner to Pro
6:31:24
SuperSimpleDev
Рет қаралды 12 МЛН
How to Properly Layout A Website (For Beginners)
14:50
The Website Architect
Рет қаралды 666 М.
The problems with viewport units
13:23
Kevin Powell
Рет қаралды 368 М.
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 22 МЛН