How to color an image? Is there any alternative. Please review my code and let me know if there is any suggestions! :)
Leonard Appelgryn
@KaptainCS3All comments
- @Chetana-047Submitted over 2 years ago@KaptainCS3Posted over 2 years ago
In order to color the images use background-repeat: no-repeat; top: 0; background-blend-mode: multiply; background: hsl(277, 64%, 61%); hope this helps you
0 - @CandyfairSubmitted over 2 years ago@KaptainCS3Posted over 2 years ago
Congrats on completing this challenge but your approach was not really good To resolve the accessibility issues -Use a main tag to wrap you content instead of div boxes
- Use paragraph, heading element to represent your content flow ! Div -Use footer element to represent the author of the design Hope this was useful and Happy coding to your next exercise
Marked as helpful0 - @jhan117Submitted over 2 years ago
It's my first time using JS. Is there a better way?
@KaptainCS3Posted over 2 years agoCool bro keep up ** resolve you accessibility issues ** Use and H1 and reduce the font size that should solve the first issues Use a footer element rather than address this should resolve all your issues. Happy coding
1 - @KaptainCS3Submitted over 2 years ago
NFT card task done /* My difficulty was */
- Creating hover effect on the image
- and the horizontal break line :(.
All your feed backs are Welcome.
@KaptainCS3Posted over 2 years agoAccessibility issues All page content should be contained by landmarks What does this mean?
0 - @faustocalvinioSubmitted over 2 years ago
Any feedback is welcome :)
@KaptainCS3Posted over 2 years agohey bro good approach but wrap all you elements into a main container
Marked as helpful0 - @HersonmeiSubmitted almost 3 years ago
Any comments will be appreciated.
@KaptainCS3Posted almost 3 years agohey sir please with approach did you use flex box or grid
1 - @KaptainCS3Submitted almost 3 years ago
Updated solution Please suggestion for using sass best practice. -Creating partials for separate section -Or writing all styles in the main.scss file. feedback highly welcome
@KaptainCS3Posted almost 3 years agoplease I need help when hosting my exercise on codepen.io, I see my solution appearing differently from others who have posted their own solutions
0 - @HersonmeiSubmitted almost 3 years ago
Hi,
This is my first challenge that it took me a while to build and get to finish.
I'm a beginner and I don't have much knowledge about good practices. If you can evaluate my code and give you some initial good practice tips I would be very grateful.
I also had difficulty in the font-weight of the title that didn't match the model despite having bold. How can I fix this?
Thank you very much!
@KaptainCS3Posted almost 3 years agoGood job bro Concerning the bold issues you had with your code, also go through the sample style guide it help me alot. I go suck figuring out color just by look at the design, but when I discovered the style guide it became more easier.
Marked as helpful0