Resizing font size within <ul>

Hi! I have a practice project and can’t figure out why my list font size won’t resize! Help? As far as I can tell everything looks correct, but I must be missing something.

You have a semi-colon between the property and value, it should just be a colon.

You have:
font-size; 20px;

1 Like

Oh my gosh thank you so much I don’t know how I missed that!! :slight_smile: