Skip to content

Commit

Permalink
linter error fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Alibaba2023 committed Feb 3, 2024
1 parent 0cc9afc commit 6a37abc
Showing 1 changed file with 8 additions and 12 deletions.
20 changes: 8 additions & 12 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -340,13 +340,12 @@ body {
backdrop-filter: blur(10px);
}


#feature--1 {
background-image: url(./img/spaceXMoble.png);
background-size: cover;
}

#feature--2{
#feature--2 {
background-image: url(./img/weatherMoble.png);
background-size: cover;
}
Expand All @@ -371,16 +370,6 @@ body {
background-size: cover;
}

.feature-card {
transition: all 0.4s;
}

.feature-card:hover {
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
opacity: 0;
margin-bottom: 0;
}

.feature-card {
background:
linear-gradient(
Expand All @@ -391,9 +380,16 @@ body {
padding: 2.4rem 1.2rem;
display: flex;
flex-direction: column;
transition: all 0.4s;
gap: 3rem;
}

.feature-card:hover {
background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
opacity: 0;
margin-bottom: 0;
}

.heading-feature {
color: #fff;
}
Expand Down

0 comments on commit 6a37abc

Please sign in to comment.