Hello Guys,
Hope you are doing well. I made lots of mistake specially in responsive design so if you able to suggest or improve my coding. It will be helpful
Thank you in advance
Hello Guys,
Hope you are doing well. I made lots of mistake specially in responsive design so if you able to suggest or improve my coding. It will be helpful
Thank you in advance
Congratulations on finishing up this project. As I have seen your code, I can give a small recommendations that might help you consider few things.
Good luck and happy coding.
this simple card made using html css please give me your feedback to improve myself and thanks
Congratulations on finishing up this project. As I have seen your code, it seems you might have missed the hover effects. There are many ways of creating it, but I can recommend that might help you in getting started. In order to make a hover effect on the main image, try creating overlay element with specific sizes, set it's position to absolute, and set parent container as a relative so it can be positioned perfectly under main image, than set its opacity to 0 until hovered. Also, there are icons missing from your project or not displaying properly. Assests are provided in starter files in images folder. Do not forget to set Jules Wyvern as a link and create hover effect on that also.
Good luck and happy coding.
Congratulations on finishing up this challenge. As I have seen your code, you might already have thought regarding background image positioned correctly. Instead try setting up positions in percentages to make it fully responsive on specific height: e.g. try background-position: 100% 43%;
Also you should always use relative units like %, EM, and REM that are better suited to responsive design and also help meet accessibility standards. Relative units scale better on different devices because they can scale up and down according to another element's size.
Good luck and happy coding.
Congrats on finishing up this challenge. As I have seen your code, I have small recommendations you might want to consider.
Good luck and happy coding. :-)
Congrats finishing up this challenge. Small recommendation you might want to consider.
display: flex; justify-content: center; align-items: center;
Congrats finishing up your first challenge. I have small recommendations that might help you set things up properly.
display: flex, justify-content: center, align-items: center;
on your .template container.Good luck and happy coding :)
This is a revised solution with the background image and color fixed
Congrats on finishing up this challenge. I have small recommendations that might help you.
background-size
property with percentage values to keep the width and height on different screen sizes. Try background-size: 100% 43%;
MDN background-size.I didn't find anything difficult. This was a first project to get familiar with the submission process on Frontend Mentor.
Well done finishing up this challenge. Talking in general, you should be using relative units like "rem" instead of "px" for responsive layout designs.