Tips please
Sebastian Frampton
@sebframptonAll comments
- @EdEddAEddySubmitted over 1 year ago@sebframptonPosted over 1 year ago
Hi Edevando,
Really good design. I like the arrow animation.
So, with the responsive.css were you have @media screen and (max-width: 1439px) and @media screen and (min-width: 1440px) which works mobile friendly which is great! but it is too wide in px length so it is showing mobile view. It really should be the desktop version.
Change it to a more lower pixel 1024×768px instead of 1440px on both of them.
I noticed to that your desktop logo isn't popping to the left of the content.
Add some margin to your boxImgDesktop #exampleBoxImage { margin-left: -13px; margin-bottom: 13px; }
Hope this helps =)
Thanks for sharing
Marked as helpful1 - @ArtyracSubmitted almost 2 years ago
I see the problem with the middle block. Height isn't the same in compare to another 2. 've tried to fix it but without effect. Also I don't know if I used the correct way for responsive design. First time I've used @media
@sebframptonPosted almost 2 years agoHey there =)
Looks really good, just need probably to give each car a class for their button individually so when you hover over the button it changes to the same background color or you can remove the button hover and use your Id tag for the buttons in your css to use the hover effect.
buttonClass:hover{
}
id:hover{
}
Hope this helps =)
0