11 Star 37 Fork 20

Baryy / You-need-to-know-css

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
fluid-fixed.md 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
LHammer 提交于 2018-03-19 09:17 . :art:amend iframe

全背景下等宽内容居中

?> 背景知识::point_right: calc()

将元素左右padding设置为父元素宽度的50%减去等宽内容的一半即可,无需设置width~

<script v-pre type="text/x-template" id="fluidFixed"> <style> main{ width: 100%; } h2.title { color: white; margin-top: 1em; margin-bottom: 1em; } header{ background: #b4a078; color: white; } footer{ background: rgba(180,160,120,.05); } .main > header, .main > section, .main > footer{ padding: .1em calc(50% - 329px); text-align: justify; hyphens: auto; } </style>

You-need-to-know-css-tricks

A paragraph of filler text. La la la de dah de dah de dah de la.A paragraph of filler text. La la la de dah de dah de dah de la.A paragraph of filler text. La la la de dah de dah de dah de la.A paragraph of filler text. La la la de dah de dah de dah de la.A paragraph of filler text. La la la de dah de dah de dah de la.A paragraph of filler text. La la la de dah de dah de dah de la.

© 2018 LHammer

CSS Tricks need to know for web developer.

<script> </script> </script>

浏览器支持

<iframe src="https://caniuse.bitsofco.de/embed/index.html?feat=calc&periods=future_1,current,past_1,past_2,past_3&accessible-colours=false" frameborder="0" width="100%" height="436px"></iframe>
CSS
1
https://gitee.com/lhammer/You-need-to-know-css.git
git@gitee.com:lhammer/You-need-to-know-css.git
lhammer
You-need-to-know-css
You-need-to-know-css
master

搜索帮助