Making a Div Container Clickable
Daniel Walter Scott
Lessons
How This Class is Structured
01:41 2What to Download
02:57 3Creating Our First Webpage
05:55 4What is HTML5 & CSS3
08:24 5Head vs. Body vs. Html Tag
09:01 6Title & Description
05:54What Code Editor Should I Use
02:42 8Using Diy Tags
06:26 9What is a CSS Class
09:05 10How to Create Nested Divs
05:03 11Class Project
05:24 12External CSS
09:07 13Creating Our Index Style Pages
12:16 14Testing Your Website
08:47 15Check Your Code For Errors
11:01 16What are HTML5 Structure Tags
05:47 17Add HTML5 structure elements
16:02 18How to Set the Color of the Background
05:10 19Adding Images to a Website
04:38 20How to Center an Image
01:14 21Change the Font Size & Color
14:11 22Make a Clickable Link
08:45 23Stretching Background Image
05:38 24Making a Div Tag Transparent
02:36 25Simple Website Text Navigation
06:43 26CSS Compound Classes
07:02 27Class Project 02
02:05 28Class Project 02 - COMPLETE
04:48 29Add an Email Button to a Website
03:49 30Add Google Maps to Your Website
11:25 31Making a Website Live
16:50 32Uploading via SFTP
11:50 33Setting Up Our New Project
03:46 34CSS Reset
15:22 35Min-height vs. Height
07:01 36Div Tags Onto One Line
05:23 37Getting div tags onto one line using Flexbox in HTML & CSS
05:23 38Evenly Spaced Div Tags
04:42 39Two Div Tags of Different Sizes
07:13 40Vertically Center Content
07:20 41Class Project 3
02:51 42Class Project 3 - COMPLETE
05:39 43Change Default Fonts
04:19 44Installing Google Fonts
12:44 45What are PX & EM & REM
14:56 46Change Line Height
04:33 47SVG vs. JPG vs. PNG
07:04 48How to Create a SVG, JPG, or PNG
11:00 49Block Images vs. Background Images
08:32 50Finishing Up Our Cards
09:10 51Icons via Font Awesome
16:31 52Making a Div Container Clickable
09:55 53Box-sizing & Border-box
06:19 54How to Make A Colored Button
07:46 55Why Can't I Add Margin or Paddding
11:08 56Rounded Corners
04:17 57Drop Shadows
06:24 58Backup Your Website
05:00 59Reusing a Button Class
03:10 60Class Project 04
02:58 61Class Project 04 -COMPLETE
05:45 62Adding a Horizontal Rule
03:51 63Make Divs Wrap Onto Separate Lines
12:14 64Hover Color & Animating a Button
03:33 65Pseudo Classes
09:31 66Simple Dropdown Navigation
20:04 67Adding Our Dropdown to the Website
14:50 68Useful Shortcuts and Tips in VS Code
13:28 69Large Background Image
09:24 70How to Connect 2 Pages
10:42 71Simple PHP Form Work
17:49 72Placeholder Form Text
05:46 73Multi Line Form Text Box
02:18 74Form Check Marks
03:04 75Form Radio Button
06:07 76Form Drop Down Menu
05:48 77How to Style Your Form
12:55 78What does responsive website design mean
04:17 79How to change a website layout size color when at different sizes using media queries
11:28 80How to test your website on a tablet or mobile phone from Visual Studio Code
06:00 81How to change the layout of a responsive website for mobile vs desktop
16:02 82How to turn things on and off for mobile tablet & desktop responsive websites
06:03 83What is pixel density responsive images pixel ratio dp px in webdesign
14:47 84How to export responsive images for website from XD Photoshop Illustrator
05:11 85How to add responsive images to website using 100% width in HTML & CSS
06:08 86How to use srcset to change images in HTML for responsive website
10:15 87How to add a css style to the first line of a p tag on a website (
11:18 88How to make the header footer full width but the inside centered
05:36 89Class Project 05 – Header design
03:12 90Class Project 05 – Header design COMPLETE
06:25 91How to use a span tag or span class in HTML to change text
10:32 92How to pin the navigation to the top of a website fixed nav
03:17 93How to make a simple responsive mobile menu using CSS only
08:21 94What is Javascript vs Jquery in website web design
06:35 95How to make a burger menu 3 line mobile navigation for a website
15:11 96How to switch a menu nav from desktop to mobile phone
21:45 97Overview of what Bootstrap 4 is in website design
07:57 98How to install Bootstrap 4 on a website using Visual Studio Code
06:27 99Quick overview of how the Bootstrap Grid Layout works in VS Code
10:49 100Quick overview of how Bootstrap Components works in VS Code
09:23 101Quick overview of how Bootstrap CSS Styles works in VS Code
08:20 102How to customize the default Bootstrap 4 css styles
13:51 103How to use Bootstrap Layout Grid Experiment 1
10:20 104How to make 100% header & uneven widths in Bootstrap 4
07:16 105How to create uneven col widths in Bootstrap 4
07:27 106How to add padding & margins using Bootstrap 4 in VS Code
12:03 107How to change layout of Bootstrap depending on mobile or desktop
15:46 108How to turn things on & off on your website using Bootstrap 4
05:30 109Google Chrome Inspect
12:40 110Add Shadows to Text & Boxes
07:06 111Change the Default Buttons
06:16 112Responsive Images in Bootstrap 4
09:34 113How to Center Text & Div Tags
04:16 114Customize the Bootstrap Navbar
07:29 115Add Your Own Logo
03:58 116Change the Default Nav Styles
12:12 117Fix the Navigation to the Top
04:41 118Col Images & Col Background
07:56 119Bootstrap Border & Rounded Corners
04:20 120Bootstrap 4 Carousels
05:13 121Card Groups
03:29 122Drop Shadows On Bootstrap Cards
02:25 123Clickable Boxes in Bootstrap 4
04:02 124Final Quiz
Lesson Info
Making a Div Container Clickable
Hi there. This video we are going to go through and make every part of this card clickable. Okay, all in one go rather than adding a tags to every single separate element, the whole thing. It's going to be nice and clickable. Going to one place. Alright, let's jump in and work out how to do it now. All right. So I want this entire thing clickable. Um I want the icon clickable, the text clickable, all of the clickable at once. Going to the same place. So I could go through and slowly but surely go. I could wrap my H. Two in an A. Tag. So at the beginning there I'll type in an A. I need a space for this like all the pretty hinting to work. Okay, so I need a space between my H. Two and a. Okay. And then the wrapper goes from you. I put the atec opens before it and afterwards doesn't need the space is just and therefore make it clear. Okay. And where is it going to go? It's going to go to this random place. I haven't decided yet. Okay. And that works okay. It's gone purple because it's a v...
isited link which is not cool but we'll fix that but I can keep doing that for this font for this P tag. Okay, I could do that forever but it's easier to wrap the entire card in an A tag. Okay. Some undoing all back. So problematic way. Okay, so at the beginning of this a tag. I'm going to say at the beginning of this card one. I'm going to wrap this entire thing. Right? So the div clicking the div and it should highlight. Okay, so there's the beginning and the ending. So I want to start this a tag here. It's going to go to hash and if you forgot what the hash does or the pound sign, remember it's just a placeholder link because I don't have any other pages. This particular project will make other pages because we will um but that is now going to make it an entire link kind of watch that would normally work. It is working like everything is gone purple because it's a visited link will make it white but it's actually working, you know, I can click on them all. It's all activated. The trouble is it wrecked my boxes. You're like what happened there? Okay. Remember when we were talking about flex box because these cards use flex box. Right. And where's cards plural? The top of your cards? We said display flex. Okay. And we made these guys 30%. And the cool thing about flex boxes that just jam them all on one line and then we space them evenly. So we're using lots of flex box attributes. And I remember one of the rules was that your cards have to be direct Children of the parent. Okay, so the parent says your flex and then these guys have to be directly underneath. What we've gone and done is we've jammed a tag in between the the happy family. Okay, so cards needs to our cards one needs to be directly the next descendant from cards. I've taken the the family thing too far. Right? Got a dysfunctional family therapy therapy for our dip tax. And so what we're gonna do is we're going to undo that. And how do we get around that in this case? What we're gonna do is we're gonna say we only the ad tag to wrap around these three. It doesn't need to be around this. Okay. It would be cool because I love the whole thing to be clickable but at the moment it's just going to be all the ingredients. Okay, all this stuff inside and I'm happy enough with that. So our a tag is going to go to hash Okay. And I'll grab all of that, paste it there, get it in the right place. What are we gonna do? See you their tab this out a little bit. I'm doing nothing now but tabbing. So it all looks nice. So cards, cards one inside of it, then my a tag and then all this stuff and these are all equally important to not inside each other. So they're all in the same kind of margin on the side here, let's get a preview and a chick and it works and you're like, it's all purple. It's not working. Okay. The default color for links that have been visited our purple. We're going to change that. So let's go and change it. This is a pop quiz as well. Are you ready? Pop quiz? You're gonna pause it in a second and try and work it out on your own and then come back and see if you've got close. Alright, so I want you to make a white, I want you to get rid of the underline. How would you do it? Okay, pause it now and I'll see you in a sec. Alright, you're back. There's a couple of ways you can do it. Um So what you can do it, you can say if there's cards plural. Okay. Um and there's a tag with an H2 in it. Okay. You could do like a multi combination one. Okay. If there's https there inside an a tag that our cards, I want to say the color is going to be white. Okay look this is our way. Okay. I just want to, you can see there if it's an H2, it's in there, it's white and I can say text decoration. This one might be got you. Alright, you're like hell do you get rid of the underline text decoration? Okay. None. None even. Alright, so the line's gone underneath it. It is not because I've done something wrong. What did I do wrong there? Text decoration Often I need the code helping to um make sure my syntax is right. My spelling is right. Underlines gone. Alright so that doesn't work. We've still got an underline. Okay, even though that was good But then I have to go through and do one for the a tag and then the icon and then that's a drama way. So you might have gone down that route and you might have a couple of different classes. You could actually just say actually it doesn't need to be that specific. Just eight tags inside of classes. Let's give that a go, jackpot. Now, what you also might do is you go I'm going to run into that problem lot. I never wanted to be purple and I never wanted to be underlined what you might start deciding. Is that remember our CSS reset at the top here. Okay, we made our own CSS reset. Okay that eric Myers one, we might call it the eric Myers slash dan scott one because we might go into this CSS reset. Where is he? And start making our own version. Okay, so we might go in here and say actually I want all of the eight tags to be uh to be white please and have no underline. Okay and you can add it to this then I don't need it in here. Okay I don't need to say it. So you might find that every time I do a website, I never want the underline, so you can start making your own CSS reset. Okay, I'm not going to say that. Did I say restore Myers this time. I know you're sure. All right, Sorry. ErIC Myers Alright, if you did it in a different way, I'd love to see it in the comments. Okay, let me know how you did it to get a little screenshot of how you made it work. Um Yeah, that's the way I made it work. You might find it even a better way, have a good reason for it. But all that really matters to me at the moment is that it's clickable. Okay. And it's all white with no underlines. So the rest of this video is not going to be very exciting and we're going to go through and do it all. One thing I want to do though while we're here. Okay, we're starting to get to a point where I don't know, depends. You might be like, this is still really hard and I don't know what I'm doing, but if you're feeling just a little less nervous about it and looking at your site, your like and you've made this part, I want you to be proud. I want you to go through and go actually look at this code, this code going on, I'm coding a website, there's lots of things still to learn. You can see there's lots of videos still coding in this course, but hopefully you can get a sense of scrolling up and down. Kick back and go look at me. I understand what most of that works, you know at the moment that you might not next week but at the moment you're like actually I could go through and start adjusting stuff or at least make another site of equal Um complexity of this one. I don't want you to forget that I want you to be proud because there's always stuff to learn like I'm okay as a web designer but there are many people way better than me but I it doesn't matter like even if I finish a website and it's quite simple, I always look back and go like look at me doing the coding feels good, I hope you feel good. That's enough. Now let's go and finish the last bits off. I'm gonna wrap all the rest of these guys in tags so I'm going to copy that. I'm gonna put in multiple curses were just here put one just there holding down on my Mac. Sorry my markets option key to click twice on my on your pc. It's probably old. But remember you can do multi curses, you can go and check what it is in here. Okay at space in pace that in I'm gonna tap it back so it's kind of where I want it to be tab. All of this multi curses are handy right about there and then I close off my a tag so I will do it multi curses and I'm going to put it in my egg tag closing of the a here we go. Nice. Alright. You you you you you check it and the browser haven't broken it. It's all clickable. It doesn't go anywhere. If you're like, man, this hashtag thing doesn't work. Just type in http colon slash slash www darts. Get A B. Y. O. L. That's me. That's my site. And if you're not already read directly to my side, at least let's have a little look click. Make sure you hit save click card to dan card too. All right. That's enough of this video and the shenanigans. I will see you in the next video. Hello, me.
Class Materials
Ratings and Reviews
Viwosoft Technologies
Great tutorial - your clear instructions and concise explanations make learning HTML5 & CSS3 a breeze!