diff --git a/core.css b/core.css index 25a6fb7..3222ade 100644 --- a/core.css +++ b/core.css @@ -127,6 +127,7 @@ nav ul li a:hover { main { align-self: left; + width: 100%; } div.meta { diff --git a/public/images/json_response.png b/public/images/json_response.png new file mode 100644 index 0000000..7bd374e Binary files /dev/null and b/public/images/json_response.png differ diff --git a/public/images/json_response_formatted.png b/public/images/json_response_formatted.png new file mode 100644 index 0000000..4a00b10 Binary files /dev/null and b/public/images/json_response_formatted.png differ diff --git a/public/images/json_response_formatted_and_parsed.png b/public/images/json_response_formatted_and_parsed.png new file mode 100644 index 0000000..9f9da19 Binary files /dev/null and b/public/images/json_response_formatted_and_parsed.png differ