Lukasz Busk - BEM#58
Conversation
kiachoi
left a comment
There was a problem hiding this comment.
You did a very nice job on this project Lukasz! You should be proud. 💯 I am always so impressed by how much dedication you put into understanding what you are coding! Thank you for always bringing in jokes to our group meetings and the honest feedback!
| </p> | ||
| </div> | ||
| <div class="boxes__rightBox"> | ||
| <h3 class="rightBox__headline">Placeholder</h3> |
There was a problem hiding this comment.
You can also write this another way as boxes__rightBox--headline. This is just for organization. The standard is that if you are going to nest it will look something like item1__item2--item3. The reason why I would recommend you adding the boxes to the front is for clarification when you do your CSS or DOM. You will be able to clearly see where that rightBox__headline is from!
| @@ -0,0 +1,17 @@ | |||
| let dropdown = document.querySelector(".header__dropdown"); | |||
|
|
|||
| class Dropdown { | |||
There was a problem hiding this comment.
Nice job on this dropdown! I hope Dan's solution along with the lecture helped you understand this part. Although dropdown itself is not so important, it is a neat thing to know.
No description provided.