HTML + CSS for beginners
Training StepZero is front-end template for practicing basic HTML + CSS topic listed in front-end-handbook.
Please follow those guides below for the best result:
- Clone the git repo —
https://github.com/rezo-labs/training-step-zero
- Install dependencies:
npm install
- Now you can start the project:
npm run start
. Everytime you make changes inhtml
andcss
file the project will automatically recompile so you don't need to reload the browser manually.
- Bạn chỉ việc tạo riêng file
html
để làm. Ví dụ khi làm button bạn có thể tạo filebutton.html
sau đó chỉ việc vôlocalhost:3000/button.html
là sẽ thấy kết quả.
2. File bài tập chỉ có hình ảnh mô tả thì làm sao tui biết được mã màu rồi animation rồi hover như thế nào?
- Đây là bài tập luyện tập kĩ năng
CSS
vàHTML
nên bạn có thể thoả sức sáng tạo. Tuy nhiên phải làm tối thiểu giống như hình vẽ. Không được bỏ qua những chi tiết dù là nhỏ nhất. Sau đó mới sáng tạo thêm cho ngầu.