diff --git a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md index 765b93f818d..e57eebadfa1 100644 --- a/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md +++ b/curriculum/challenges/english/blocks/workshop-game-settings-panel/68e9a6bf1a74721a4e43e217.md @@ -11,7 +11,7 @@ Now you are going to remove the default checkbox that is applied by browsers. In Setting the `appearance` property to `none` will clear the appearance the browser applies to checkboxes, allowing you to show the style you want. -After doing so, since the checkbox won't be visible anymore, set a `border` with `2px` `solid` and a hex code of `#f1be32`. +After doing so, since the checkbox won't be visible anymore, set a `border` with `2px` thickness, a `solid` style, and a hex code of `#f1be32`. # --hints--