diff --git a/subjects/bring-it-to-life/README.md b/subjects/bring-it-to-life/README.md index 8e8e62ea0..9b2adf65a 100644 --- a/subjects/bring-it-to-life/README.md +++ b/subjects/bring-it-to-life/README.md @@ -22,8 +22,7 @@ Reload the page - it's alive! Your JS brain has control and orders your HTML/CSS ### Expected output This is what you should see in the browser: - - +![](bring-it-to-life.png) ### Notions diff --git a/subjects/bring-it-to-life/bring-it-to-life.png b/subjects/bring-it-to-life/bring-it-to-life.png new file mode 100644 index 000000000..c662e7f33 Binary files /dev/null and b/subjects/bring-it-to-life/bring-it-to-life.png differ diff --git a/subjects/class-that/README.md b/subjects/class-that/README.md index 1aa79e8a2..9df716bae 100644 --- a/subjects/class-that/README.md +++ b/subjects/class-that/README.md @@ -23,8 +23,7 @@ Note that you can attribute several classes to a same element ; create the class ### Expected output This is what you should see in the browser: - - +![](class-that.png) ### Notions diff --git a/subjects/class-that/class-that.png b/subjects/class-that/class-that.png new file mode 100644 index 000000000..a23f2c905 Binary files /dev/null and b/subjects/class-that/class-that.png differ diff --git a/subjects/nesting-organs/README.md b/subjects/nesting-organs/README.md index 7cc9e7b98..e13697cc8 100644 --- a/subjects/nesting-organs/README.md +++ b/subjects/nesting-organs/README.md @@ -55,8 +55,7 @@ p { ### Expected output This is what you should see in the browser: - - +![](nesting-organs.png) ### Notions diff --git a/subjects/nesting-organs/nesting-organs.png b/subjects/nesting-organs/nesting-organs.png new file mode 100644 index 000000000..2985ee1b5 Binary files /dev/null and b/subjects/nesting-organs/nesting-organs.png differ diff --git a/subjects/select-and-style/README.md b/subjects/select-and-style/README.md index 34ddf34ca..7d54d6864 100644 --- a/subjects/select-and-style/README.md +++ b/subjects/select-and-style/README.md @@ -22,8 +22,7 @@ Here is an exemple of how to set the color of `div` tags to "red": ### Expected output This is what you should see in the browser: - - +![](select-and-style.png) ### Notions diff --git a/subjects/select-and-style/select-and-style.png b/subjects/select-and-style/select-and-style.png new file mode 100644 index 000000000..30f8817b9 Binary files /dev/null and b/subjects/select-and-style/select-and-style.png differ