I am just starting with CSS and was reading about text-align:center; property.
I have a doubt about text-align:center; property. This property center the text inside its parent containing element or inside its box model.
For example:
Код: Выделить всё
XYZ
Код: Выделить всё
p{ text-align:center; } I think it will center the content of p inside its box model and since p takes the whole width of div it will appear that content of p centered inside div.
text-align:center; with anchor tag ?
Код: Выделить всё
[url=#]XYZ[/url] Код: Выделить всё
a{ text-align:center; } Код: Выделить всё
div{ text-align:center; } Источник: https://stackoverflow.com/questions/781 ... anchor-tag
Мобильная версия