Hi there, I can’t move on with this task. Can anyone provide me the proper code? Thank you so much!
Here’s the link: https://www.freecodecamp.org/challenges/line-up-form-elements-responsively-with-bootstrap
Hi there, I can’t move on with this task. Can anyone provide me the proper code? Thank you so much!
Here’s the link: https://www.freecodecamp.org/challenges/line-up-form-elements-responsively-with-bootstrap
Line 70/71: wrap in a div with a class of row.
Add class col-xs-7 to input and col-xs-5 to submitbutton. Done.
Edit: just tried it: actually wrap input and button each in a div aswell and give this div the respective class.