I am not sure if it's a doc bug from MDN but right now CSS text-align lists center along with left and right as "Deprecated" and "Nonstandard".
I know left and right should be replaced with start and end but what about center? I have try searching the web and SO but cannot find any info regarding deprecation of text-align: center. How should I center texts now?
I am not sure if it's a doc bug from MDN but right now CSS text-align lists center along with left and right as "Deprecated" and "Nonstandard".
[img]https://i.stack.imgur.com/frdsF.png[/img]
[img]https://i.stack.imgur.com/0jVfE.png[/img]
I know left and right should be replaced with start and end but what about center? I have try searching the web and SO but cannot find any info regarding deprecation of text-align: center. How should I center texts now?
Вопреки спецификации, CSS Установка Text-Align: Center игнорируется Qlabel (другие настройки, такие как font-size и color , уважаются).
Это известная ошибка?
Есть ли трудоем?
Вопреки спецификации, CSS Установка Text-Align: Center игнорируется Qlabel (другие настройки, такие как font-size и color , уважаются).
Это известная ошибка?
Есть ли трудоем?
Я пытаюсь выровнять индикаторы-карусели по центру экрана, но text-align:center ничего не делает с положением индикатора. Все остальное работает отлично. Есть идеи, почему? Спасибо.