- Organizing my CSS further by breaking them into separate sheets.
- Learnt to use shortcuts on VS Code.
For this task, I did not come across any significant challenges.
What specific areas of your project would you like help with?I'm unsure of the following and what each does:
- block
- inline-block
.wrapper {
display: block;
}
.wrapper {
display: inline-block;
}