Latest solutions
Latest comments
- @testerium@GabrielRuizVarela
Hey, nice work! A couple of things I would add is parsing the json file directly and getting the maximum from that and not manual. Here an article that can be useful: https://developer.mozilla.org/es/docs/Web/JavaScript/Reference/Global_Objects/JSON/parse
P.S.: I like your the clarity of your code.
Cheers!
- @ispirar2@GabrielRuizVarela
Hey, nice work, I’m curious about why you choose to use transform: translate to position items. Is there any drawbacks?
- @arn28@GabrielRuizVarela
Nice work! Personally I like to work with grid, I feel it give me more flexibility, but feels overkill sometimes. I think it comes down to preference but I’m curious how it’s like in a professional environment. This is a great article that goes more on to detail on the subject https://css-tricks.com/quick-whats-the-difference-between-flexbox-and-grid/
Marked as helpful