From 5c62f6b26a8a5264c803c27a71f9fcdf7460a653 Mon Sep 17 00:00:00 2001 From: Busto Bocanegra Date: Wed, 26 Jun 2019 12:38:11 +0200 Subject: [PATCH] Update flex-order.html --- chapter6/flex-order.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/chapter6/flex-order.html b/chapter6/flex-order.html index d25f08c..4c81e4b 100644 --- a/chapter6/flex-order.html +++ b/chapter6/flex-order.html @@ -23,13 +23,13 @@ flex: 1; } - .cards:nth-child(1) { + .cards li:nth-child(1) { order: 3; } - .cards:nth-child(2) { + .cards li:nth-child(2) { order: 1; } - .cards:nth-child(3) { + .cards li:nth-child(3) { order: 2; } @@ -67,4 +67,4 @@

Card 3

- \ No newline at end of file +