Found it difficult aligning the text under image.
Abhishek Sahu
@Abhishek-Sahu532All comments
- @Bimme2audreySubmitted about 1 year ago@Abhishek-Sahu532Posted about 1 year ago
Hello there π. Congratulations on successfully completing the challenge! π
CSS π¨:
Let me explain, How you can easily center the component for better layout To properly center the component on the page, you should use Flexbox or Grid layout. You can read more about centering the itemπ. For this demonstration we use css Grid to center the component
body { min-height: 100vh; display: grid; place-items: center; }
Give some border-radius to the outer div. Adjust some padding to center align the image
I hope you find this helpful π Above all, the solution you submitted is great !
If you find this comment helpful Please tick - 'MARK AS HELPFUL'.
Marked as helpful0 - @RahulRSoniSubmitted about 1 year ago@Abhishek-Sahu532Posted about 1 year ago
Hello there π. Congratulations on going to completing the challenge! π
The desktop layout still not looks completed. You need to spend more time to capturing the actual pixels to get the look of the page in the design folder.
My feedback is for you to work on the CSS part, Some days earlier I completed the project, so you can check the solution to get an idea and write it on your own.
I hope you find this helpful π Above all, the solution you submitted is great!
Happy coding!
Marked as helpful1 - @AhmarIftikhar123Submitted about 1 year ago
Please! gave feedback how to make a responsive web page.
@Abhishek-Sahu532Posted about 1 year agoHello there π. Congratulations on going to completing the challenge! π
The desktop layout still not looks completed. You need to spend more time to capturing the actual pixels to get the look of the page in the design folder.
My feedback is for you to work on the CSS part, Some days earlier I completed the project, so you can check the solution to get an idea and write it on your own.
I hope you find this helpful π Above all, the solution you submitted is great!
Happy coding!
1 - @SUJALMUSubmitted over 1 year ago@Abhishek-Sahu532Posted over 1 year ago
The project is not completed yet. You need to look work on the CSS part, also the image is not shown on the page.
1 - @bh611627Submitted over 1 year ago@Abhishek-Sahu532Posted over 1 year ago
In the task, the ratio of text content and the image part are 50:50. Update the image then that looks goods.
1 - @AbhaySinghRathoreSubmitted over 1 year ago@Abhishek-Sahu532Posted over 1 year ago
The project is not finished fully. In the responsive part, the image is not showing correctly. Also, update the custom README as well. This will help to update the GitHub profile.
1