Skip to content

Commit

Permalink
"Removed and modified CSS styles for .movie, footer, and .part-2 elem…
Browse files Browse the repository at this point in the history
…ents"
  • Loading branch information
sarthakdev143 committed Jun 5, 2024
1 parent ebf6ca4 commit 4038572
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down Expand Up @@ -404,7 +403,6 @@ footer {
display: flex;
flex-direction: column;
line-height: 2.5rem;
/* background: red; */

h1 {
font-size: 1.5rem;
Expand All @@ -426,7 +424,6 @@ footer {
.part-2 {
width: 100%;
height: 14rem;
/* background: red; */
border-top: 0.1rem solid #9999999a;
display: flex;
justify-content: center;
Expand Down

0 comments on commit 4038572

Please sign in to comment.