Is it possible to use "%". Like i want to draw my circle always in the center of my browser page. Regardless the screen size? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Is it possible to use "%". Like i want to draw my circle always in the center of my browser page. Regardless the screen size?

3rd Apr 2018, 8:13 AM
Lucas
Lucas - avatar
2 Answers
+ 2
the put your elements in the center you can use the align attribute. if your element doesn't have that attribute, but it inside a sectioning element like "div" and set it's align attribute to "center".
3rd Apr 2018, 8:25 AM
storm
storm - avatar
0
ok thanks :)
3rd Apr 2018, 8:26 AM
Lucas
Lucas - avatar