How to Make A Colored Button
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
How to Make A Colored Button
Hi there. We're going to make a button, not an ugly old button like this one a good looking button like this, ignore the top padding. We'll fix that in the next video but we've got a button. It's clickable and it's got a nice background. Let's jump in and work out how to do it. Spoiler alert. It's just an A tag with some padding, but let's do it together anyway. Alright, to make our button, what you might be really inclined to do is figure out where we're gonna put it. I want to put it just after this P tag here. So there it is there here a box one. Here's my P tag. Just afterwards. I'm going to put in what sounds sensible as a button. I'm gonna hey, click here, click here and it's safe. I'm gonna preview it and we get that thing. Okay, that is the kind of form button and it's not what we want here because we want it to look like our mock up over here and it's just too hard to do. Okay. Using that button, you can format it quite a bit to make it look like this but it's easier just star...
ting with an a tag to give it some padding. Okay. And background color. Cool. So we're not going to use button. Mm hmm It's going to look button. Goodbye button. All we want is an attack. Ok? We've used that loads of times. Where is it going to go? Let's actually get it to go somewhere. I'm sure you're sick of like just putting in hash. So let's make our file new page. I'm going to save this one. This is going to be called my test page. We can link to it from our links now. Remember it's gonna be dot html. Okay. And I'm gonna put it in an H1 saying you'd be, we made it new page. All right. I'm gonna close it down so I made it closed it and I'm going to link to it now. So what do we call it? Test page? So it's actually going somewhere, What is this button gonna do? Okay. It's meant to go to our book online. So in between the a tags we're gonna say book online. Do I want to uppercase? No, so we're using total case and that's what it looks like in the browser. You're like, how is that much better than the actual ugly button? It's easy to style this one. Let's go and do those basics. It depends on whether you went and remember earlier on we styled out a tag potentially in the head. Okay Or in the CSS um what do you call it? The CSS reset? That would have been handy, but I didn't. So I'm going to say actually I'm not going to be really specific. I'm going to be quite broad. I'm going to say all eight tags up here. What is at the top because I feel like it's a really broad stroke. So it should be at the top. It was all a tags now need to have a color of white, this is probably gonna come back and bite us in the bum it always seems to happen when I do freestyle like this. Okay color and we're going to say the text decoration set to none. Alright so that's going to get us started. Hopefully there you go, nothing's really going on. Alright, let's give it a background color and color the text. So in here we're going to actually what we might do is we'll start creating our own class because I'm gonna we're not gonna start all eight tags to be buttons right? So what I'm gonna do is just after the quotation marks here, I'm going to give it a class name of my button okay and over here I'm going to say my button does a few things so That is totally useless now right can we get rid of it? We can because I said all eight tags be white with no text decoration. Let's have a quick little check and make sure I haven't wrecked anything, yep perfect. Alright so my button needs a period in front of it and we're going to say to this button, I want a background color, background color of white and it's going to kind of wreck it right, make sure it's semi colon at the end and make sure you save it all. There you go. Okay so it's kind of wrecked right and one of if you can't see anything okay, it's either haven't saved at all or there's no text in your button if you just left this off thinking you'll come back to that later on because it can't be seen or there's no things to wrap around. It needs some sort of text in the a tag. The other thing it might be depending on where you're watching this and mm hmm Yeah, we're going to actually deal with it in the next video, but if you're still won't appear and you're kind of stuck there, you might have to do display in line block or display block. Okay. We're gonna talk about this in the next one, but that might be causing you problems as well, so do that, that might fix yours. Ours is working fine. The problem with ours is the text color is white as well. So we're going to text color of, we'll use this top one here from our gradient and that's the cool thing about Vieques code is it looks seriously assess and says, hey, you've used these before. I want to use them again. Like, yep, save me some time. Have a little look. Would also make like to make it to be play fair. So font family, font family, we're going to be Playfair actually, I can't remember all the syntax for it. So I'm gonna go steal it. Okay. I'm gonna use the search function, which is command if on a Mac or control F On a Pc. And I'm going to type in play, there's lots of play there is play fair. So the reason I can't remember like I could probably guess play fair but I can never remember. It's in two words or one word. Okay. And remember the if it's in two words against these quotations around it. If you're funny you're using doesn't have two words, it won't have those quotes around it. So I'm just gonna grab you. Let's have a little look now, it's looking nice. Let's add some padding around it. Okay? So we'll do padding padding now we're going to do our shortcut stuff. Okay? So we're going to use regular padding and we're going to do the top and the bottom. I think we've covered this before. Right? So if you put in all four it goes um Top we're using 11 and 25. So Pixels for the top 25 for the letter for the right so it goes clockwise starting at the top, okay we can go all the way around but because it's really common to have the same X. And Y. Access. Okay so the tops and the bottoms are the same and the left and the right are the same. You don't need to write all of the extra repeat that's in there. Okay. It will assume if there's two. You mean X. And Y. For the first one, wow. Sorry up and down for the first one and left and right for the second one. That should work. Here we go now, we need a little bit of margin above it. Okay but this is not going to work and we'll talk about it more in the next video it's a margin top. Okay, it's going to have 10 pixels because I know you're going to try it. Okay. And it's not gonna work drove me mad as well when I first when it's working what that did. Okay, so don't worry about that for the moment. We're going to come back to him something to do with display in line. Block goodness. Actually I'm going to separate it for another video but if you just want to fix it, add the, add the margin and just type in display because I know I know everyone's gonna go onto the next video. So um display go in line block. Okay. If you said that and now do the margin, it'll work but we'll talk about it in more detail in the next video. Alright so we've got panning, we've got you've got that, that's all we're going to do for this one because we've got a button and click it and it works because the U. P. No page, a new page even. Okay. So disappeared. Weird. Um So yes, what are we going to do? That's it for this one? You could just add some margin to the bottom of the p tag. Okay. But it won't work to the top. And we're going to talk about in line and block elements in the next video to kind of actually know what we were doing when we're typing in display in line. Block. Let's do it 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!