diff --git a/images/index.html b/images/index.html new file mode 100644 index 0000000..5945e9d --- /dev/null +++ b/images/index.html @@ -0,0 +1,195 @@ + + + + + + + + + + + + + + + + +
+
+ +
+ +
+ + +
+ + +
+ +
+
+
+ +
+
Title
+

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

+ +
+
+ +
+
+
+ +
+
Title
+

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

+ +
+
+ +
+
+
+ +
+
Title
+

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

+ +
+
+ +
+ +
+

+
+
+ + + + +
+ +

+ + + + + + + +
+ + + + + + + + + + + + + + + + diff --git a/images/style.css b/images/style.css new file mode 100644 index 0000000..0d44389 --- /dev/null +++ b/images/style.css @@ -0,0 +1,9 @@ +.carousel-item { + height: 60vh; + min-height: 350px; + background: no-repeat center center scroll; + -webkit-background-size: cover; + -moz-background-size: cover; + -o-background-size: cover; + background-size: cover; + } \ No newline at end of file