@JonKohJJSubmitted about 2 years ago
gmqrk247
@gmqrk247All comments
- @gmqrk247Posted about 2 years ago
Hey there! Nice job!
Consider adding
alt
attributes to images. It is important for people using screen readers. Instead ofdiv
, you can usemain
andsection
to wrap around the content0 - @AtulKumar0001Submitted about 2 years ago
I would appreciate any suggestions you might have.
@gmqrk247Posted about 2 years agoHey!
Great work! One little hint, if you put a transparent border on the button on it's normal state, you can avoid the growing and shrinking with the hover effect. just like this:
.btn{border:2px solid transparent}
Marked as helpful0