Min-height vs. Height
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
Min-height vs. Height
Alright. This video has two parts. The main part is learning what min height is instead of height. Okay then we're gonna do some just some housekeeping. We're going to add some structure to our page. We'll add a container and float in the middle and header and main. And these cards down the bottom here, it's stuff you've done before, but we need to do it before we move on to the next video. So let's learn what min height is in code. All right, first up, we need something to give some height or min height too. So first of all, let's create a div called container. Hit space. I had a return on your keyboard. DiV class equals container. We're gonna leave. I'll put a return in just to separate it out over here. Let's style it remember full stop in front of it and container, curly braces. And then we'll do we'll give it a width first. Okay, We'll do a width of we'll do the same as before. 10 24 pixels. Don't forget the pixels. And don't forget semi colon. Let's give it a background color, ba...
ckground color. And I'm gonna pick anything. Okay? I'm not going to use the named ones. I'm gonna do variations of green. So I'm going to start with dark green to start with. Okay, make sure the semicolon goes on the end. Let's check it out. It's not gonna be able to be visible because we haven't given it a height yet, but let's just kick this into gear. Wake up on my other screen come over here buddy. Cool. So we need to give it a height and this is where min height comes in because if we give it a regular height. Okay. Height. Okay. And I say I want it to be let's say I'm just gonna say 300 pixels because it makes my example a little easier to have a look. He but we ran into this problem before if we start adding stuff to this, I add a P tag and I put in some lots of content. We've got lots of got a big long article or blog post. So I want to put in 500 words which is not massive. Right, Okay. Hit save. Jump into here now you can see it spills out. Okay? So instead of using our height, it's very simple. We just use a minimum height. So we're just saying the minimum you can go is 300 but you can go any size bigger than that if the content needs it. So we'll save that. Let's preview it. Here you go. So it says be a 300 unless you need more. So it'll go bigger whenever you're thinking height now, pretty much for everything. Think min height and I want to center it. Okay, pause it here to open the centering. Remember centering, I want you to pause and see if you can do it go. All right, you're back remember what it was. It was margin lift Marden margin left and what was it? It was auto. You got it? Nice work and then margin right margin. Right. What? Alright let's check it out. It's in the center. Alright. So we're gonna throw in some other chunks now. Let's look at the mock up. Okay. It's in your files and exercise files. Project to there's one in there called, what's it called mock up example. So look at the homepage first. You can open that up. I'm using the X. T. File just because it's interactive but same thing. So we're going to have a container. Okay we are going to have a header at the top. We're gonna have a main section. Okay then we're gonna add some cards now. So the main is going to be this title, this text here. Then separately we're going to do these three little guys here. There could be some people refer to them as tiles or cards. We're gonna refer to them as cards but tiles doesn't matter. Little boxes, you can call them what you want. Let's put those in. We'll discuss this later on in the course. Alright, so let's throw in those bits. I'm gonna turn my rapping back on toggle. Word wrap which I was clicking the wrong one. I was clicked over here so it's word wrapping on CSS which is separate now it does it here and I want to get rid of that giant bit of tag was just there as an example. So what do we need? We need a hitter. Cool. Pray to find one lovely. What else do we need? We need a main part mean And then we need, do we even have a photo on this one? Hmm There's no footer. You don't have to have a footer. I didn't design this one with one so we've not got one. What I'd like to do is put in three cards. So it's gonna be outside of this main. Okay. Just because because I wanted to kind of not be part of this main content. I wanted to be on all pages. There you go. Okay, so it's on this other page is a separate little box. So we're gonna, there's no such thing as a predefined. Like, like the container, there's no name for cards. We have to give it, I think calling cards plural. They're returning and not going to do this. We do the separate three little cards in a second was going to do like a box that they're all going to go into. So we're going to design like a, I've got a wrapper tag that goes around all of these guys. Okay, so main. This one here and then we're gonna put the little individual bits inside. Same with the header, we've made this kind of like big chunky head at the top inside of it's going to go the logo inside of it is going to be these little tags. Sorry little buttons. Alright, we got cards. Let's style cards. So we got a container, we've got hitter, we're going to have a background color of what we're going to put in versions of that green. So background color is going to go lighter and lighter as they go along. Cool. I'm gonna put in a min height, min height Now can you see this? It's not working. It's not pre filling it out, fuels ever starts doing that. It's because we've forgotten to close out that property at the top there. Now if we start typing she's back it's gonna be 100 pixels until I want to do to it. Now we're going to check it before we go to further along. What did I do? I didn't hit save all. There they are there. So I've got a container which is the dark green, there's a header in it there. Okay, let's have a little look now the colors are here just for your kind of viewing pleasure. So you can see where things are style the main and cheat. This one here is gonna be even later. Nice and this one here has a height of and we do the same thing for the cats. Getting really lazy. Now awesome. This one's called dot cards. This one here is going to be even later again, save it. Let's see what we got. Alright, so there's a container hiding in the background. Okay, it's kind of covered now then there's a header. Then there's a main and then there's my cards and the cards are too big, are they? I might have to change that in a sec. That's alright. Alright. So that gives us our kind of basic structure in the next video, we're going to look at adding our cards in and kind of working with something called flex box. Alright. I'll see you there.
Class Materials
Ratings and Reviews
Viwosoft Technologies
Great tutorial - your clear instructions and concise explanations make learning HTML5 & CSS3 a breeze!