mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
fix(curriculum): remove duplicate 'to make' in lightbox viewer hint (#58171)
This commit is contained in:
parent
256317d4cc
commit
f2b5e702ca
@ -151,7 +151,7 @@ Your `.lightbox` element should be hidden initially.
|
||||
assert.equal(new __helpers.CSSHelp(document).getStyle('.lightbox')?.display, 'none');
|
||||
```
|
||||
|
||||
When you click one of your `.gallery-item` elements, the `.lightbox` element's `display` property should be set to `flex` to make to make `.lightbox` and the two elements within it visible.
|
||||
When you click one of your `.gallery-item` elements, the `.lightbox` element's `display` property should be set to `flex` to make `.lightbox` and the two elements within it visible.
|
||||
|
||||
```js
|
||||
// Get the lightbox element
|
||||
|
||||
Loading…
Reference in New Issue
Block a user