四宫格div
Posted equilibrium
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了四宫格div相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> .main01 div{ float: left; margin-top: 10px; margin-left: 10px; line-height: 190px; text-align: center; background-color: #DCDCDC; color:red; width: 185px; height: 11.5625rem; opacity: 0.5; /* display:table-cell; vertical-align: middle; word-break: break-word; text-align: center; */ } .main01{ background-color: #000000; width: 400px; height: 400px; margin: 0 auto; /* border: 0px solid #000000; */ } </style> </head> <body> <div class="main01"> <div class="a">1</div> <div class="a">2</div> <div class="a">3</div> <div class="a">4</div> </div> </body> </html>
以上是关于四宫格div的主要内容,如果未能解决你的问题,请参考以下文章
Java原来可以这么玩!CV视频合成处理,制作2宫格4宫格多宫格的视频