79770104

Date: 2025-09-20 05:21:23
Score: 1
Natty:
Report link

he issue occurs because display: inline doesn’t allow controlling width or height, which causes the background to appear incorrectly. To fix this, use display: inline-block or display: block.

![](https:enter image description here//i.sstatic.net/DaG01qC4.png)

thes code iam using to achev this result

    display: inline-block;
    background-color: red;
    border-radius: 18px;
    padding: 10px;
    width: 230px;
Reasons:
  • Blacklisted phrase (1): enter image description here
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Omar Abdulmoried