Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

commiting code by rafeya #1985

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ <h1 class="text-4xl text_2 text-center md:text-left md:ml-12 uppercase font-ser
<div class="heading-main-body">
<div class="main-body-heading-text z-10">
<h1 class="heading-main-body-h1"><span>Adopt</span> Me</h1>
<p>Give life to an animal in need.</p>
<p>Give life to an animal in need.<br>pets are not just animal;<br>they are family ,bringing joy,love and companionship into our lives.</p>
</div>
</div>
</div>
Expand Down
17 changes: 8 additions & 9 deletions introSection.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
}
.main-body-heading-text span{
color: hsl(37, 73%, 59%);
text-shadow: 3px 3px 4px rgba(0, 0, 0, 0.5);
text-shadow: 3px 4px 5px rgba(0, 0, 0, 0.5);
}

.pet-card-flex {
Expand All @@ -85,7 +85,7 @@
background-color: rgb(255, 231, 202);
border-radius: 50px;
overflow: hidden;
width: 49%;
width: 50%;
justify-content: center;
margin-top: 10px;
margin-bottom: 10px;
Expand All @@ -95,17 +95,16 @@
display: flex;
flex-direction: row;
justify-content: space-evenly;
scroll-margin-top:96px;
scroll-margin-top:95px;
}

.main-img {
position: relative;
background-color: rgb(255, 231, 202);
border-radius: 15px;
background-color: rgb(250, 230, 205);
border-radius:20 px;
overflow: hidden;
transition: all 300ms;
}

.hv {
position: relative;
background-size: cover;
Expand All @@ -118,7 +117,7 @@
content: "";
width: 100%;
height: 100%;
background-color: rgb(255, 231, 202);
background-color: rgb(250, 230, 205);
top: 0;
opacity: 0;
}
Expand All @@ -136,7 +135,7 @@
}

.card-img-a {
background-color: rgb(255, 231, 202);
background-color: rgb(250, 230, 205);
color: rgb(255, 231, 202);
}

Expand All @@ -160,6 +159,6 @@
::-webkit-scrollbar-thumb {
background-clip: content-box;
border: 2px transparent solid;
background-color: brown;
background-color: rgb(156, 153, 153);
border-radius: 13px;
}
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
padding: 12px 24px;
font-size: 1.25rem;
border-radius: 0.5rem;
border: 0.1rem solid rgb(68,38,0);
border: 0.1rem solid rgb(243, 240, 237);
color: #fff;
cursor: pointer;
background: #895a21;
Expand Down