@shank-codesSubmitted over 1 year ago
- I need a help with the resources to learn developing mobile responsive websites.
Hi. Congratulations on completing this challenge. I noticed some issues in your style.css.
cursor: pointer;
to .continueBtn, so when you hover the button, cursor will be changed to an arrow..continueBtn {
...your code
cursor: pointer;
transition: .3s background-color ease;
}
.continueBtn:hover {
background-color: #3b4b74;
}
I don't know certain resources for you to learn mobile responsive design, but I'm sure you'll need to know what media queries are and how to use them. You can find this on the Internet, especially YouTube. Just for example: Learn Media Query in 7 minutes
Hello everyone!!
I had some troubles with custom toggle.
Any comments are welcome!
Hi! Congratulations on completing this project, I noticed something. If you stick to the design, your toggle button should be more in the center. Hope it would help.