From b6ebc83c11071b90995b15721286b2bd38e50905 Mon Sep 17 00:00:00 2001 From: Kayode <61902277+zt4ff@users.noreply.github.com> Date: Tue, 5 Jul 2022 18:11:52 +0000 Subject: [PATCH] update dynamic-css typo users can only see two boxes (the id box and the password box), not three. --- Projects/1-Beginner/Dynamic-CSSVar-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/1-Beginner/Dynamic-CSSVar-app.md b/Projects/1-Beginner/Dynamic-CSSVar-app.md index dc697b48..232e91b2 100644 --- a/Projects/1-Beginner/Dynamic-CSSVar-app.md +++ b/Projects/1-Beginner/Dynamic-CSSVar-app.md @@ -17,7 +17,7 @@ changing them from within the app. ## User Stories -- [ ] User can see three two boxes to be used to enter a User ID and Password +- [ ] User can see two boxes to be used to enter a User ID and Password along with 'Cancel' and 'Login' buttons underneath them. The default background color of the text boxes is white. - [ ] User can enter a user id and password into the text boxes.