@rlboogeySubmitted 9 months ago
Please provide feedback on my code
Please provide feedback on my code
Hi, I have some advices to you
You could add the box shadow to your main container, the box shadow property could be like box-shadow: 10px 10px 1px black;
Take into account to add the author profile picture and the name.
For your published label, could you remove the bold style and set an smaller font size.
Other thing, I was reviewing your code and you use a div for every section, you could use the elements tagged like main, footer, article and so on, to have a better structure in your web design.
Instead of use font-family for every element you need, you could set font family in your either body, html or * in your style.css file.