博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
块级元素在不确定宽度情况如何使其居中
阅读量:5918 次
发布时间:2019-06-19

本文共 835 字,大约阅读时间需要 2 分钟。

要求:将下面的三行分页水平居中。

*{
margin: 0; padding: 0;}ul{
list-style: none;}.wrap{
width: 500px; height: 100px; background: #000;}.test{
padding-top: 10px; float: left; clear: both; position: relative; left: 50%;}.test li{
float: left; margin-right: 5px; position: relative; left: -50%;}.test li a{
float: left; text-decoration: none; width: 20px; text-align: center; line-height: 20px; height: 20px; background: #fff;}

 

转载于:https://www.cnblogs.com/eaysun/p/3678492.html

你可能感兴趣的文章
CentOS6.8 安装 RabbitMQ
查看>>
HT图形组件设计之道(三)
查看>>
git directory structure
查看>>
数据库整理用到的
查看>>
Hadoop2 namenode 联邦 实验
查看>>
网站访问出现 ------ Can not write to cache files, please check directory ./cache/ .
查看>>
dubbo 资料
查看>>
Maven web 2.3转到3.0
查看>>
java对象序列化
查看>>
安装Python管理包pip,并利用pip安装 scrapy框架
查看>>
Jquery ui 和 jquery tools 这两个库能同时使用吗?
查看>>
关闭窗口(window.close)
查看>>
(转) windows下面安装Python3.6和pip终极教程
查看>>
ffmpeg安装ERROR: cuvid requested, but not all dependencies are satisfied: ffnvcodec
查看>>
沸点在百度
查看>>
java反射机制
查看>>
CentOS下nginx一键安装shell脚本
查看>>
[Node.js]node中的require到底是怎样工作的
查看>>
Cyber Physics System
查看>>
I Don't Know
查看>>