You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: curriculum/challenges/english/25-front-end-development/lab-confidential-email-page/66bba6fff611169359d9d36a.md
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,8 @@ Fulfill the user stories below and get all the tests to pass to complete the lab
18
18
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.
19
19
1. Your `#confidential` and `#top-secret` elements should have a `display` of `inline-block`.
20
20
1. Your `#confidential` and `#top-secret` elements should have a `padding`, a left margin, and a `border`.
21
+
1. The `#confidential` element should have the text `CONFIDENTIAL`.
22
+
1. The `#top-secret` element should have the text `TOP SECRET`.
21
23
1. Your `#confidential` and `#top-secret` elements should be rotated using a CSS transform.
22
24
1. You should have at least three paragraph elements within your `#email` element.
23
25
1. You should have at least three `span` elements with a class of `blurred`, within your paragraph elements.
@@ -129,6 +131,18 @@ Your `#top-secret` element should have a `border`.
0 commit comments