In the first of many Nettuts+ quizzes, you’ll be able to test your knowledge by solving some nefarious questions. But don’t worry, we’re starting today by asking you some extremely beginner level CSS questions. Get crackin’ after the jump!
What’s the effective width of the container?
#container {width: 100px; padding: 10px; margin: 20px;}
#container {width: 100px; padding: 10px; margin: 20px;}
span { font-size: 12px; padding: 2px; color: #fff; display: inline;}
In the rule above, which of the declarations is irrelevant?
#1
Please select an option