Quick overview of how Bootstrap CSS Styles works in VS Code
Daniel Walter Scott
Lesson Info
101. Quick overview of how Bootstrap CSS Styles works in VS Code
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
Quick overview of how Bootstrap CSS Styles works in VS Code
Hi there. This video, we are going to look at an overview of bootstraps styles. We've looked at its layout, we've looked at its components. Now we're gonna look at this third option for its styles and all it is is pre made styles that bootstrap has made for us that we get to apply with simple classes. That's going to do tedious things for us quickly, like a giant button that has rounded corners and a line around the outside and a hover we can apply it quickly. There are lots of different options and styles to pick from. Bootstrap has done all the hard work. We've just got to work out which class to add. Let me show you how it all works now in various code. Alright, for this video we're going to close down everything and work on a kind of throwaway file. What we might do is go to index and actually just grab all of this, copy it. So we we we don't have to do the shrink to fit No, and add the javascript back in. Okay, So we're gonna steal it all make a new file over here and we're gonna ...
call this one overview overview and we'll call this one styles dot html, paste it in and we'll go and delete everything that's inside this container. Okay, So all of you guys are coming with me, you're out of here. Alright. So all we've got is a container in here. And let's just throw in some basic html tags. So let's throw it on each one. Okay, underneath. Let's put some stuff inside of it. Okay. A.P. and let's put in some Lauren Ipsum, maybe just 10 words. Nice. And let's put in a button. Okay. And let's call it submit, submit. Even let's put in a in a tag. It's going nowhere, but we'll put some text in it. Um it's going to the contact us page, just some generic stuff and let's just see what Bootstrap does by default. So I'm gonna have to close that. Open it back up. Cool. So you can see it's got a kind of look to it. Very Bootstrap look and the nice thing about it is especially if you need to design or that's not really what you love doing, You like the build, but not so much the picking fonts or at least you're not good at it. Bootstrap can really help out and just like instantly make it look nice. And the other cool thing is that it's not just left like that. What you can do is you can go into your get bootstrap dot com and start looking through the documentation. It does take a little while to get used to everything. Okay, But there is some super handy stuff in here. So let's have a look at the styles, We talk about layout. It's got its own bit, components, has got its own bit, but then when it comes to the styles that Bootstrap uses, its kind of smeared across lots of them. Lots of them are inside utilities. Okay. But some of them are components and I'll show you what I mean as we go through now, if you talk to other people, they'll be able to tell you exactly when they say when you say, hey, tell me about Bootstrap layout, they'll they'll know exactly what you're talking about staying with components. When it comes to styles. It's just something that I've made up. Okay to kind of encompass all of the other things that it does. Okay. All of the utilities and extra bits. Okay. All the styles that adds freedom for you. That's just me and you are in the know. Okay, so utilities starts with borders. You can see you can add borders real quickly by adding just these classes were not going to go through them all. But let's have a look at text. Nice. Easy one. So text alignment is super easy. You can do it for media queries as well by using if I wanted to apply text on small devices left. But then again on right for larger devices, you can just add this class rather than trying to add it to different media queries. Let's actually just do something. Let's have a look let's say we want all upper case. So you can see here my P E class can be a class of uppercase and that's all I need to do. Yeah, let's go, let's grab this. Okay. And India's code. I'm gonna see my P tag has a class class even of text uppercase. Let's have a look in the browser and you can see hopefully there it is there it's all upper case. Didn't have to do anything. Let's say that I wanted to be something else. Let's have a look. Got text. So wait. Okay so let's say we look at pe class we don't have to create a bold class and then apply it to it. It's really to go already in there so you can see bold italic. I'm gonna copy that I'm going to go into here. I'm gonna say I also want it to be so uppercase and let's say that I'm gonna put a space in it and I say I want it to be a font weight of bold as well and now it's going to be uppercase and bold. You can see text decoration by default is off with the underlying. Okay just sits there nicely. Buttons have some nice things. So let's look under here. This is where it gets not messy but oh my God great. All that sort of styling stuff is under utilities but then buttons is under components. Okay components buttons you can see if I add a class of B. T. N. Primary it's going to look like that. Pre done with colors and all. Let's have a look button and primary. So where is my button? Okay he's going to have a class of button in. Primary. Let's have a little look and look. He's ready to go. He's got rounded corner. He's got a hover. It's all very cool. Not as exciting as the grid, definitely not as exciting as the components, but the nice thing about it is that lots of this stuff is ready to go. It's very clear what it does and often they're all kind of like ready to go in terms of and making sure they're ready for different media queries and different devices. Look at this one, there's a button, primary outline as well. There's a large button. So let's look, let's just add some more. I'm trying to make it more exciting that work. Maybe not, but you can kind of see it's just, you don't have to work out what the weird border style solid and then one pixel and then just add that to it. It's got some defaults. Um, when we start building our site, I'll show you how to override it. You can see there. I can make a button large. Okay, I can make a yeah button large or buttons small by just adding another one. This last one and you'll be like, we get it in, this is the last one. I'll make it the large button. I don't have to go pick size is just a giant button with the primary color with a line around the outside. So the third, but not as exciting part of bootstrap. What's the stuff pre made ready to go. So quickly wrap up before we go. The overview for the grid was the actual structure of the website. Okay. The boxes that we put stuff in and it included all the things like media queries. Then we did the super sexy one where we had components, we had a carousel slider that slid across the screen and a navigation that broke down for mobile, then back into a main navigation for desktop. And then this guy where it's just lots and lots of pre made classes to help you build a site quickly. The trouble is gonna try to remember them all. Okay, so the cool thing about bootstraps website, they get bootstrap dot com, the search thing works reasonably well. So if I need to find my carousel because you can't find it anywhere. Okay. You can see if I type it in. It takes me two examples of carol cells and I can jump there and go there. Sometimes you got to try and guess the word you're like, where's the thing that has the bit with the bold type. Okay. And you can kind of just type it in and just see where you can get in this case failed borders. Oh no, there it is there front weights boldness. Okay. And what we often do and can be a little confusing when you first start using this site is that it's come to him and you're like, oh, there's a whole page on front weights. It's actually just come to this page about text that we were at before and slid down the page to this marker for front weights, actually at the page where we were before. Okay, So sometimes you click on it and it takes you to an overall page and then slide you down and you kind of get a little bit lost. Sometimes the other thing to do is actually just go actually, how do I do bootstrap and make sure using bootstrap for the latest version. How how do I left the line? Okay, so bootstraps search engine within its site is okay, but often it's easy just to go here and google will find it in the bootstrap site for you or good old stack overflow. Alright. That is it. For the overviews, let's get in to start building our site.
Class Materials
Ratings and Reviews
Viwosoft Technologies
Great tutorial - your clear instructions and concise explanations make learning HTML5 & CSS3 a breeze!