# Course: HTML & CSS
# The Daily Dribble Newsletter by Mark
# Code Reviewer: Shant Dashjian
## What You Did Well:
You met the objectives of this project:
1. You followed the design spec.
2. You met the specific requirements:
1. Color
2. Border
3. Image width
4. Link to a new tab
## Suggestions for Improvement:
1. Remove unneeded curly braces in CSS.
2. Remove dev comments in HTML.
3. Rather than using cryptic CSS class names numbered like `p-div1`, you could use more desritive
ones like `main-section`, or better yet, semnatic HTML, like `main` and `footer`.
4. Use shorthand `padding: 10px 20px;` rather than `padding-top: 10px;` etc.
## Conclusion:
You did well meeting the objectives of this project. I hope you found my suggestions useful and I