Skip to content

Commit

Permalink
fix errors goit
Browse files Browse the repository at this point in the history
  • Loading branch information
mafSida committed Aug 17, 2024
1 parent c4ad6bc commit 33041a1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
12 changes: 6 additions & 6 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,8 @@ img {
url(/images/background-image.jpg);
background-repeat: no-repeat;
background-position: center;
background-size: 1440px auto;
background-size: cover;
max-width: 1440px;
margin: 0 auto;
}

Expand Down Expand Up @@ -189,8 +190,7 @@ img {
border-radius: 4px;
padding: 16px 32px;
min-width: 169px;
transition: color 250ms cubic-bezier(0.4, 0, 0.2, 1),
background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hero-order-btn:hover,
Expand Down Expand Up @@ -283,7 +283,8 @@ img {
0 1px 1px 0 rgba(46, 47, 66, 0.16), 0 1px 6px 0 rgba(46, 47, 66, 0.08);
}

.team-list-item:hover .socials-list-link {
.team-list-item:hover .socials-list-link,
.team-list-item:focus .socials-list-link {
background-color: #404bbf;
}

Expand Down Expand Up @@ -369,8 +370,7 @@ img {
letter-spacing: 0.02em;
color: #f4f4fd;
background: #4d5ae5;
padding-right: 32px;
padding-left: 32px;
padding: 40px, 32px;
display: flex;
align-items: center;
height: 100%;
Expand Down
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,8 @@
<main>
<section class="hero section">
<div class="container">
<!-- <div class="hero-wrap"> -->
<h1 class="hero-title">Effective Solutions for Your Business</h1>
<button class="hero-order-btn" type="button">Order Service</button>
<!-- </div> -->
</div>
</section>
<section class="features section">
Expand Down

0 comments on commit 33041a1

Please sign in to comment.