+ 2
how can i move svg image to the left corner?
I want to know, how to move image in svg to the left corner of the browser, so as to serve as logo?
1 Odpowiedź
0
Use the x and y attribuites in the <svg> tag.
Then (using CSS) you can put in into a background and use background-attachment: fixed or background-attachment: scroll to make it act how you want.