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?