Thanks for all of the likes on the video I put out the other week :). Here are the time stamps: 00:00-00:26 Intro 00:27-08:41 Project Overview & Text Editor 08:42-14:01 Website Starter Files Intro: ➢Tutorial Starter Files: m.w3newbie.com/d/tutorial-37.zip 14:02-23:35 Landing Page HTML 23:36-31:27 Landing Page CSS 31:28-39:11 Navigation Menu HTML 39:12-45:32 Navigation Menu CSS 45:33-50:19 Page Heading HTML & CSS 50:20-57:17 Three Column Section HTML & CSS 57:18-1:00:57 Fixed Background HTML & CSS 1:00:58-1:05:52 Two Column Section HTML & CSS 1:05:53-1:12:39 Footer HTML & CSS Part 1 1:12:40-1:16:35 Footer HTML & CSS Part 2 1:16:36-1:24:12 Footer HTML & CSS Part 3 & Socket 1:24:13-1:28:26 Responsive CSS Media Queries How To Put Your Website Online with Website Hosting: ➢Website Hosting: w3n.link/37-bluehost
@CAPS_AMERICA4 жыл бұрын
THANK YOU for all your videos, really happy that I have found your channel! I'm excited to learn from your videos and create that fixed background image I always see on some websites! Great work!!!
@yashsonawane97094 жыл бұрын
This was an amazing experience to learn something new :) Thank you!
@aishviparikh10804 жыл бұрын
Thank you so much for creating such amazing tutorials.
@johanstam36024 жыл бұрын
Takes me back to the nineties.
@archiem63234 жыл бұрын
Hello, great to hear you are posting more video tutorials. I'm glad you are doing great. zone34😊
@drewr4 жыл бұрын
Thanks Lilly!
@archiem63234 жыл бұрын
You are more than welcome. 😊
@rinaghosh82214 жыл бұрын
Thank you so much for creating such useful tutorials...
@athira42964 жыл бұрын
Amazing work.. Thank for sharing this...
@amirmohammadmirzayea32004 жыл бұрын
Thanks for your good tutorials
@rosaprint86763 жыл бұрын
Thanks soooo much
@ridwanhaqi68344 жыл бұрын
Thanks! Great work there
@CCGGCCGY4 жыл бұрын
thanks for your tutorial, it's really helpful for me, and you teach me how to upload my website is really helpful also. KZbin should tell me more earlier about your channel.
@mounir1014 жыл бұрын
Appreciated! Thanks so much for this full tutorial. It's pretty helpful. Could you just make some AJAX & JSON tut? because your way of teaching is understandable for me than others.
@deepsn87264 жыл бұрын
Hello @Drew Ryan, is possible to put a language selector after contact with a little space? also in mobile browser also it should be visible.
@sergchanouian51833 жыл бұрын
Why does my navbar and landing page have a space between (image background)? I have copied your text so far with a little tweaks to the content in the landing page, but nothing to the navbar or the padding/margins of the landing page, yet I cant seem to get rid of the space between...
@wawanneutron4 жыл бұрын
Thank you, I'm from Indonesian, Next Botstrap 5 bro. XD
@drewr4 жыл бұрын
Awesome 😎. This series ( w3n.link/bundle-bonus-playlist ) was recorded right before Bootstrap 4.5 came out but all of the components used work just the same.
@docforkert60943 жыл бұрын
maybe Im just an idiot but for me the "fixed bg" doesnt work on phones it literally is displayed over the entire screen :D
@drewr3 жыл бұрын
Apple changed Safari and iOS so now with the outer most element in fixed background images it requires " overflow: hidden;" in the CSS. I believe this is the CSS if I have the right class here (whichever class is the first for the fixed background section, it may differ with tutorials): fixed { overflow: hidden; }