Hello! I am a total newbie and this is my first challenge on Frontend Mentor. I tried my best using only HTML+CSS and don't know how well is written my code, so any feedback, suggestions, comments are highly welcome.
Aditya Raj Tripathi
@Script-DAll comments
- @annabelskaSubmitted about 3 years ago@Script-DPosted about 3 years ago
Hi, Ana you've done it nicely but one thing I noticed is that there is no hover state for links in your design. It gives a sense of visual interaction so it would be great if you implement it. And also your SVG in background is not covering whole width, try using background-size: contain. Great work though
Marked as helpful0 - @AndreaFan123Submitted about 3 years ago
Is there any solution for fixing position of SVG to prevent scrolling.
@Script-DPosted about 3 years agoHi, Andrea if you just want to prevent scrolling you can simply set overflow-y as hidden. Great work by the way.
Hope it helped :)
Marked as helpful1 - @LahsivK4070Submitted about 3 years ago
How can I use the data.JSON file to read data from it? Please help. Feedback will be appreciated. Thanks
@Script-DPosted about 3 years agoHi, Vishal you have done a great work but I can notice that your interface is not vertically center. You can use flexbox to do that. And regarding using data.json you can use fetch api or Ajax to do so. Which will allow you to fetch data from any api you wish. In case you want to know what are these : fetch api => https://developer.mozilla.org/en-US/docs/Web/API/Fetch_API
Hope it helped you.
Marked as helpful0 - @AGsPortfolioSubmitted about 3 years ago
Position of the patterns was way harder then I could imagine. Not every pattern has become like the example. If someone has some tips for me regarding the positioning of the patterns it would be great!
@Script-DPosted about 3 years agoHey! AGsPortfolio, I would suggest using absolute positions for these types of design needs. Ignore it if you are already using it.
0