一个扁平化的H5按钮



 
 
 
  >
   

     

         
  • 登录

  •      

         


      #setting ul li a {
      display: block;
      float: left;
      height: 50px;
      background: #3498db;
      text-align: center;
      padding: 30px 40px 0 40px;
      position: relative;
      margin: 0 10px 0 0; 

      border-radius:5px;//圆角矩形属性
      font-size: 20px;
      text-decoration: none;
      color: #fff;
      }


      #setting ul li a:hover
      {
      background: #fa5ba5;
      }

你可能感兴趣的:(HTML)