Brent Clark
New Member
Hi. I want to ask about resize image. I use image by before pseudo
h2::before {
content: url("image.png")
}
But the image is bigger than its parent div tag. And if i use the
overflow:auto;
then a scrollbar appears
I tried resize image by using width and height but nothing happens.
h2::before {
content: url("image.png")
}
But the image is bigger than its parent div tag. And if i use the
overflow:auto;
then a scrollbar appears
I tried resize image by using width and height but nothing happens.