Css 居中

參考:https://www.cnblogs.com/yugege/p/5246652.html  

.content {
            /*width: 300px;
            height: 300px;*/
            /*background: orange;*/
            margin: 0 auto; /*水平居中*/
            position: relative;
            top: 20%; /*偏移*/
            transform: translateY(-10%);
        }

 

 <div style="margin-top:50px;">
                      
                        <%--<div class="content">23  <asp:TextBox ID="TextBox1"  TextMode="MultiLine" Rows="2" Columns="20" runat="server" Width="60%"></asp:TextBox></div>--%>
                        <div style="height:100px;">
                        <div class="content" style="float:left">存在問題彙總分析:</div>
                            <div class="content1" style="float:left">

                             <asp:TextBox ID="txtBox1" TextMode="MultiLine" Rows="3" Columns="30" runat="server" Width="90%"></asp:TextBox>
                        </div>

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章