Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All comments

  • ABBA 140

    @ABBA-74

    Posted

    Good Job... Keep going ;)

    Marked as helpful

    0
  • @lucasricci

    Submitted

    I have a few question regarding my code and its readability:

    • Is there something I am overengeneering in the code, like writting more to do the same thing;
    • Is the code well readable? Or it is a little nested?
    • Tips in how to center and move objects on CSS, this is one of things I found the hardest in front-end.

    I appreciate any help on these questions or other feedbacks.

    ABBA 140

    @ABBA-74

    Posted

    Centering and positioning objects on CSS can be tricky, but there are a few tips that can help:

    To center an element horizontally, you can use the margin: 0 auto; property on the element's container. To center an element vertically, you can use the display: flex; and align-items: center; properties on the element's container, or use the position: absolute; and top: 50%; properties on the element itself.

    Marked as helpful

    1
  • ABBA 140

    @ABBA-74

    Posted

    Nice work, keep it up !!!

    Marked as helpful

    0
  • ABBA 140

    @ABBA-74

    Posted

    Beau travail !!!

    0
  • @MarcusXavierr

    Submitted

    I've used sass a did a lot of nesting, is this a bad practice?

    Also, how can I come up with names for my classes easier?

    ABBA 140

    @ABBA-74

    Posted

    Good job !

    There is no rule about nested level in SASS. But I think you should limit to the maximum of 4 levels deep anyway. Some people will tell you 3... By this way, your SASS code will be more readable...

    Marked as helpful

    1