meomeoconmeo
06-12-2017, 07:45 AM
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
autoflow: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
autoflow:auto;
then a scrollbar appears . I tried resize image by using width and height but nothing happens.