diff --git a/css/styles.css b/css/styles.css index 2f12996..70096c4 100644 --- a/css/styles.css +++ b/css/styles.css @@ -42,4 +42,18 @@ body{ border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; padding: 10px; +} +.carousel { + background:#512DA8; +} + +.carousel-item { + height: 300px; +} + +.carousel-item img { + position: absolute; + top: 0; + left: 0; + min-height: 300px; } \ No newline at end of file diff --git a/index.html b/index.html index bbe9be8..9e6e859 100644 --- a/index.html +++ b/index.html @@ -65,46 +65,70 @@ - Login - + Login +