美文网首页
垂直居中

垂直居中

作者: 仁安天下 | 来源:发表于2019-10-13 01:08 被阅读0次

    vertical-align: middle;要求两个div的display 为inline或inline-block
    若想快速垂直居中,有如下办法:

    <div class="qcloud_info"
         style="margin-bottom: 10px; justify-content: center;display: flex;-webkit-align-items: center;">
    <span>脚本内容:</span>
        <textarea class="import_sql" style="width: 90%;height: 90px"></textarea>
    </div>
    
    
    

    相关文章

      网友评论

          本文标题:垂直居中

          本文链接:https://www.haomeiwen.com/subject/mfqhmctx.html