diff --git a/images/avengers.jpg b/images/avengers.jpg new file mode 100644 index 0000000..f35df5d Binary files /dev/null and b/images/avengers.jpg differ diff --git a/images/header1.jpg b/images/header1.jpg new file mode 100644 index 0000000..351582c Binary files /dev/null and b/images/header1.jpg differ diff --git a/images/header2.jpg b/images/header2.jpg new file mode 100644 index 0000000..d03c0c1 Binary files /dev/null and b/images/header2.jpg differ diff --git a/images/header3.jpeg b/images/header3.jpeg new file mode 100644 index 0000000..dc982e3 Binary files /dev/null and b/images/header3.jpeg differ diff --git a/images/joker.jpg b/images/joker.jpg new file mode 100644 index 0000000..9751048 Binary files /dev/null and b/images/joker.jpg differ diff --git a/images/shawshank.jpg b/images/shawshank.jpg new file mode 100644 index 0000000..e24abee Binary files /dev/null and b/images/shawshank.jpg differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..d4a062a --- /dev/null +++ b/index.html @@ -0,0 +1,136 @@ + + + + + + + + + +
+ +
+
+ +
+
+
+ +
+
+
+ ... +
+
Card title
+

+ Some quick example text to build on the card title and make up the + bulk of the card's content. +

+ Go somewhere +
+
+
+ ... +
+
Card title
+

+ Some quick example text to build on the card title and make up the + bulk of the card's content. +

+ Go somewhere +
+
+
+ ... +
+
Card title
+

+ Some quick example text to build on the card title and make up the + bulk of the card's content. +

+ Go somewhere +
+
+
+
+
+ +
+ + diff --git a/style.css b/style.css new file mode 100644 index 0000000..3895a6b --- /dev/null +++ b/style.css @@ -0,0 +1,19 @@ +.breadcrumb-item >a{ + text-decoration: none; +} +#cars-list{ + display: flex; + grid-template-columns: 33% 33% 33%; + grid-template-rows: 1; + justify-content: space-between; +} +#crumbs-and-cars{ + margin-top: 20px; + margin-right: 20px; + margin-left: 20px; +} +.pagination{ + padding-top: 40px; + padding-bottom: 20px; + justify-content: center; +} \ No newline at end of file