Latest comments
- @Darkx-devSubmitted over 1 year ago@AllearedPosted over 1 year ago
Instead of onkeyup/onkeydown, use onclick and apply it on the purple button there.
0 - @Promise-WonteSubmitted over 1 year ago@AllearedPosted over 1 year ago
You need to use Media Queries for that. You use Media queries to determine how the page is going to behave in a determinate size. But you have to code every possible screen size you want to add.
The one you've done now should be inside a media query with a width of 400px or so. You just need to code the desktop version now. Remember that the desktop version comes first in the Cascade, and the mobile version comes after.
Marked as helpful1