Latest comments
- @Jetyun@r2yo
hi Jetyun, good work! I had the same problem I manage to fix by adding position absolute to my svg and working on % to fix it,
- @kkulek@r2yo
hi Kulek, good work!
the problem is you add a image as background-image in the body , that means it will stretch with body's width, my solution is you can add an img tag inside the body but not in your container then add these styles into your img tag:
display: block; position: absolute; z-index: -1; top: 0; width: 100%;
Marked as helpful - @SindhujaBandaru@r2yo
your repository doesn't have an images folder on it so your code can't find the photo you can use the method "add file -> upload file" on GitHub and then drag the images folder into it "not checkmark it"
but my suggestion is you learn to work with git commands and use this link as a reference
https://git-scm.com/book/en/v2/Git-Basics-Getting-a-Git-Repository
Marked as helpful - @satyammjha@r2yo<div id="productimage"> is not closed properly and it would help if you considered using the flexbox or grid method to align your image and text it's the basic way I usually useMarked as helpful