diff --git a/subjects/bring-it-to-life/README.md b/subjects/bring-it-to-life/README.md index 8e8e62ea..9b2adf65 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 00000000..c662e7f3 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 1aa79e8a..9df716ba 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 00000000..a23f2c90 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 7cc9e7b9..e13697cc 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 00000000..2985ee1b 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 34ddf34c..7d54d686 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 00000000..30f8817b Binary files /dev/null and b/subjects/select-and-style/select-and-style.png differ