Design comparison
SolutionDesign
Community feedback
- @RioCantrePosted almost 3 years ago
Hello there! Good job making this far. Looking at your solution, I would highly suggest the following for you...
- Refactor the HTML Structure of the whole content. Wrap it in one settings to achieve the design.
<main class="nft-container"> <img src="./images/image-equilibrium.jpg"> <div class="description"> .... </div> <div class="unit price"> .... </div> <div class="unit time"> ... </div> <hr> <div class="container-credits"> ... </div> </main>
From here you can use Flexbox and adjust the properties of your CSS Style. Hope this helps and Keep it up!
0@RioCantrePosted almost 3 years ago@wtfoxe No worries, if you get trouble with styling don't hesitate to message. I would also be grateful if you marked it as helpful.
1
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