Getting the exact sizes and margins of the project were difficult, but I managed to do so somehow. The font size for the bold text was a problem as well, as it was not mentioned in README.md file. However it was a easy and fun project.
Shahed Ahmed Utsho
@BishalAhmedAll comments
- @hassanaumanSubmitted over 1 year ago@BishalAhmedPosted over 1 year ago
great work.you must use alt="" in img tag for blind people accessibility
0 - @keiran0Submitted over 1 year ago@BishalAhmedPosted over 1 year ago
give <img> tag a ( alt=" a name like img" ); its help blind person read your code!! and give a <h1> heading in your project!!
0 - @ruthvick05Submitted over 1 year ago@BishalAhmedPosted over 1 year ago
Hello ruthvick! you can use <img> tag for set images, or take a div box and give it { background-image:url( ); background-position: center; background-size: cover; background-repeat: no-repeat; } you have to give a <main> tag in your ever html file, so do not use div.container,use main tag for that, and give a h1 tag
hope its helpful to you brother!!0 - @Max88-gitSubmitted over 1 year ago
Hi! I would be grateful for any feedback on my solution to this nft-preview-card-component challenge.
If you have any suggestions for how I could improve the box-shadow, I would be grateful.
Thanks!
@BishalAhmedPosted over 1 year agomy godwits look so amazing, great work brother, if you use { transition: 0.3s ease} in your parent hover items then its feel so sooth brother
0 - @DRandikaSubmitted over 1 year ago@BishalAhmedPosted over 1 year ago
great work brother.😍.... add a hover effect on cart button then its look more amazing ,😍
Marked as helpful0 - @ABBA-74Submitted over 1 year ago
- @dmcdaniel90Submitted over 1 year ago@BishalAhmedPosted over 1 year ago
great work brother..... and a hover effect on cart button then its look more amazing ,
and you should use a main tag,, main is better div.container!!
and you have to use <h1> tag one time in your html file, for that you no need to give <h1> tag class or id ,, hove it is helpful to you brother
0 - @heisemmaco-devSubmitted over 1 year ago
I thank God for giving my the knowledge to complete my 5th frontend mentor project.
Secondly I have a little bit problem styling the <hr> tag to make it more tiny and the avatar image border also, I look forward to hear some anyone with the solution, thanks
@BishalAhmedPosted over 1 year agogreat work !! if you want rounded border like photo then you have to use {border-radius: 20px; } in the css; and you have to give a main section and h1 tag every html file for accessibility ;
Marked as helpful0