Skip to content

Commit

Permalink
Update 40-quiz.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-studio committed Jun 2, 2024
1 parent 531dd4f commit ef5119b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions 40-quiz.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,12 @@ Questions d'auto-évaluation sur Flexbox.
<details>
<summary>Voir la réponse</summary>
<p>1 et 3 sont justes.</p>
<p>Leur largeur sera égale, et remplira l'espace disponible. Voir <a href="methode-simple.html">méthode simple</a>.</p>
<p>Leur largeur sera égale, et remplira l'espace disponible. Voir <a href="methode-simple.html">méthode simple</a> / <a href=https://cours-web.ch/css/selectors.html">sélecteurs CSS</a>.</p>
</details>

** 4. Comment appliquer flex:1 sur les enfants directs de .row ?**
---

**4. Comment appliquer flex:1 sur les enfants directs de .row ?**

- [ ] `.row { flex : 1 }`
- [ ] `.row * { flex : 1 }`
Expand Down

0 comments on commit ef5119b

Please sign in to comment.