Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS Animating SVG with CSS Keyframe and Line Drawing Animations Finishing the Animation Sequence

Abhishek Bhardwaj
Abhishek Bhardwaj
3,316 Points

change text position in svg

I made a svg having a text with it . onmy system it is fine but if i increase or descrease the resolution svg become smaller or bigger . To keep the svg size constant i add some media queries through which its looking fine on all the resolution, but there is problem with text i'm not able to apply media queries on text because it having attribute (X & Y ) for positioning. Please give a solution to position the svg text on different-different resolutions.