I have a single html file like this and the p tag in my browser go out of body
Body{
Width: 100%;
Height: 100vh;
}
P{
Width: 100%;
Padding: 10px 150px
}
this padding 150px go outside body.
P
i will put an image later
Someone can explain why this appends```