网页图片布局
摘要:网页布局 -图片展示 0. item在网页内布局 .container { display: grid; grid-template-columns: auto auto auto auto; gap: 20px; } 采用网格布局。网格属性设置为四个等宽的列,列之间,行之间间隔20PX 1.图片内
阅读全文
posted @ 2023-04-12 23:55
posted @ 2023-04-12 23:55