diff --git a/images/image-01.jpg b/images/image-01.jpg new file mode 100644 index 0000000000000000000000000000000000000000..152d9abee5b8ad73f55dbf90f8b2436b899acc73 Binary files /dev/null and b/images/image-01.jpg differ diff --git a/images/image-02.jpg b/images/image-02.jpg new file mode 100644 index 0000000000000000000000000000000000000000..83f4ca5fb9dba4221eb1dcb051f03c155bfa2b66 Binary files /dev/null and b/images/image-02.jpg differ diff --git a/images/image-03.jpg b/images/image-03.jpg new file mode 100644 index 0000000000000000000000000000000000000000..b5b50cbedb63828564476c1eb5580f11914af99a Binary files /dev/null and b/images/image-03.jpg differ diff --git a/images/image-04.jpg b/images/image-04.jpg new file mode 100644 index 0000000000000000000000000000000000000000..9c24f41fc743c058d41cfec3d84d52fc53b7a686 Binary files /dev/null and b/images/image-04.jpg differ diff --git a/images/image-05.jpg b/images/image-05.jpg new file mode 100644 index 0000000000000000000000000000000000000000..4117c830e6ce406b6bbf604b8943bebb2ec02a63 Binary files /dev/null and b/images/image-05.jpg differ diff --git a/images/image-06.jpg b/images/image-06.jpg new file mode 100644 index 0000000000000000000000000000000000000000..82c3d5f3c8bcd0ce1b716d1fdfdf3194285f4a51 Binary files /dev/null and b/images/image-06.jpg differ diff --git a/images/image-07.jpg b/images/image-07.jpg new file mode 100644 index 0000000000000000000000000000000000000000..cefb833c30938c494a1179695e5a10e88f5893db Binary files /dev/null and b/images/image-07.jpg differ diff --git a/images/image-08.jpg b/images/image-08.jpg new file mode 100644 index 0000000000000000000000000000000000000000..76045ef16931206aaea10247633743cf3e2af908 Binary files /dev/null and b/images/image-08.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..869cbc24f84f8aa6dc17a7a9d08daead4fdedb79 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <link rel="stylesheet" href="./style.css" /> + <title>Document</title> + </head> + <body> + <!-- TODO - this h1 should be deleted --> + <h1>Starter file</h1> + </body> +</html> diff --git a/screenshots/desktop.png b/screenshots/desktop.png new file mode 100644 index 0000000000000000000000000000000000000000..56923c72ac98064c24eb766927240d1ab17a28a8 Binary files /dev/null and b/screenshots/desktop.png differ diff --git a/screenshots/mobile.png b/screenshots/mobile.png new file mode 100644 index 0000000000000000000000000000000000000000..0c62ce4c0b589aa3cb0ad4b6dec0e15b7ddf92b0 Binary files /dev/null and b/screenshots/mobile.png differ diff --git a/style.css b/style.css new file mode 100644 index 0000000000000000000000000000000000000000..7317f866ab2c455fa5e366b1f7c452f4c63c36ee --- /dev/null +++ b/style.css @@ -0,0 +1,23 @@ +* { + box-sizing: border-box; +} + +body { + margin: 0; +} + +h1, +h2, +h3, +h4, +h5, +h6, +p, +ul, +ol { + margin-top: 0; +} + +img { + max-width: 100%; +}