Can we change the position of whole "svg" frame.. Because i tried to align it to the center but that didn't worked. PLEASE HELP | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Can we change the position of whole "svg" frame.. Because i tried to align it to the center but that didn't worked. PLEASE HELP

27th Mar 2019, 5:33 PM
Anansh Nawang
Anansh Nawang - avatar
3 Answers
+ 2
You should be able to position it using css and relative/absolute positiong. For example: <svg style=“ position: relative; top: 100px;”> </svg>
27th Mar 2019, 5:51 PM
Hasan Oktay
+ 1
Good suggestion
29th Jun 2019, 7:01 AM
IBEAWUCHI SUCCESS AGWARA
IBEAWUCHI SUCCESS AGWARA - avatar
0
Thanks, I should try CSS on it..
27th Mar 2019, 5:52 PM
Anansh Nawang
Anansh Nawang - avatar