All Tracks/lab confidential email page/
Đang tải...
Hướng dẫn thử thách
1 / 1

Build a Confidential Email Page

**Objective:** Fulfill the user stories below and get all the tests to pass to complete the lab. **User Stories:** 1. You should have a `main` element with an `id` of `email`. 1. Your `#email` element should have `padding` of `50px`, a top margin of `50px`, a `width` of `500px`, and a `border` that's `2px`. 1. The total width of your `#email` element, including paddings and borders, should be `500px`. 1. You should have two `div` elements, one with an id of `confidential` and the other with an id of `top-secret`, within your `#email` element. 1. Your `#confidential` and `#top-secret` elements should have a `display` of `inline-block`. 1. Your `#confidential` and `#top-secret` elements should have a `padding`, a left margin, and a `border`. 1. The `#confidential` element should have the text `CONFIDENTIAL`. 1. The `#top-secret` element should have the text `TOP SECRET`. 1. Your `#confidential` and `#top-secret` elements should be rotated using a CSS transform. 1. You should have at least three paragraph elements within your `#email` element. 1. You should have at least three `span` elements with a class of `blurred`, within your paragraph elements. 1. You should have a `blurred` selector that blurs the element `3px` using a CSS filter.
Vượt qua bài kiểm tra hiện tại để mở khóa bài tiếp theo.
main.sh
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.