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

paragraph lines repeated #54

Open
wants to merge 2 commits into
base: master
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
4 changes: 4 additions & 0 deletions Index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ <h2 class="text-uppercase pt-5">
<p class="para">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Error rerum iure obcaecati vel
possimus officia maiores perferendis ut! Quos, perspiciatis.
Lorem ipsum dolor sit amet consectetur adipisicing elit. Error rerum iure obcaecati vel
possimus officia maiores perferendis ut! Quos, perspiciatis.
Lorem ipsum dolor sit amet consectetur adipisicing elit. Error rerum iure obcaecati vel
possimus officia maiores perferendis ut! Quos, perspiciatis.
</p>
<p class="para">
It is a long established fact that a reader will be distracted by the readable content
Expand Down
6 changes: 6 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -200,10 +200,13 @@
width: 16rem;
margin: 5rem .5rem;
transition: box-shadow .7s ease;

}

.site-main > .services-area .services:hover{
box-shadow: var(--box-shadow);
transform: scale(1.1);
transition: all 2s ease;
}


Expand Down Expand Up @@ -234,6 +237,9 @@

.site-main .project-area .grid .our-project .img a:hover img{
filter: brightness(1.1) drop-shadow(1px 8px 30px #b1afaf);
transform: scale(1.05);
transition: all 3s ease;

}


Expand Down