html-回应式排版设计 打 CAll第6天
时间:2021-04-20 15:42:04
收藏:0
阅读:0
Meta 表示变化
name 名字
viewport 视口
centent 内容
device 配置
scale 比例&范围
Maximum 最大比例&范围&限度
screen 屏幕
手机兼容性适配
@media screen and (max-width:600px) {
.content{width: 100%;}
}
评论(0)