From bdb9274c69397ea741b51d8855b520a768093eb1 Mon Sep 17 00:00:00 2001 From: Armen Vartan Date: Mon, 1 Dec 2014 13:44:18 -0500 Subject: [PATCH] front end 5 --- front-end/5-stack-overflow-drop-down/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front-end/5-stack-overflow-drop-down/README.md b/front-end/5-stack-overflow-drop-down/README.md index 36fa494..3c41b9a 100644 --- a/front-end/5-stack-overflow-drop-down/README.md +++ b/front-end/5-stack-overflow-drop-down/README.md @@ -5,7 +5,7 @@ Dev Tools Stack Overflow Go to this [Stack Overflow question](http://stackoverflow.com/questions/9953482/how-to-make-a-pure-css-based-dropdown-menu) -Write the answers to the following questions in questions.md: +Answer the following questions: 1. What is the class and id of each button on the nav bar? @@ -13,7 +13,7 @@ Write the answers to the following questions in questions.md: 3. What is the class of the first div inside the question div, that adds a bottom margin of 8em? How often does this div appear on the page? -4. What is the class of the sidebar? +4. What is the class of the sidebar? 5. Why might some of the ids for questions and answers have long seemingly random numbers inside?