Hello , this is my second project, could you tell me if there's something that can be improved or what should I learn for future projects?.
Feel free to leave your comments, any help will be appreciate it.
Thank you.
Hello , this is my second project, could you tell me if there's something that can be improved or what should I learn for future projects?.
Feel free to leave your comments, any help will be appreciate it.
Thank you.
Looks, fantastic! The only tiny improvement I can see is in the HTML mark up you can make it more accessible like so:
By the way, I love the way you used the CSS variables. I need to do more of that.
Cheers. 😃
I only needed help with the view-icon part, the rest I managed to do myself.
Looks awesome, mate! Love your solution for the hero image hover effect!
As for your aligning the icon try:
.card-icons { margin-bottom: 1vh; display: flex; justify-content: space-between; align-items: center ; }
Then inside the .card-icons div, create a new div and place the etherium icon and text inside it. And same with items on the right.
This should help align better. I hope this helps! :-)
Hey, could you guys give me your feedback ? Thanks in advice
Great Job! Also, I noticed how you can clean up a little code.
In your CSS for p: remove text-align: center; instead add it to your .qr_text class. This way your h1 and the p are centered within the container.
Cheers! :-)
Awesome job!! The code looks great!
The only thing that can make you a tiny bit more efficient is adding a class for your main tag in the HTML. For example, <main class="outer">. And the layout could be much better looking using the google font specified in the readme doc.
Cheers.
Any advice will be useful to me.