All Tracks/applied visual design/
Đang tải...
Hướng dẫn thử thách
1 / 52

Create Visual Balance Using the text-align Property

This section of the curriculum focuses on Applied Visual Design. The first group of challenges build on the given card layout to show a number of core principles. Text is often a large part of web content. CSS has several options for how to align it with the `text-align` property. `text-align: justify;` spaces the text so that each line has equal width. `text-align: center;` centers the text `text-align: right;` right-aligns the text And `text-align: left;` (the default) left-aligns the text. # --instructions-- Align the `h4` tag's text, which says "Google", to the center. Then justify the paragraph tag which contains information about how Google was founded.
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.html
UTF-8 • Tab Size: 2Kiểm tra bài:⌘↵
Test Output
Thử thách này không có bài test tự động. Hãy quan sát kết quả trực tiếp ở khung Preview.