From 4038572bfe30531ade6b4105ad85d3cfbfe7c4a0 Mon Sep 17 00:00:00 2001 From: Sarthak Parulekar <148764141+sarthakdev143@users.noreply.github.com> Date: Wed, 5 Jun 2024 13:56:08 +0530 Subject: [PATCH] "Removed and modified CSS styles for .movie, footer, and .part-2 elements" --- style.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/style.css b/style.css index c372674..1eb46c9 100644 --- a/style.css +++ b/style.css @@ -292,12 +292,11 @@ main { .movie { width: 63rem; height: 32rem; - background: red; position: relative; overflow: hidden; img { - width: 60.3rem; + width: 64rem; position: absolute; transition: all ease 0.3s; } @@ -404,7 +403,6 @@ footer { display: flex; flex-direction: column; line-height: 2.5rem; - /* background: red; */ h1 { font-size: 1.5rem; @@ -426,7 +424,6 @@ footer { .part-2 { width: 100%; height: 14rem; - /* background: red; */ border-top: 0.1rem solid #9999999a; display: flex; justify-content: center;