@DanielGrecSubmitted over 2 years ago
The images do not show and I don't know why. I will attach a screenshot of the Live Server showing the solution.
*UPDATE: FIXED the img path.
The images do not show and I don't know why. I will attach a screenshot of the Live Server showing the solution.
*UPDATE: FIXED the img path.
Image not loading, try the following:
Check if the path is correct Learn about absoute and relative paths
the problem will be one of above two
Vertical centring was the most difficult thing. However, now learning about flexbox. I will most likely rebuild this project using flexbox in the future.
You can center vertically in multiple ways, you can also use absolute position.
element{ position:absolute; top:50%; left:50%; transform: translate(-50%, -50%); }
Try this :)