Any help is welcome as always!
Veera Bramha Chary
@VeerabramhacharyAll comments
- @PedroEustaqSubmitted 3 months agoWhat specific areas of your project would you like help with?
- @ShivamRajput57Submitted about 2 months ago@VeerabramhacharyPosted about 2 months ago
nice work you need some add some margin
0 - @Gehad28Submitted 2 months agoWhat are you most proud of, and what would you do differently next time?
- Using JavaScript to make data change when the user clicks on: Daily, Weekly, and Monthly and make it dynamic, so if the data changed, it would work correctly.
- Implementing the required layout using grid.
- Be able to position the colored cards to look like they are behind the main cards.
I had some difficulty positioning the background image of the colored cards. I ended up positioning each one alone.
What specific areas of your project would you like help with?Any feedback is welcomed :)
- @sudhanshusingh-gSubmitted 3 months ago
- @Jani-BSubmitted 3 months agoWhat challenges did you encounter, and how did you overcome them?
I had some small issues with the Javascript. At first There was a issue that the first click did not show the links and only second click worked correctly. It was just small typo and fixed easily in the end.
- @MiksDev04Submitted 3 months agoWhat are you most proud of, and what would you do differently next time?
I am proud that I can still keep up with the challenges though I am still a newbie.
What challenges did you encounter, and how did you overcome them?Maybe the layout of the overall design
What specific areas of your project would you like help with?nothing as of now
- @SpartanFrancoSubmitted 3 months ago
- @AnthonyPA0902Submitted about 1 year ago
There are 5 things I found hard when doing this challenge
- How to set the padding for the text on the right so that it fit the design.
- How to make the small original price number in the middle and not on the same line as the big price number
- How to make the cart icon inline with the text
- How to make the gap between each line in the small gray text before the prices
- How to make the border of the right content fit with the image
Hope everyone understand, sorry because English is not my first language. Thanks for reading this, hope you can help me !!!
- @Natiman1Submitted 3 months agoWhat are you most proud of, and what would you do differently next time?
I'm proud of working with smaller screen sizes.
What challenges did you encounter, and how did you overcome them?Pretty difficult to working with smaller screen sizes.
What specific areas of your project would you like help with?Responsivness
- @SpartanFrancoSubmitted 3 months ago
- @suzzy-dszySubmitted 3 months agoWhat are you most proud of, and what would you do differently next time?
-Particularly proud of quickly defining the structure and content as required as this was just simple CSS.💯
What challenges did you encounter, and how did you overcome them?- First time implementing a local font / font file into my code so had to research how to do it correctly.
- Getting the smooth transition back to the original colour for the
H1
when user stops hovering on the card and how to implement the shadow behind card usingbox-shadow
.- To overcome this, after defining the pseudo code to target the
H1
;.container:hover > H1 {color: #f4d04e;}
, simply had to addtransition: color 0.5s ease-in-out;
to theH1
in my CSS.
- To overcome this, after defining the pseudo code to target the
None in particular but any help / feedback would be greatly appreciated. 👍
- @AbdulRehmanHanifSubmitted about 1 year ago@VeerabramhacharyPosted 3 months ago
You did good, Everything is nice. You need to add little more styling.
0