Code error on CSS Project #3 Codepen

Hiya,
it’s nothing serious but I stumbled upon a code error in one of the FCC Codepens and thought i’d drop an info:


<input id="submit" type="submit" value="Get Started" class="btn">**</input>**
should be
<input id="submit" type="submit" value="Get Started" class="btn">

Both are acceptable syntax.

1 Like