Design comparison
SolutionDesign
Solution retrospective
Help me with the color on the image
Community feedback
- @waltersonoPosted over 3 years ago
Hi deepchhatralia nice work
About your request
Background-image: linear-gradient(rgba(color, opacity),rgba(color,opacity)), url(path/to/image)
Here are few other suggestions:
-
Avoid using inline styling
- Inline styles are bad practice because of the high level of priority they possess
- Also because it will be hard to maintain
-
Learn pure CSS first
- This will make you understand any CSS framework
- I see that you only used bootstrap because of the columns, but now CSS have flex-box and grid layout which can help you build columns and fluid layouts easily
-
Use the Headings in sequence
- In this case i do not think you should be using
h3
, because that is not a subtitle - Also you are missing an
h2
, if there is noh2
then it shouldn't be ah3
(is not a best practice)
- In this case i do not think you should be using
Keep up with the good work! See you
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord