<!DOCTYPE html> <html> <head> <Meta charset="utf-8"> <title>弹性盒子15</title> <link href="css/font-awesome.min.css" rel="stylesheet" /> <style> *{ margin: 0; padding: 0; } li{ list-style: none; text-align: center; } a{ text-decoration: none; color: #000; } ul{ width: 100%; height: 50px; background: #f4f4f4; display: flex; display: -webkit-flex; align-items: center; justify-content: space-around; } </style> </head> <body> <ul> <li><a href=""><span>首页</span></a></li> <li><a href=""><span>发现</span></a></li> <li><a href=""><span>分类</span></a></li> <li><a href=""><span>购物车</span></a></li> <li><a href=""><span>我的</span></a></li> </ul> </body> </html>
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。