Évaluation pour mise en page disposition grille 1

bonjour @mikoMK! comment-allez vous? je souhaiterai être évaluer sur la disposition en grille merci beaucoup :blush: :blush: :blush:

Hi @fenosoaliva_ratovoson

I will give you feedback to all four grid tasks here. For the future it’s okay to put all task links from one exercise into one post. :slightly_smiling_face:

Congratulations. Well solved! :medal_sports:

  • Task 1: :white_check_mark: Correct.
  • Task 2: :warning: Mostly correct. You don’t need display: grid; on the items, since they are only Grid items and not Grid containers.
    There’s also a shorthand method that is a bit shorter:
    .item1 {
      grid-column: 1 / 3;
      grid-row: 1 / 3;
    }
    
    .item2 {
      grid-column: 2 / 4;
      grid-row: 2 / 4;
    }
    
  • Task 3: :white_check_mark: Correct.
  • Task 4: :white_check_mark: Correct. Maybe also add flex-wrap: wrap; to .tags so they neatly wrap on smaller displays.

See you and have a nice day,
Michael

bonjour @mikoMK! héhéhé :laughing: :laughing: :laughing: :laughing: :laughing: tu as raison cela ferait moins de travail, merci pour avoir corriger mes exercices bonne journée

1 Like