Learn HTML Forms by Building a Registration Form - Step 49

Screenshot 2022-08-02 at 15-44-21 freeCodeCamp.org

Please post your actual code instead of a picture. Also, please post a link to the challenge and a description of where you got stuck. Thanks

The border color is part of the values you give to the border property.

Example:

p {
  border: 4px solid orange;
}
1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.