Portal681
@EkoNdongAyecabaAll comments
- @heffsSubmitted 8 days ago@EkoNdongAyecabaPosted 7 days ago
Hello, you did a pretty good job, I got just some suggestions:
- First of all, you can delete the
attribution
div just with a
.attribution{ display: none; }
It help you to have more close to the design
- Then you can add some space to the sides of the `main´ box
0 - First of all, you can delete the
- @moein-creator-opsSubmitted 9 days ago@EkoNdongAyecabaPosted 8 days ago
Hello, your solution looks good but you need some improvements.
First of all, in an HTML there can't be more than one
h1
, because it is the main title of the page, you can put it all in the sameh1
and separate the first part with aspan
. The solution looks like this:<h1> <span>Reliable, efficient delivery</span> Powered by Technology </h1>
And then you can give the specific font style referencing the
span
inside theh1
.Secondly, your
shadows
aren't showing at all the same way as in the design, you need to take a look at it too.0 - @AubreyHBarnesSubmitted 16 days ago@EkoNdongAyecabaPosted 15 days ago
The solution is excellent! I appreciate that you can hide the attribution, and the effect you added to the button when the cursor hovers over it is fantastic—I really liked it.
0 - P@JGeddSubmitted about 1 month ago@EkoNdongAyecabaPosted 18 days ago
Excellent work! The solution aligns seamlessly with the desired outcome. While I can’t provide detailed feedback on your CSS choices—particularly the sizes you selected or the reasoning behind them—I did notice that your HTML is well-structured and highly semantic. Including an explanation of your measurements in the README could be helpful, as it might offer others an opportunity to learn something new about your sizing approach. Keep up the fantastic work!
0 - @stonedjjhSubmitted 18 days agoWhat are you most proud of, and what would you do differently next time?
Everything I learned from the first challenge until this one. The time it takes me to create the page has also been significantly reduced. How similar it looks and that this time it doesn't have the figma. Now I add semantic tags
I don't think I would do anything different
What challenges did you encounter, and how did you overcome them?Without the figma the size of the components and fonts. But to the eye percent there it goes. :laughing:
What specific areas of your project would you like help with?All comments are well received
@EkoNdongAyecabaPosted 18 days agoThe work is very well done, I can say the same about mine, although I didn't have Figma, the final result was quite good.
0 - @elistoyanovaSubmitted 12 months ago@EkoNdongAyecabaPosted 12 months ago
The solution provided is quite satisfactory and meets the desired requirements. The work done has been executed exceptionally well, and the outcome aligns seamlessly with the intended goals.
0 - @ValchaliSubmitted 12 months agoWhat are you most proud of, and what would you do differently next time?
I won't say am proud of anything, but am thankful for this rare opportunity to learn and practice.
What challenges did you encounter, and how did you overcome them?Media querry
What specific areas of your project would you like help with?I need an overall critisim to help point out all my flaws, cos i kinda know and not perfect yet
@EkoNdongAyecabaPosted 12 months agoHi @Valchali
I noticed that your
<span>Learning</span>
need a padding and a margin-top, with that i think everything will be completely OKHave a good day
0 - @NivedhanaSSubmitted about 1 year agoWhat are you most proud of, and what would you do differently next time?
I'm proud of successfully completing the QR code component challenge in HTML and CSS. Next time, I aim to improve efficiency by incorporating more advanced styling techniques and ensuring cross-browser compatibility
What challenges did you encounter, and how did you overcome them?I encountered challenges with aligning elements and ensuring responsiveness. I overcame them by utilizing media query for layout and testing across various screen sizes
What specific areas of your project would you like help with?I'm eager to learn and improve. Do you have any suggestions on how I can make my learning process more effective?
@EkoNdongAyecabaPosted about 1 year agoHi @NivedhanaS ,
I just wanna ad that your
id="desc"
is not black, it has another colorI hope this suggestion will help you.
Stay working
0 - @amankr794Submitted about 1 year ago@EkoNdongAyecabaPosted about 1 year ago
Your webpage is not optimized for responsive design, which means it may not display correctly on different devices and screen sizes. You should review the layout and formatting of your webpage to ensure it adapts and adjusts properly. Additionally, the height of your webpage may not be set to 100% on the preview, which could affect how it appears to users. To address this issue, you may need to refresh or reload the preview to see the accurate representation of your webpage's height and layout. Ensuring your webpage is responsive and the preview accurately reflects the intended design is crucial for providing a seamless user experience across various devices and platforms.
0