Background Image
Erfan
@ERFAN-REVENANTAll comments
- @Kavya14SSubmitted 4 months agoWhat specific areas of your project would you like help with?@ERFAN-REVENANTPosted 4 months ago
for the background image you can just give the images absolute position and align them with every direction you like for example: top{ position: absolute; top: -1%; right: 10% }
for the other parts like the title you can give them a width so it shows in a specific way and you may wanna take a look at your font families too.
hope it was helpful!
0 - @MemoBiomySubmitted 4 months ago@ERFAN-REVENANTPosted 4 months ago
Hey Dan P.- great job on finishing this project. If I had to recommend anything here, I would suggest you would use the following to center your div to the middle of the page:
body { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
0 - @DanielfwwSubmitted 6 months agoWhat are you most proud of, and what would you do differently next time?
That I didn't give up on this project, thanks @Pipendog for your help.
What challenges did you encounter, and how did you overcome them?I added too many br's in my html, it was messing up my whole container. I rushed this project in the end, while I should have been making sure that I make less mistakes - I will try to focus more on reviewing my stuff before I ask other people for help.
What specific areas of your project would you like help with?None but any advice or suggestions are much appreciated.
@ERFAN-REVENANTPosted 4 months agoHey Dan P.- great job on finishing this project. If I had to recommend anything here, I would suggest you would use the following to center your div to the middle of the page:
body { min-height: 100vh; display: flex; justify-content: center; align-items: center; }
0