How to remove border?

Tell us what’s happening:
hi i have just started making a personal project , here is the link : https://codepen.io/adarsh_k/pen/rZreYj
can u tell me how can i remove the border from the from the fieldset.

thnks

your link doesnt go to your codepen.

try
border: none;

1 Like

@adarshk010 I searched for remove border from fieldset and found this:

What’s the best way to remove fieldset border lines

fieldset {
  border: 0;
}

Does that work for you? If not, share a link to your CodePen. As @camelcamper notes, the link you shared goes to a blank project.

1 Like

replace your boundary to border