博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
flex水平居中并且高度自适应
阅读量:6516 次
发布时间:2019-06-24

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

水平居中并且高度自适应:

.btnBox {    position: absolute;    bottom: 0;    left: 0;    height: 10%;    box-sizing: border-box;    width: 100%;    border-top: 1px solid #333;    display: flex;    justify-content: center;    align-items: flex-start;}.btnBox a {    border: 1px solid #333;    padding: 8px 16px;    margin: 15px;    border-radius: 5px;    display: inline-block;}

 

转载于:https://www.cnblogs.com/maoriaty/p/8079303.html

你可能感兴趣的文章
Golang 知识点总结
查看>>
JAVA 8 特性
查看>>
算法设计 - LCS 最长公共子序列&&最长公共子串 &&LIS 最长递增子序列
查看>>
WebService之Axis2快速入门(7): Spring与axis整合发布为WebServic
查看>>
Uliweb查看模板调用关系
查看>>
C#与PHP通信压缩
查看>>
关于 Linux
查看>>
图文解析五大外链误区
查看>>
ios开发之导航控制器的原理
查看>>
《Netkiller Blockchain 手札》Hyperledger Fabric Java SDK Demo
查看>>
Linux系统_Centos7下安装Nginx
查看>>
《PHP和MySQL Web 开发》 第12章 MySQL高级管理
查看>>
数据库设计 Step by Step (6) —— 提取业务规则
查看>>
Redis客户端redisson实战
查看>>
连接到 JasperReports Server
查看>>
java处理高并发高负载类网站问题
查看>>
使用C#生成随机密码(纯数字或字母)和随机卡号(数字与字母组合)
查看>>
CAS服务器端集群
查看>>
JAVA Collections框架
查看>>
进制转换
查看>>