6 Comments
Sep 25, 2021Liked by Jen Kramer, Erika Lee

The only thing I don't get is why the cursive in font-size did not take in effect. I couldn't make it. Hope the rest looks good. https://codepen.io/serdar-cihan-g-le-/pen/YzQJMmJ

Expand full comment

Hi, I'm not sure if anyone is still looking for comments here :)... i was just wandering about this question from text above:

(You may be able to put padding on the right instead of using gap, but you'd need another declaration for that. Can you figure out why this is?)

What do you think abut this approach? Thanks in advance!

I added this instead of gap:

.example4 li:not(:last-child) {

padding-right: 1rem;

}

https://codepen.io/draganstanojevic/pen/VwRxVEm

Expand full comment
Dec 24, 2021Liked by Jen Kramer

And it is here:) https://codepen.io/gamzebercin/pen/bGoYgbG

Expand full comment