diff --git a/index.html b/index.html index 748440c..00ead08 100644 --- a/index.html +++ b/index.html @@ -315,6 +315,11 @@ background-color: black; z-index: 10; } + .demo { + margin-top: -20px; + background-color: #fff; + text-align: center; + } .image-comparison-content .image-2 { clip-path: inset(0 0 0 50%); } @@ -461,6 +466,9 @@ .image-comparison-container { background-color: #333; /* Dark color for dark mode */ } + .demo { + background-color: #333; + } } @@ -556,8 +564,6 @@