Video Summary
All right, so we’re in code 10. Now we’re gonna start playing with borders. I’m just starting off with just one simple paragraph, just for the testing purposes of the song. And what we’re going to want to do, I’m going to make the size of this font size a little bit larger. Make this three pixels and now what I want to do is I’m gonna go and I’m gonna do border style. I’ll put in solid.
Alright, so if you if you if you sketch or if you put in that your border style solid, you’re gonna get a black, a black border, you haven’t specified and I’m pretty sure it’s that one pixel is the default, but we’re gonna we’re gonna test this out in the second line. So now we’re going to do border width. So we just made that line, it’s a little bit thicker. And now like I said, you can have this as 100 pixels if you want it to, but it just makes us huge band around it. And if that’s what you’re trying to achieve, by all means, go ahead and use it.
But for the most part, we just want to keep it maybe between one and five pixels. I think anything you know, if we can do the stripe to Team 15 starts becoming more blockish even if it’s at 10 It’s still pretty blockish that’s why you’d like to keep mine between one and five. But for now, let’s just try to see this see very, very slowly got a little bit bigger, so the default is one. And now let’s try border color and let’s do blue first example. But now let’s say I want to change the radius at the end. Like I don’t want to have I want this to have a little bit more of a curvature at the end. Let’s do border. Now we’re at more of a rounded edge. But as you can see, and we’re in the next couple of sections, we’re talking about cadion is that this radius is cutting off this T right here. These are the top and the bottom T’s of this paragraph.
When we do padding is where we’re going to actually be able to do spacing, so don’t worry about that. If you’re if you’re freaking out that this is not looking that great this is more or less just talking about the borders and how we can set all this up. Now, we can also set this up as a percentage as well so we can do 10% and see how that looks.
That one I don’t really quite like that one. Let’s try 30% And now you see how it’s not as it’s not as curved, it’s still got a straight line. So now if we do maybe if we try 50% Now it’s gotten more of like an oval and also too as this is cutting off so usually what I like to do is I like to do pixels, but maybe there is an oval shape that you want to use or utilize and that’s what the border radius does. you can use pixels or you can do percentages. Now with that being said I do have an easier way to set up these to set up this border.