Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulshahvez committed May 9, 2024
1 parent 692e2b7 commit 1af225c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ body {
.btn-primary {
background-color: var(--old-rose);
color: var(--white);
border-radius: 5px;
}

.btn-primary:is(:hover, :focus) { background-color: var(--chinese-violet); }
Expand Down Expand Up @@ -515,6 +516,7 @@ body {
border-radius: var(--radius-5);
box-shadow: var(--shadow-2);
transition: var(--transition-2);
border-radius: 10px;
}

.chapter-card:is(:hover, :focus-within) { transform: translateY(-10px); }
Expand Down Expand Up @@ -584,6 +586,7 @@ body {
background-color: var(--white);
text-align: center;
transition: var(--transition-2);
border-radius: 10px;
}

.pricing-card:is(:hover, :focus-within),
Expand Down Expand Up @@ -691,6 +694,7 @@ body {
margin-block-end: 15px;
outline: none;
border-block-end: 2px solid transparent;
border-radius: 8px;
}

.input-field:focus { border-color: var(--old-rose); }
Expand All @@ -707,6 +711,7 @@ textarea.input-field {
.contact-card {
background-color: var(--seashell);
padding: 30px;
border-radius: 10px;
}

.contact-card .card-title {
Expand Down Expand Up @@ -827,6 +832,7 @@ textarea.input-field {
max-width: 540px;
width: 100%;
margin-inline: auto;
border-radius: 10px;
}

.section-text { --fs-7: 2rem; }
Expand Down Expand Up @@ -1134,7 +1140,8 @@ textarea.input-field {

.contact .wrapper { grid-template-columns: 1fr 0.5fr; }

.contact-form { padding: 40px; }
.contact-form { padding: 40px;
border-radius: 10px;}

}

Expand Down

0 comments on commit 1af225c

Please sign in to comment.