Two Div Tags of Different Sizes
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
Two Div Tags of Different Sizes
Hi there in this video, we are going to make div tags that are different sizes. We've done kind of evenly spaced things nice and easy. But in this case I want this one to be like two thirds and this to be one third of the this top main part of my website. So I'm not going to look at this pretty, our version is going to look like this but it's the same principle. Okay, two thirds. One third. Using flex box and display flex. Okay to get started, we need to add two boxes. It's this box here. That's going to have my H one and the P tag and this button in it and there's other box over here to have the image in it. So there's gonna be like two big boxes here. So let's put them into our html. So where are they going to go? They're going to go inside main I'm gonna put a return in and I'm going to put in, what am I going to call them? I could call them sections. I'm just going to call them div tags. Okay, sections, articles I get confused with this one is going to be a div of hero Hero box one...
. Okay, often this kind of area. Let's put that in first. Often this kind of area. The main mast head is jim can be called a hero box. Okay or the hero image or the main kind of lead image. Hero gets used a bit too. I use it a bit. So we have two boxes, we're gonna have that one and copy it, paste it. So we've got to and I'm gonna give them different names because we want them to be different sizes. Nice. Let's separate these out a little bit just so that I say I'm doing it for you, but really it's for me, I'm a visual person doing code. So in the gearbox, I want to add a couple of things. I want to add an H one. Cool. I don't want to add maybe Lauren maybe forwards for the heading. Okay. And I'm gonna add a P tag and that tag is going to have maybe 30 words awesome. Save it, check it in the browser. There you go. Cool. So I want to do the same for the next box. Okay, so I'm going to grab that, steal it and just put the same stuff inside here. It works too. Alright, those are my two boxes. They've got the exact same content. They've got names. So a couple of things we need to do is first up, we need to kind of basically do what we did in the last video is get them sticking next to each other and I'll only stack next to each other if they have a width. Okay, so we need to say you guys have a width. So let's do that first. So we'll do one called here. A box one. I'm going to give this a width of Let's say 50%. That sounds like a good number because it's half and we'll do the same with the second box. Okay, this one's gonna be here a box too. We'll give them both different background colors, background color and this one is going to be we're going to get rid of these colors but cornflake flower blue, Nice. And this one is going to be background color. This one is going to be random color. Next one, Mint cream. Alright, let's check him out. Make sure they're all working, yep. So they've got a width, they don't stack next to each other. So how do we do that first of all? You're not worried about the height at the moment because there's text and that kind of keeping these boxes open if you're doing it without this H one N. P tags. Put some content in there or give them some heights. So stacking them next to each other, do you remember pop quiz Ready city? What did you do, pause it, Go to go give it a try sticking next to each other. That's right. The parent okay, needs to be called what's it, display flex. Ok, so in this case the parent is main. So main will say display and we'll say flex please. That's all. We need to do all the Children. Okay, Which is these two fellas will go in Alright, stacked next to each other and the other thing to know about flex box. Is that what it wants to do is kind of you know before they were they were really short. Okay, so they only came to the bottom of the text now. They filled the whole space provided that's like a feature of flex box. You can turn that off. I'm not going to cover it right now, but you can go to your shortcut sheet and you can make it so that they just line up at the bottom of their text, it's up to you. It works fine for me like this. So what I want to do is this guy here, remember this guy takes up about a third or two thirds and this is about one third. Was easy with these guys. Okay, Because flex box will stack them kind of next to each other, I want them to be separated out and I could use percentages. There's nothing wrong with doing that. I could make flex box 1 70% and this one here, 30 that would work. But I want to show you how flex box does it. Okay. It's another method of doing it and you'll see it loads online. So you need to know how to do it, especially when we start using later on in the course, when we do bootstrap and some other things. Okay. Other frameworks, they'll use this method. So what they'll say is I want to be flex of. Okay, so it's flex Colin and you decide how big you want this one to be. I want it to be too Okay. And I want this one to be a flex of 1? It's kind of a ratio right? I want you to take up two parts in this 11 part. Let's save it. Let's check it. Don't forget the semi colons dan. Let's have a little look. There you go. This is two parts. That is one part now. I don't need gutters at the moment on this one. I've got colors here now but we're gonna get rid of them. I'm happy for this to kind of butt up right next to it and we'll add some padding to the inside to get the text to pop back. So to recap if you want irregular shapes you can either give it and later on we're doing, you could use pixels. Pixels are bad because when we try to resize for a tablet, which we'll get into in the next project and it's better to use percentages or use this option where it says flex. Okay, Because flex one or the other. It doesn't matter. I just want to show you both methods because flex is awesome and you'll see it loads online or on other people's websites or websites you inherit. It's up to you which way you want to work? The way it works is this flex will only work okay if the parent has display flex turned on and it kind of raises a question like why don't just like grab the body and say actually I want the whole body to become flex? Just put it on flex and then everything will work. The reason you don't want to do that is a couple of reasons. One is that won't work. What ends up happening is the parent has to be the direct parent. Okay. Can't be the grandparent. This parent child thing I've gone a bit far with but and you have to be like this here box here display flex has to be on this fella. It can't be on the container which is outside the body. You know, these are all nested inside of each other. It has to be the direct descendant. Sorry, you get the idea right? So it won't work. Also body flex does stuff. Okay, messes things up. Let's say I want to right align everything. I could use display flex on the body and say everybody write a line. But then everything is right align the whole site. So in this case we get to be very specific. Okay, we get to say just the main just do this one thing in our case. Like the last one was space between the cards. But yeah, that's why I asked that question. That's why I'm telling you the answer and I was like, let's just turn it on for the whole thing. You can't All right, that is it for having irregular sizes in html
Class Materials
Ratings and Reviews
Viwosoft Technologies
Great tutorial - your clear instructions and concise explanations make learning HTML5 & CSS3 a breeze!