After finishing my first tribute page (whick I don’t know if we could really call it a tribute page since it’s about chips) I was wondering if somebody could give me a little feedback on it. Being a beginner, there might be better/more efficient ways to structure the code ?
Just one tip could be great if you notice something weird or to improve.
I like this and think it looks pretty good and it’s very creative. The only thing I would change is the margin on the .container div. I would do this:
margin: 0 auto;
This will center your .container div horizontally and still leave the 0px margins on the top and bottom.
Thank you very much for your feedbacks, I’m going to improve my code with your advices that’s so nice !
I effectively see some contradicting CSS, the editor that can analyse my code is very useful ! I’m going to read more about the fonctionnalities of CodePen as I should have done at the begining.
It looks way better with the new margin values, it’s great !