Latest solutions
Latest comments
- @Edmon-NascimentoSubmitted 10 days ago@JanNievesCedenoPosted 10 days ago
Sometimes the content is overflowing the main container, you should try to avoid that.
0 - @Flow2510Submitted 27 days ago@JanNievesCedenoPosted 14 days ago
It looks great! I suggest you to use more semantics elements
0 - @raphaelsobralSubmitted about 2 months agoWhat are you most proud of, and what would you do differently next time?
I am proud of being able to achieve a very similar final look as the challenge and I believe I am getting better with measurings, like padding and margin. I feel like I could learn a more effective and clean way to develop.
What challenges did you encounter, and how did you overcome them?I still get confused about what in flexbox does what but just by searching a bit I can easily get back on track.
- @maxim-greenSubmitted 18 days ago@JanNievesCedenoPosted 18 days ago
The font size in the paragraph should smaller. Other than that it's perfect
0 - @Yashi-For-NowSubmitted 23 days agoWhat are you most proud of, and what would you do differently next time?
That I was able to do this in an hour. I mean might be too much but my under confidenc for my skills boostes a little.
What challenges did you encounter, and how did you overcome them?Responsiveness. Like the reponsiveness wrt the width is okay but what about height? Need to learn that.
What specific areas of your project would you like help with?Css, need to learn more about css. I know theoriticallly but implementation is not good. CSS Flex, CSS grid all that.
@JanNievesCedenoPosted 20 days agoHi! I would remove all the text that isn't in the design. The qr-box div should have 3 elements(could have more but isn't necessary), the image, the heading level 1 (every html file should always have an h1) and a paragraph. I recommend to use display flex to style the qr-box because the design is simply a column. Using flex you should be able to align the child elements inside the qr-box to the center on the main axis. Good Luck!
Marked as helpful0