Vincent Frank has commented on Javier Romero's "FAQ accordion responsive, I used checkbox and CSS, whithout javascript" solution
I like your solution! very nice 👏
Any feedback greatly appreciated.
Any feedback greatly appreciated, as always.
If you have any advice on how to structure the code better I would really appreciate it.
Any sort of feedback is greatly appreciated; as always.
Any advice on how to make the code more DRY greatly appreciated.
Any feedback is appreciated. Especially how to make the code more DRY
I like your solution! very nice 👏
Hi Mohak, your solution is awesome. 👏👌
I would maybe add max-width
to keep it nice on larger screens.
Keep it up! Rally like it! 🙌
Hi Louis, very nice work! 👌👏
In your code, you use px
for size. I would maybe use some relative measure like rem
or em
. Also, I would fill in alt
attributes for accessibility as the report suggests.
Anyway, I really like your solution. Keep it up! 🙌
Hi Chetan! very nice solution! 👏
I would maybe consider adding media query on about 375px and reorder the columns.
Anyway, good job!
Hi Chris-Ann C. ! Nice work 👏
To centre all content to the centre of a page a would set display:flex
to the body
and then add justify-content: centre
and align-items: centre
. In order to work, you would also need to set the property height
on the body element. For instance height:100vh
.
Also, I would maybe set max-width
proepty to .wrapper
in order not to fill all space in wide screens.
Anyway, nice job! Keep improving 🙌