Change the Default Buttons
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
Change the Default Buttons
Hello there we are. Going to tackle this button here. Okay we're gonna go from blue and solid to white and outlined and bigger and better. It's going to have a cool little hover as well. Okay we're going to do all that now using a mixture of our own CSS and bootstraps goodness. Okay, so what do we want to do this button first of all? I want to push it down a bit because on my mock up here It is down a bit further so I want to go and do that. Nice easy one. Okay so the button here, where is he Beltran? He's inside of it. There's the button, we're going to add a class of remember it was margin and I want to add it to the top and I wanted to be natural, I'll try four. It's good to go, definitely a nice bigger gap that'll do for me. Alright, next thing I wanna do is outline it because it's a solid blue color. I want to make it a white outline like my mock up here instantly. I was like no way boot shape does that. They don't do an outline button. Okay, so I started making my own class only ...
to discover later on making this tutorial, like they do do one. Okay, so sometimes you can be like they don't do that and sometimes you just actually need to check. Okay, so in here I typed in buttons. Okay and what do we get buttons button tags? Oh look there's an outline button, it's gonna click on button buttons Okay and get to the right page and there's lots of them. Okay. There he is there he outlined buttons so I just need to use the outline class of. I want this one. Okay so I want the button outline of probably white. They've got a light one. Do they have white there? They don't seem to have it there. Let's test it. Maybe they couldn't have it because you couldn't see it. Let's give it a roll. So we're going to say B. T. N. Actually not there and I want a separate class. I've already got one. There's already something applied to it called B. T. N. Primary. It's a B. T. N. Outline we're gonna guess for wait to see if they do it. Let's check. It does not do white because it's freaked out. Okay it does a light version and now you're going to decide how much is the light one? How much do I really want it to be white? Why didn't they have a white 1? Okay so let's have a look now. Light yeah you're like no it has to be white then. Alright how do we go and change it now? We're going to go through and say actually so it's just kind of like think it through. So there's a few things applying to this but there's something called there's an a tag there's something called a B. T. N. There's something called our Bt and outline. Okay then there's a button large by the looks of it. Okay so I imagine I could put an S. M. To get a small one And we added the margin to the top of four. So over here we could say all right, let's just do all buttons. Let's do B. T. N. Okay well dot Bt in, come on Daniel Beaty in and let's say I want the color, what do we want the color or do a background? Let's have a little look background color, I know what it is but I'm trying to trying to like tell a story here. Background color white, is that right? Like it's not what I want. I want the outline to be white. And the other problem is that that Bt n background white. Let's change it to red just to show you. I think it's too generic because like it's getting used there and over here. Okay so we need to make sure that maybe attacking the button is not quite what we want to do. So instead of just the button we will do this slightly more specific. Okay, B. T. N. Outline light. So this guy is gonna be this and it's not going to be the background color. Okay so we're going to delete that. It is going to be the border color of white. Thank you very much. Nice. So it's kind of the you're like awesome, they've got it and then you're like not the right color so a bit of both. It's me and Bootstrap high five, we're doing stuff. One of the other things we might include here is the Hover. Okay, and that's, I guess one of the perks of using Bootstrap is that, you know, you might have decided in your head, like why are you bothering using this class when it doesn't do anything of really what you want? It? Did the line. Okay, but the other thing that this kind of invokes is that it pulls through like the hover class because remember when I first started using it, it was blue with a dark blue background. Okay, so when I, and you know, called on this one, the light version. Okay, it kind of switched out the hover classes, all those pseudo classes as well. So bootstrap is doing lots of things. Okay, what else do we want to do? We want to do a pseudo class, So we are going to grab all of this and you remember pseudo classes, don't you? Okay, so you smash on a colon at the end with no space and type in Hover. Okay, so I want this particular class to be attacked. So I want this particular class to be looked at and I want the hover pseudo class to work with it. So I don't want this, what I want to do is maybe the background color now it's a background color, I want it to be white, but I want it to be going to click on it and a white but quite transparent. Okay so somewhere like that. 20%. Let's have a little look now my hover you see he's just kind of hinting there. Good hinting dan, let's look at some of the other but anything's okay so size is ours is already a button large seems to be only button large and small. I want mine to be extra big. There's no extra big here. Okay, so we're gonna have to kind of style it a little bit more so let's jump back in and you're like, okay, I'm just going to add it to this one here at some padding. We're like no way we've got classes for that for Bootstrap, don't we? Okay, we've got margin top, Okay, remember we can add some padding and the left and the right remember is X and I want that to be five and I would like the up and the down to be something that's a little smaller of why? Case of petting left and right, five top and bottom three, we can make a joint button again. Teamwork me and Bootstrap doing stuff together, being quick, doing all the hard yards but then dan the designer spending ages trying to fight with bootstrap to get him to do what he wants but with all the checks and balances for what I've been able to throw in real quick, especially with the navigation and all the media queries, I think we're still on to a winner with Bootstrap. Thank you Bootstrap.
Class Materials
Ratings and Reviews
Viwosoft Technologies
Great tutorial - your clear instructions and concise explanations make learning HTML5 & CSS3 a breeze!