Design comparison
Solution retrospective
I'M NOT SURE IF THIS IS CORRECT THIS IS MY 6TH DAY OF CODING.
PLEASE HELP ME OUT IF THERE'S SOMETHING TO IMPROVE JUST LET ME KNOW AND SMASH THE COMMENT BUTTON :)
Community feedback
- @ChamuMutezvaPosted over 2 years ago
Greetings. I have viewed your project and would recommend doing the project again without bootstrap, you really need to understand the basics of css before you even think about using a framework - why that is important is because there is need to understand what the bootstrap is doing and be able to debug it . Using a framework at the beginning of your learning journey will complicate your learning - in this case bootstrap is just css which was compiled by others and can be overwhelming to understand. Do not hesitate to use the Slack channel to get feedback when you are stuck and i would encourage to provide links(github and deployed version) in addition to a brief detailed explanation of the issues you will be facing.
Consider using semantic html where possible ahead of elements such as divs. Some elements that you should consider may include
main, header, footer, nav, heading elements
. All the bestMarked as helpful0@dumpdope1Posted over 2 years ago@ChamuMutezva thank mate I will make a new project and will repost it shortly
0 - @aya-94Posted over 2 years ago
Hi Rudolf! good job on your project! for the barcode image use
object-fit: cover;
in order to centre your box you can easily use flexbox on the body with this code:
display: flex; align-items: center; justify-content: center;
I'd recommend you to practice some flexbox and then try another project, good luck!
Marked as helpful0@dumpdope1Posted over 2 years ago@aya-94 This is what im looking for. Will do and thank a lot with this helpful tip :)
1
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord