Latest solutions
Responsive page using CSS grid
Submitted 9 months agoI'm open to suggestion. I will try to improve the code.
Latest comments
- @L-ux-esSubmitted 3 months ago
- P@ivanorsolic95Submitted 9 months ago@gayathri-v1Posted 9 months ago
Hello there, Congratulations on completing this challenge!
This is amazing solution. I also have found the text "Last week" is not changing. I would suggest to use three functions, for daily, weekly, monthly and then you can add previousTimeSpan.innerHTML =
Last week - ${report.timeframes[timeframe].previous}hrs
;previousTimeSpan.innerHTML =
Yesterday - ${report.timeframes[timeframe].previous}hrs
;previousTimeSpan.innerHTML =
Last month- ${report.timeframes[timeframe].previous}hrs
;In each function separately. You can check my code, I did the same. Although, I am not sure how efficient it would be I multiple function on same thing is used.
Marked as helpful0 - @thomashertogSubmitted almost 3 years ago
- @rubensgabrielSubmitted 10 months agoWhat are you most proud of, and what would you do differently next time?
What I'm most proud of is how I learned more about using grids within a project, I will definitely use them more
What challenges did you encounter, and how did you overcome them?The biggest challenge I encountered was how to let the page adapt to different screen sizes, I knew what it would look like on a cell phone and what it would look like on a desktop, but I needed to use my creativity to create a middle ground between these two things.
What specific areas of your project would you like help with?I believe that what I want to learn most would be how to use the grid even more
@gayathri-v1Posted 9 months agoHey there, For the quotation image in section-1, you can use background image property. I have used as below in css code, and I did not use"img" in html. background-image: url(/images/bg-pattern-quotation.svg); background-repeat: no-repeat; background-position: 80% 0%;
This is the only missing I have found in your solution. Overall its good. Keep coding!
Marked as helpful1 - @ayesoroboluSubmitted 10 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud of how well my responsiveness came out, even though it isn't perfect, it works very fine. I took more time on i, so i believe it looks more accurate.
What challenges did you encounter, and how did you overcome them?None really, i learnt some things from the last project that helped
What specific areas of your project would you like help with?None for now, but if there's somewhere you see there are issues. I'll be down for correction
- @coolprogrammerarpit007Submitted 11 months ago@gayathri-v1Posted 10 months ago
Hello, nice work!. I would suggest two things.
1)For rounded corners use "border-radius: 10px;" you can also use shorthand property and mention values for four corners.
2)use "background: url('image-mobile.jpg');" in media query for displaying different image for mobile and different for desktop.
keep learning. Cheers!
0