Skip to content

Commit

Permalink
numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
Domitrii committed Aug 27, 2023
1 parent 8ae6456 commit 5a031f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
20 changes: 2 additions & 18 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -75,31 +75,15 @@
color: #404bbf;
}

.number {
font-size: 16px;
line-height: 1.5;
letter-spacing: 0.02em;
color: #434455;
}

.number:hover {
color: #404bbf;
}

.number:focus {
color: #404bbf;
}




.h1-button {
.hone-button {
justify-content: center;
color: #ffffff;
background-color: #2E2F42;
}

.sect-h1 {
.sect-hone {
font-size: 56px;
line-height: 1.07;
text-align: center;
Expand Down
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
</address>
</header>
<main>
<section class="h1-button">
<h1 class="sect-h1">Effective Solutions<br>for Your Business</h1>
<section class="hone-button">
<h1 class="sect-hone">Effective Solutions<br>for Your Business</h1>
<button type="button" class="button">Order Service</button>
</section>
<section class="character">
Expand Down

0 comments on commit 5a031f8

Please sign in to comment.