Latest solutions
Latest comments
- @Mark-Halstead@liamchivers23
Hi Mark.
To answer some of your questions:
1 - more info needed, are you trying to change the image when the submit button is clicked? you could create a seperate card then put a display of none on the current card when its clicked. Hope this solved your issue.
-
Yes, it looks fine :)
-
Media queries will help with mobile viewing :)
Hope this helps!
Marked as helpful -
- @PhisherFTW@liamchivers23
Hi, mate. You can use the :hover pseudo-class to make the hover happen on the rating buttons, then use an eventlistener to change it from grey to orange when the button is clicked.
Also some more padding on the bottom of the rating buttons as the submit button is too close. And maybe some more padding inside the button as its quite thin.
Hope some of these suggestions help!
Marked as helpful - @AlexManu05@liamchivers23
Oh and im sure instead of adding and removing the class in JavaScript you could use toggle, saves you a line or two of code i believe :)
Marked as helpful - @AlexManu05@liamchivers23
Hi mate, i thought that when you click the submit button then the thank-you layer is supposed to happen, but it happens when you click a rating number instead.
Other than that it looks great! Good job!
Marked as helpful - @ozamorowski@liamchivers23
It seems that the page doesnt load.
- @AlazarG19@liamchivers23
Hi, Alazar. Your Solution, While good lacks responsiveness. Through from 1000px to 375px it looks slightly squashed. Maybe try and change the flex-direction of your project to column so that it displays as it would in the mobile view.
Although this is just my opinion and you dont have to take my advice,
Liam. :)
Marked as helpful