html css 基础( 制作仿淘宝的菜单栏)

Menu Demo *{ margin:0; padding: 0; } ul{ list-style: none; } li{ float: left; margin: 10px; color: #f40; font-weight: bold; font-size: 14px; height: 25px; line-height: 25px; padding: 0 5px; } li:hover{ border-radius: 15px; background-color: #f40; color: #fff; }
  • 天猫
  • 聚划算
  • 天猫超市

【html css 基础( 制作仿淘宝的菜单栏)】

    推荐阅读