Okay, so something you might want to do is create some pull quotes. And I think you have enough tools now to be able to do that. So what we're going to do is I'm going to take a quote from this particular piece, which is an old story by Lloyd Arthur Eschbach about zombies, and I'm just going to pull a few words out and create a poke. So, I found the content that I want to pull out. So it's this little section here out of the winding sheet of fog into the moonlight crypt of strange, strange craft. Alright, so I'm going to copy it, and then I'm going to paste it again.
Actually, what I want to do is I want to move a little bit further down. I'm going to add blockquote class equals class with full quote, and I'm gonna go ahead and close that blockquote just so I don't Forget to do it, and see that I mistyped something there. Alright, and then I'm going to add that again, here. So if we scroll down, we should see here is that section again, as a separate quote. So now I'm gonna go to my CSS. And I'm going to do first of all put the class in and add some content here.
So a couple things I want to do here, I want to set a width of, say 200 pixels. And maybe that's a little bit small. Let's try 300 pixels. And I want to up the size that it stands out, so into font size to n. So it's a bit bigger, that's maybe too much. Let's go down to say 1.5. So a little big, let's do 1.25.
All right, so it's a little bit bigger, but not quite Crazy large. I'm gonna float it right. As you can see there, scroll down a little bit so we can continue seeing it and add a border. Just on the left hand side, let's say bye, pixels, about red and solid. That is way too close to the text itself. So we want to do something a little bit more some padding rather padding, we can just do padding on the left.
And let's see what that looks like. That's probably good. It turns out this red is a little bit lighter or a little bit. Yeah, a little bit lighter than I want. So I'm gonna color I picked out a little bit earlier. Just going to change to that color.
More of a deep read, which I think fits in better with what we're looking at here. Now, I only added padding to the left, but I think it might be nice if we add a padding to all sides and what is going to help with that is going to make the border pop out a little bit higher as well. So just change the padding to one m, and the border is out a little bit more. You know what I think I want to do one M. So on the top and bottom, I think I won't do point five M. And then on the left and right I'll do a single M and that will then put it like that. I can also change maybe the color here to maybe gray it a little bit. So let's do is to make it pull out a little bit and there we have a pullquote we can also maybe move this up a little bit, which I think might be a good idea.
So I'm just gonna cut it and paste it up. be up in this previous. So another thing we have to think about is that with blockquote comes some default styles. So if that having too much space around it, which I feel we are, we can remove some margin. And make sure that we're not having too much on the top and bottom foot with that did do was that it brought this information right here to close my opinion to the border. So let's give it a little bit more margin.
Instead of zero. Let's do 0.5. And that's not quite enough. Let's do one and there we go. There's a little bit more spacing. I think also as we make this smaller, to look a little bit better, because we have text that's not continuing here.
Yeah, I think I moved that up a little too far. Let's try. See what it looks like. If I put it in again, where Yeah, that looks pretty good. There you have your notebook, you can certainly do variations on it, we could add a background color to say, the very dark red, say like this, oops, forgot the hashtag. Maybe that's a little too dark.
Stuff that to say that that it's too bright. There's about right. So we can do some place with some things like that we can make the border quite a bit larger if we wanted Penguin, just how we wanted the thing to look and how we wanted it to interact with the other content. For using that background color, I changed the color of the text back to white. Maybe too much. Let's try something a little bit off white, so a little bit less pronounced.
But yeah, there you have it. You can play with your boss. quotes and just add them on your own without needing to do need to hire a designer or do anything more than just add a little bit of text and a little bit of CSS.