BEGINNER HTML CSS SEMANTIC

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 :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ChamuMutezva
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 helpful - @aya-94
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 helpful
Join 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