The main difficulty is making the layout, as it is supposed to go.
I am not very sure about my grid and flex syntax, and cod efficiency.
how can I simplify my code?
The main difficulty is making the layout, as it is supposed to go.
I am not very sure about my grid and flex syntax, and cod efficiency.
how can I simplify my code?
Hello SEBASTIAN, very good job with your code. As a beginner, I am also learning.
you can use the gap property in the result section rather than trying to use fr to align them and just be done with it.
you can use flex or grid to align the items of the summary section. otherwise, on the large screen, the items in the summary section are a bit off-center. these are my only two suggestions. also, you can set a max width to the result and summary or their parents so that it doesn't grow very much. Everything looks nice. good job.
It was not easy for me, I got some difficulties to finish. I did not know how to add shadows, and mobile layout. Please help.