<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Bootstrap 5 Blank Starter Template</title> <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous"> <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM" crossorigin="anonymous"></script> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css"> <!-- Font --> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet"> <!-- Root CSS --> <style> </style> <!-- General CSS --> <style> body { font-family: "Poppins","Helvetica Neue",Helvetica,Arial,"Microsoft JhengHei",PingFang HK,PingFang-SC-Regular,PingFang,"Hiragino Sans GB",STHeiti,sans-serif!important; } </style> <!-- Custom CSS --> <style> </style> </head> <body> <div class="container"> <div class="row my-5"> <div class="col-lg-6 text-center"> col-lg-6 </div> <div class="col-lg-6 text-center"> col-lg-6 </div> </div> </div> </body> </html>Related Keywords: Developer, How-to, Solved, Bootstrap, CSS, Template
喜歡這篇文章嗎?
(暫時未有評分)
Loading...
(暫時未有評分)
Loading...