Vertically Center Content
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
Vertically Center Content
Hi there. This video is about centering vertically. Super easy using flex box. This text here is inside this larger purple color here and it's centered vertically. Same with this image. It's kind of hovering here in the middle. It's jumping now and work out how to do it. All right. Remember in the last video we kind of got this centered ish. We put padding at the top and the bottom to kind of fake it. Okay, So what we're going to do now is use flex box because it's super easy to do. So what we want to do is our other mock up, we want the content to let these little boxes I added Uh to be kind of centered in this kind of main div here. Now, the thing there's a couple of things you need to do, first of all, the main div that it's going inside of. So these two little guys are inside. Okay, this main div needs a height. Okay, min height. So it's gotta mean height of 300, which is going to work perfectly. And then what we need to do is we need to tell her to do something. We want to use the...
align items align items to the center, let's save it. Let's check it out. Cool. Huh? Okay. So by default, we saw in the last video, if you don't if you just turn the flex box, flex box on it kind of stretches to fit its parent. Okay, remember that. Let me just comment that out and save it actually remember our contents only that big, but it stretches out so you can kind of override it by doing different things. So we're saying actually go center? So it assumes all right, we'll give up all the extra stuff and we'll just be right in the middle there. Go on. Now. This is the one to bookmark. This is by far the one I emailed the most about like, hey, how did you send her in the middle again? Okay, vertically. It's yeah, it's hard to remember to do. But anyway, how would you remember? Okay, either bookmark this video or in your cheat sheet, you kind of just go through this and you have a look and you're like, is this what I want justify content to the end. It's not what I want, justify content center. That's an interesting one because it centers all your content. Most people don't use that. They'll just do text align center and we did that earlier for our image. That works just as good. Anyway, um spacing between we did that knows you just kind of scroll through and I love that this is all visual because I'm like, you know, look at that. We could do a line flex end. Okay, but we're doing center. Let's test flex end. Just just just good. So our parent tag, let's do flex end. To flex start flex start is by default preview. Cool, flex and flex start would be useful if you didn't want it to stretch out? Let's have a look. Do you see it goes to the top without kind of filling up the rest of the space. Cool. I'm going to undo that. There's a couple of things we want to do before we go just to tidy up because we just got placeholder text before we do that. Let's just recap. And for this to work, it needs a parent. Okay, So these two girls in the middle here or guys, they are my little Children and I want to do the effect to them. So you apply it to the parent so you don't have a parent and say you're watching this video later on and you're like my website doesn't have a parent tag. Just put one around. Just wrap it around and say call it wrapper tag and all you're gonna do is apply a height to it and you're going to apply where is the display flex has to be on. Okay. We turn dials on by default in the last video. So if you're just watching this video that has to be on as well. So needs a height display flex and then align items to the center and everything inside of it. We'll do that. All right, what do I want to do now? I want to start removing some of my colors. So where is it? I want to get rid of the main color. Save it. We'll just keep testing this as we go along. You can see the background. That's the color that we used for the container and I'm going to get rid of that now as well if you're finding them not very useful anymore, we're going to start getting rid of bits where else will get rid of the blue and very hard color to see that one cornflower blue and mint green cream. Goodbye mint cream. Cool because that's what I want and we're going to fill in the background in a little bit with this big background gradient in this image and next I want to replace out the text here and the image. So the text is easy, it's in your exercise files, okay? There's one in their project to and there's one called text or is it project to text. Okay. And in here never mobile bike repairs, you could equally type that in, save it and this is the body copy kind of bit underneath the p tag, make sure when you are doing this, I often will accidentally lose see that last angle brackets and I do this and then it all goes wrong. Just be careful. You can see it's put in this weird break in here because I copied and pasted from this because there's a soft return in there, it won't matter when it goes through to the other side. It just kind of ignores it. You might not like that though, you can just tidy it up if you want and if you want to be on two lines, that's a good point. We've never covered that. So if you wanted to be on two separate lines because it won't it'll just be on one big line Even if you put a return in or 10 returns, it doesn't matter. Okay. So what you need to do is put it into two individual P tags. I'm going to cut that out to try and make it nice and clear. There's that guy. All right, put my full stop. So I need another P tag in here. Okay, so p I'm going to paste it in this. There you go. Two separate tax. Alright. We're gonna replace this text with an image. So where are we? I don't want any of that in there. I'm going to put an image tag So img and where is it coming from? We haven't actually put it in our local folder yet. So you remember our exercise files, there's one called. I have no idea what it's called. Wait there there is. There. We're going to use this one here. The service a leave this one for the moment. We're going to look at that later on. Okay, just use this one. Image bike repair service. A I'm going to copy it. Oh, a actually no, he's the one without the A. It doesn't really matter but humor me for the moment. Use this one. We're going to look at these when we do responsive images in a little bit. I'm gonna put it in my desktop in my project to I want to put it in it Images folder. Okay so a new folder in here called Images. Open it, paste it in. Don't worry about that. I'll remove him in a sec. He's not meant to be there, hang on. There you go. He's gone. And now in V. S. Code we should be able to stipe images slash and there it is there. Don't forget to put in some all text. Okay. Remember the old text is what gets loaded and what you know if the image doesn't load but mainly is what google likes to see and I put in person servicing a bike in Dublin because it really does explain the photograph but really um stuffing good keywords into my website so that I can potentially rank better. Alright so that's it. Let's have a little look at it now. Alright, got an image and we've got some text that we need to format which we'll do in a little bit. Alright. It's looking terrible then let's it's going to get better I promise but for now that's it. I will see you in the next video
Class Materials
Ratings and Reviews
Viwosoft Technologies
Great tutorial - your clear instructions and concise explanations make learning HTML5 & CSS3 a breeze!