<style> .sty1 { width: 300px; height: 200px; background-color: black; text-align: center; color: white; font-size: 30px; margin: 20px auto; } .sty2 { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; } </style> <body> <div class="sty1 sty2"> this is title </div> </body>
效果: