diff --git a/app/static/css/home.css b/app/static/css/home.css new file mode 100644 index 0000000..36f5843 --- /dev/null +++ b/app/static/css/home.css @@ -0,0 +1,3 @@ +.home__carousel--img { + max-height: 400px; +} \ No newline at end of file diff --git a/app/static/img/carousel/kitten-and-puppy.jpg b/app/static/img/carousel/kitten-and-puppy.jpg new file mode 100644 index 0000000..271105b Binary files /dev/null and b/app/static/img/carousel/kitten-and-puppy.jpg differ diff --git a/app/static/img/carousel/kittens.jpg b/app/static/img/carousel/kittens.jpg new file mode 100644 index 0000000..436b664 Binary files /dev/null and b/app/static/img/carousel/kittens.jpg differ diff --git a/app/static/img/carousel/puppys.jpg b/app/static/img/carousel/puppys.jpg new file mode 100644 index 0000000..475f642 Binary files /dev/null and b/app/static/img/carousel/puppys.jpg differ diff --git a/app/templates/index.html b/app/templates/index.html index 0e10f45..cd1b858 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -2,7 +2,38 @@ {% block title %} Home {% endblock %} {% block head %} {{ super() }} + {% endblock %} {% block content %} -
Hello, World!
+