Please leave some feedback on the form. I have one error and do not know why. I do have a value attribute on the Checkboxes. Thanks!
You have the same id css
on two different inputs. To check your code for duplicates, click somewhere in the html editor tab, hit ctrl+f and type in “css” no quotes, then hit ctrl+g to find next and ctrl+shift+g to find previous.
It’s also not responsive which isn’t one of the required user stories but it’s kind of the whole point to this certificate.
Cheers
Thanks, I tried changing that and it still gives me the error. I am using BS and it should be inherently responsive by using a container and inside of a card. I think it is Code Pen myself but I will test outside of that.
I figured it out. I was wondering why it wasn’t responsive when using Bootstrap. I realized that I set a width to the card and trying to use a media query to adjust that was being over ridin and causing the error . I removed the card and allowed everything to work properly.