เรียนรู้ CSS FlexBox ผ่านเกม Tower Defense
(flexboxdefense.com)<p>- เกมที่ให้วางตำแหน่งป้อมด้วย CSS เพื่อป้องกันศัตรูที่บุกเข้ามา<br />
- มีทั้งหมด 12 Wave<br />
- ฝึกเรียนรู้ค่าคุณสมบัติต่าง ๆ ของ `display: flex`<br />
→ `justify-content` : `flex-start`, `flex-end`, `center`, `space-between`, `space-around` <br />
→ `align-items` & `align-self` <br />
→ `flex-direction` : `row`, `row-reverse`, `column`, `column-reverse`<br />
</p>
1 ความคิดเห็น