如何在引导程序中居中对齐“可预滚动”类?

时间:2018-12-27 00:30:01

标签: html css

我正在尝试将可预滚动的div类居中,但它一直向左拉。

我尝试了文本中心课程

    <TextView
    android:text="Placeholder 101"
    android:textSize="25sp"
    android:background="#F44336"
    android:layout_columnSpan="1"
    android:layout_columnWeight="1"
    android:layout_rowWeight="1"
    android:layout_rowSpan="1"
    android:textDirection="?android:attr/windowTransitionBackgroundFadeDuration"
    android:id="@+id/textViewx1"
    android:rotation="90" />

我也尝试过使用CSS定位它

<div class="border pre-scrollable text-center" id='therapist-display'>

但是什么都没做。

1 个答案:

答案 0 :(得分:0)

如果您要查找的话,添加awakeFromNib()中心将使给定的div对齐。 https://jsfiddle.net/8Lcae7nb/