Latest solutions
Latest comments
- @TobiasTroup@covstar
Weldon for completing this challenge. Concerning the image inside the div, make the make width to be 100% for it to be perfectly fitted into the parent container.
Let me know if this was helpful.
Marked as helpful - @Cheemma1@covstar
Beautiful
- @terry677@covstar
Nice one @terry677. You might still want to remove the HTML texts up, and place your attributions at the footer. Weldon. When you are done with that on GitHub, come back and generate new report and the preview here will be refreshed.
Let me know if this was helpful....
- @NickTalvy@covstar
Check out my code for help.
https://github.com/covstar/qr-code-component-solution
Let me know if it was helpful.
- @annachen2@covstar
In your javascript, set a condition if the buttons are not already clicked not to submit. E.g; if using jquery $('#submitBtn').click(function(){
Let btn1 = $('#btn1').text(1);
if (btn1 == "") { return false; }
})
What it means, is that if the btn1 is not clicked, the submit button will not work.
Let me know if this was helpful.
- @vampmora@covstar
@vampmora, you did great. Well done.
You can fix the footer links challenge you have by looking up my code, it will at least give you a heads up on what to do.
https://github.com/covstar/clipboard-landing-page-solution
Let me know if this was helpful.