79677997

Date: 2025-06-24 17:44:35
Score: 1
Natty:
Report link

For the inner-box class add the position styles

.inner-box {
    flex: 1;
    background-color: transparent;
    border-radius: 8px;
    border: 2px solid white;
    position: relative;
    top: -8px;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ravi Chand