基本的CSS Grid例子中使用的html;给需要创造grid的div赋予class name “container” ... .container { height: 100%; display: grid; grid-gap: 3px; ...
確定! 回上一頁