Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Final Project Commit
  • Loading branch information
plb18001 committed Apr 25, 2022
1 parent ad8f9f5 commit 64cfae6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
11 changes: 5 additions & 6 deletions final-project/css/main.css
Expand Up @@ -366,10 +366,14 @@ textarea {
display: flex;
gap: .5em;
}
#seventh-middle1 button a {
#seventh-middle1 a {
display: block;
text-decoration: none;
color: white;
background-color: tomato;
border-style: none;
width: 179px;
text-align: center;
}

.input-field {
Expand All @@ -385,11 +389,6 @@ textarea {
margin-bottom: 10px;
margin-left: 1em;
}
#seventh-middle1 button{
background-color: tomato;
border-style: none;
width: 179px;
}
#seventh-middle2 form {
text-align: center;
}
Expand Down
2 changes: 1 addition & 1 deletion final-project/index.html
Expand Up @@ -227,7 +227,7 @@
<p>30 days free trial for all.</p>
</div>

<button data-aos="flip-up" class="input-field"><a href="#">TRY NOW</a></button>
<a href="#" data-aos="flip-up" class="input-field">TRY NOW</a>
</div>
</div>

Expand Down

0 comments on commit 64cfae6

Please sign in to comment.