diff --git a/curriculum/challenges/english/25-front-end-development/lab-page-of-playing-cards/66be24cb4144f955b6bcc550.md b/curriculum/challenges/english/25-front-end-development/lab-page-of-playing-cards/66be24cb4144f955b6bcc550.md index 6d8ae6b194c..da966ef7060 100644 --- a/curriculum/challenges/english/25-front-end-development/lab-page-of-playing-cards/66be24cb4144f955b6bcc550.md +++ b/curriculum/challenges/english/25-front-end-development/lab-page-of-playing-cards/66be24cb4144f955b6bcc550.md @@ -23,7 +23,7 @@ Fulfill the user stories below and get all the tests to pass to complete the lab 1. Each of your `.right` elements should use flexbox item properties to align itself at the end of its parent container. 1. Each of your `.middle` elements should use flexbox to display its children in a column. -Here are some characters you can copy and paste to use in your cards if you want: `♠` `♣` `♥` `♦` +Here are some characters you can copy and paste to use in your cards if you want: `♠`, `♣`, `♥`, and `♦`. # --hints--