I really struggled with positioning, any feedback tips or advice anyone could give would be greatly appreciated. I think I have things how I would like it for the defined screen sizes within the README, however any other screen size my background images do drift.
Background:
SCSS > line 26 background-repeat: no-repeat, no-repeat; you have to put 2 values because there are 2 images in your background.
Card:
Yep I have the same border-radius problem, I use it and then repeat the process for top and bottom... but the solution was very simple
.card { border-radius: $border-radius; overflow: hidden; }
that's it, forget the border-top-right-radius , border-top-left-radius, etc.
Things I'd recommend:
Learn about BEM (Block element modifier) methology, that can help you in differents ways like create reusable components and create your own css framework.
Oh hi again 😃 thank you so much for your time, your feedback is very helpful for me, I'm taking your tips very serious and I'm doing new online courses about front end
Hi Victor.
The site is really good and very close to the original design also if you would like to improve your skills you can add a smooth transition for a better :hover effect and add media queries.