Start with Python

This commit is contained in:
Kenneth Mendonca
2015-07-22 16:44:07 -04:00
parent 94031a251f
commit 57cb3981a0
100 changed files with 2085 additions and 0 deletions

View File

@ -0,0 +1,22 @@
Dev Tools Stack Overflow
=========================
###Dev Tools DOM Mining
Go to this [Stack Overflow question](http://stackoverflow.com/questions/9953482/how-to-make-a-pure-css-based-dropdown-menu)
Answer the following questions:
1. What is the class and id of each button on the nav bar?
2. What is the class of the div that holds the question title?
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?
5. Why might some of the ids for questions and answers have long seemingly random numbers inside?
###Bonus!
Follow the question and answer flow in the link, and build your own CSS drop down menu!!