My first time got challenge form FrontendMentor!
Nguyen Duy
@koalalikecodeAll comments
- @a3-1811Submitted about 3 years ago@koalalikecodePosted about 3 years ago
Hey Nguyễn Quang Huy, congrats on finishing your first challenge! It looks so close to the design, but I think there is something you can do to improve your page.
- Firstly, you should add the hover state to your page, use that
a:hover{ color:...;}
- Secondly, your page should have the main tag(header > main > footer in that order); you had better wrap your section tags in the main tag.
Aside from that, good job on this challenge!
0 - Firstly, you should add the hover state to your page, use that
- @Shahab-MalikkSubmitted about 3 years ago
Any kind of feedback will be appericiated
@koalalikecodePosted about 3 years agoGreat work on this challenge bro, but I think you can have some regulations for a better job
- You should fix your body background with
background-size: contain;
- If your div tag means main, you should use the main tag instead
- Your solution should be responsive for the mobile version.
- Your annual plan's height is too big compared to the design.
Happy coding!
0 - You should fix your body background with
- @Pablo-cyber21Submitted about 3 years ago
My first challenge on frontend mentor. All advice and critic are very much welcome. Qn. -How can I align the music svg icon with the rest of the elements on the Annual pricing section ?
@koalalikecodePosted about 3 years agoHey Asiimawe, congrats on your first challenge. I think you have grasped a basic use of HTML and CSS, but you need to practice more on your next challenge.
- Firstly, your card is too big compared to the design, you can css your card class with
max-width: ...;background-color: white;
and have your img in it and the container class withmax-width: 100%
. You can try these codes. - Secondly, your background image should have css that
background-repeat: none;
to remove the default value. - Try to use your h tag respectively, such as h1 -> h2 -> h3
- Finally, try to make your solution close to the design as much as you can.
Happy coding!
Marked as helpful1 - Firstly, your card is too big compared to the design, you can css your card class with
- @mmc1999Submitted about 3 years ago
I have two problems that I cannot solve, please, I need recommendations:
- The first is that I have to click twice on the "shorten it" button for the short link to appear.
- The second is that I don't know how to change the background color of the network icons, I can only give them opacity. Thank you!
@koalalikecodePosted about 3 years agoHey, great work on this challenge!
- I think you can use the icon on 'fontawesome' for network icons that you mentioned instead of images, then css the color of their hover state
- Moreover, I don't think you shorten links work well enough because I have to click on the button twice for the result, you can consult my code https://www.frontendmentor.io/solutions/shortly-url-shortening-api-challenge
- And you should use your h tag respectively, such as h1>h2>...
Aside from that, great work!
0 - @opplayzSubmitted about 3 years ago
Hi, I'm new to HTML and CSS. I know that my code isn't practical. If you can, please give me some suggestions on how I can clean up my code. Thanks!
@koalalikecodePosted about 3 years agoCongrats on finishing your challenge. It looks good for a beginner.
However, you can improve your code by taking some steps:
- Firstly, Instead of using a center tag
<center>
, you had better use a main tag like this `<main>your codes</main> - Secondly, you should use CSS for regulating the value of images' width and height
<img class="musicicon" src="assets/icon-music.svg" alt="Music Icon" width="50%" height="50%">
- Moreover, use your CSS to make margin, it will make your Html code clearer.
<br> </br>
- Finally, it will look better if you use an external CSS file instead of the internal one
Aside from that, great work!
0 - Firstly, Instead of using a center tag
- @ara6iSubmitted about 3 years ago
give me some feedback pleas :) it's my first project and i need your opinion :)
@koalalikecodePosted about 3 years agoCongrats for your first time, it looks so close to the design!
You can have some improvements for your code:
<h2>Order Summary</h2>
You had better use you h tag respectively such as h1>h2>h3 and CSS them.<button class="button pay">Proceed to Payment</button>
your Payment should be a descendant of a tag because it can link to another page- And add your body with
background-position: contain;
. It will work well on a larger screen
Aside from those, great work!
0 - @developedBySwanSubmitted about 3 years ago
All Of your feedback and suggestion are welcome. I hope you will like my code. Happy coding :-)
@koalalikecodePosted about 3 years agoIt's a great solution. And I think it will be better if you use the main tag in this code:
<div class="main-container">
for make the landmark clearly. And your background-image can use this for 100vw:main-container { background-size: cover;(work with contain too) }
1 - @Briancarlo24Submitted about 3 years ago
How was my solution?
@koalalikecodePosted about 3 years agoI think you should add the hover state of this site
Marked as helpful0 - @TGURUTEJASubmitted about 3 years ago
I have a doubt, that how to find dimensions of elements by just seeing images?
@koalalikecodePosted about 3 years agoI think one of the aims of these challenges is to help us practice seeing dimensions without tools
0 - @DevmianSSubmitted over 3 years ago
First "bigger" JS project, what would you change?
@koalalikecodePosted over 3 years agoGreat work, so close to the design! It will be perfect if some things change:
- You should use your tag h increase by one, such as h1>h2>h3,...
- I think your reset button should be active when I just have added a number in any inputs.
- And your select tip will be better if I can click again then turn off my last choice.
1 - @JakeyikappSubmitted over 3 years ago
Please let me know if there is anyway I can structure my HTML or CSS better or if there are any better ways to code this challenge.
@koalalikecodePosted over 3 years agoGreat work, so close to design. But you should use your h tag respectively h1>h2>h3...
Marked as helpful1 - @DeboraBrumSubmitted over 3 years ago
I'm learning so any feedbacks are welcome! Thank you.
@koalalikecodePosted over 3 years agoI think you should add the feature that when someone calculates several numbers respectively, he/she doesn't need to click the '=' button.
0