html中css样式的应用
浙光中学 2023-12-19

<style type="text/css">

      body{background:#E6E6E6;}

      .banner img{display:block;width:100%;height:50%;object-fit:cover;}

      .title{margin:20px;text-align:center;}

      .title h1{font-size:50px;}

      .title h2{font-size:28px;}

      .text{width:1000px;margin:auto;background:#CCCCCC;padding:20px;border-radius:3px;}

      .text p{font-size:15px;line-height:1.4}

     </style>