79355416

Date: 2025-01-14 14:59:46
Score: 1
Natty:
Report link

Add some CSS rules AFTER the Bootstrap CSS files:

fieldset{
    border:2px solid navy;
    border-radius:12px;
}
legend {
  float: none;
  width: auto;
  padding: 0 4px;
  font-size:1.1rem;
}

This way the legend is embedded in the top border and the fieldset's border is shown.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Jakester