Example 1: grid-template-areas css #page { display: grid; width: 100%; height: 250px; grid-template-areas: "head head" "nav main" "nav foot"; ...
確定! 回上一頁