一级导航栏

<style type="text/css">
    * {
      margin0;
      padding0;
    }

    ul {
      list-stylenone;
    }

    li {
      margin10px;
      floatleft;
      color#f40;
      font-weightbolder;
      font-size14px;
      height25px;
      line-height25px;
      padding0 5px;
    }

    li:hover {
      background-color#f40;
      colorwhite;
      border-radius50%;
    }
  </style>
<ul>
    <li>天猫</li>
    <li>聚划算</li>
    <li>天猫超市</li>
  </ul>
posted @ 2019-10-31 20:07  一枚前端小白  阅读(354)  评论(0)    收藏  举报