Meet landing page with TailwindCSS and React (For no reason)

Solution retrospective
-
I don't blindly follow the design, as you can see in the design at the desktop break point it appears that the images are trimmed, well is it necessary to do it? for me I choose to display them just the way they are.
-
I try to make the text look as close as possible to the design, and you know what the unfortunate is? well the result in the "Solution Judging System" looks very different from the design in Figma file, that was ridiculous and frustrating, Hey Frontend Mentor, I blame you for this.
-
No more.
The provided image has different sizes and aspect ratios from the design. How did I overcome them? well I ignore them completely since it is very out of control, what can I do?
What specific areas of your project would you like help with?import logo from './assets/logo.svg';
<img className='block mx-auto' src={logo} alt="Logo" />Look at this code, can we load the image without the need of importing it in React?, you know I tried this: <img className='block mx-auto' src="./assets/logo.svg" alt="Logo" /> but the image didn't load.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Snah.'s solution.
Join 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