Skip to content

Commit

Permalink
Merge pull request anuragverma108#10 from abdulshahvez/border-update
Browse files Browse the repository at this point in the history
sharp border fixed issue#1
  • Loading branch information
anuragverma108 authored May 9, 2024
2 parents ecdc7b4 + 1af225c commit ffc2b80
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){ box-shadow: var(--shadow-4); }
Expand Down Expand Up @@ -690,6 +693,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 @@ -706,6 +710,7 @@ textarea.input-field {
.contact-card {
background-color: var(--seashell);
padding: 30px;
border-radius: 10px;
}

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

.section-text { --fs-7: 2rem; }
Expand Down Expand Up @@ -1133,7 +1139,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 ffc2b80

Please sign in to comment.