<article>
<p>Jujubes dragée sweet roll icing. Icing pie wafer topping tart fruitcake gingerbread carrot cake ice cream. Marzipan brownie sesame snaps caramels liquorice powder.</p>
<p>Candy canes powder dragée tiramisu. Gummi bears icing apple pie. Jelly beans apple pie gummies brownie tootsie roll danish sweet roll danish. Sesame snaps jelly candy canes tiramisu donut marshmallow fruitcake sugar plum.</p>
<blockquote>
<p>Lemon drops carrot cake gummies cake marzipan sesame snaps muffin dragée halvah. Candy caramels cupcake caramels soufflé pie macaroon. Gingerbread chocolate cake ice cream macaroon tootsie roll bonbon cotton.</p>
</blockquote>
<p>Jujubes dragée sweet roll icing. Icing pie wafer topping tart fruitcake gingerbread carrot cake ice cream. Marzipan brownie sesame snaps caramels liquorice powder.</p>
</article>
* {
box-sizing: border-box;
}
body {
display: grid;
min-height: 100vh;
place-content: center;
font-family: system-ui, sans-serif;
background-color: #e9f2ff;
line-height: 1.5;
color: rgba(black, 0.87);
margin: 0;
padding: 1rem;
}
blockquote {
// Required to change the block formatting context
display: grid;
// Define curve
border-radius: 0.75em;
// Negative value becomes "border" width
box-shadow: -2px 0 #858aaa;
// Add space from the "border"
padding-left: 2rem;
// demo styling fluff
margin: 2rem 0;
font-weight: 500;
color: #696d86;
}
blockquote p {
// Required to handle "leading"
// May need adjusted per font
margin: -0.75ex 0;
}
article {
max-width: 40ch;
width: 100%;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.