Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Simple SVG Question Reply To: Simple SVG Question

#157612
e6z6a6z
Participant

why dont you try styling it with
` h3:before{
content:url(image.jpg);
}
or

h3:before{
content:”;
height: /****same as h3’s height*****/
width:/*****whatever you want******/
}
`