Skip to content

Commit

Permalink
btn radius
Browse files Browse the repository at this point in the history
  • Loading branch information
j05u3 committed Jan 24, 2024
1 parent 1790bf4 commit f2dddd5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
22 changes: 22 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,22 @@
.home-link:hover {
border-color: var(--dl-color-gray-black);
}
@media(max-width: 1600px) {
.home-link {
color: var(--dl-color-gray-black);
font-family: Courier New;
font-weight: 700;
text-decoration: none;
}
}
@media(max-width: 1200px) {
.home-link {
color: var(--dl-color-gray-black);
font-family: Courier New;
font-weight: 700;
text-decoration: none;
}
}
@media(max-width: 991px) {
.home-hero {
flex-direction: column;
Expand Down Expand Up @@ -110,6 +126,9 @@
}
.home-link {
color: var(--dl-color-gray-black);
font-family: Courier New;
font-weight: 700;
text-decoration: none;
}
}
@media(max-width: 767px) {
Expand Down Expand Up @@ -143,6 +162,9 @@
}
.home-link {
color: var(--dl-color-gray-black);
font-family: Courier New;
font-weight: 700;
text-decoration: none;
}
}
@media(max-width: 479px) {
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ <h1 data-thq-animate-on-reveal="true" class="home-text">
href="https://cal.com/josue.0/sudo"
target="_blank"
rel="noreferrer noopener"
class="home-link button"
class="home-link button-sudo"
>
book a meeting
</a>
Expand Down
9 changes: 9 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@
border-radius: 4px;
background-color: var(--dl-color-gray-white);
}
.button-sudo {
color: var(--dl-color-gray-black);
display: inline-block;
padding: 0.5rem 1rem;
border-color: var(--dl-color-gray-black);
border-width: 1px;
border-radius: 0px;
background-color: var(--dl-color-gray-white);
}
.input {
color: var(--dl-color-gray-black);
cursor: auto;
Expand Down

0 comments on commit f2dddd5

Please sign in to comment.