The dice image is not loading on the live site. What should I do?
Luca
@DeveloperLucaJAll comments
- @Amrita-webdevSubmitted over 2 years ago@DeveloperLucaJPosted over 2 years ago
Hello Amrita The dice image is not loading because you forget to add it to your github repository. If you upload it make sure to change the path in your index.html file. Have fun coding
Marked as helpful0 - @MuhammedIrshath49Submitted over 2 years ago
Update: Pls help me on how to improve my webpage. I've used Bootstrap since that's my go-to thought-process
@DeveloperLucaJPosted over 2 years agoHello Muhammed you should not use absolute Units like rem or px. Rather use relative units like vh, vw, vmin or vmax. This will make your page look good on any screen size. Additionally you should remove your inline styles (width on card class) if you have an extra stylesheet. Good luck on your journey
0 - @ilhanhakan-kocSubmitted over 2 years ago
I had issues with the social icons. It was difficult for me to place them correctly. So I just gave it a absolute position and placed them manually. Any kind of tips and comments are appreciated.
@DeveloperLucaJPosted over 2 years agoLooks good! Just nest your icons in a div and position the div using grid or flexbox on the parent element. If you like you could add margin, too.
Marked as helpful1