From efd7a6eccf13d3da58598f1199aff9b75db0da4b Mon Sep 17 00:00:00 2001 From: QkoSad Date: Sun, 16 Oct 2022 18:26:35 +0300 Subject: [PATCH] corousel --- css/styles.css | 14 +++++ index.html | 163 +++++++++++++++++++++++++++++++++++++++---------- 2 files changed, 144 insertions(+), 33 deletions(-) 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 +