Merge pull request #6 from mhmdali102/click-text-get-start-button

Click text get start button
This commit is contained in:
Vaxry 2022-11-01 18:03:24 +00:00 committed by GitHub
commit 51bd75bbdf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -508,7 +508,6 @@ header {
#get-started-button {
width: 330px;
background-color: aquamarine;
padding: 20px 80px;
margin-inline: auto;
margin-bottom: 160px;
transition: all 0.5s ease;
@ -526,6 +525,9 @@ header {
text-decoration: none;
font-family: "Sofia-Pro-Medium";
font-size: 22px;
padding: 20px;
display: block;
text-align: center;
}