You are on page 1of 4

Tạo 3 ô vuông xanh, đỏ, vàng

Height : 100px

Weight : 100px

(hint : Display : inline-block)

Sắp xếp lại (bài tập relative):

Chuyển thành :

Code : https://codepen.io/thanhhoacan/pen/zYRrMoe?editors=1100
Bài tập absolute : 3 ô vuông màu, 100px

Đỏ : absolute

Xanh, vàng : relative

Div có class = “container”,

H = 300px ,

W = 300px,

Sắp xếp thành :


Code : https://codepen.io/thanhhoacan/pen/LYQGXeE?editors=1100

Bài tập tổng hợp :

Tạo 3 ô vuông xanh, đỏ, vàng

Height : 100px

Weight : 100px

Xanh : relative

Vàng : absolute

Đỏ : fixed
Red di chuyển xuống vẫn đứng cố định :

Code : https://codepen.io/thanhhoacan/pen/rNJxQjQ

You might also like