Skip to content

Commit

Permalink
make responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-arab committed Jul 20, 2024
1 parent c189b44 commit d454c3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,15 @@ a{
.skill-seperator-line{
width: 70%;
}
.playfair-display-normal-1000 {
font-family: "Playfair Display", serif;
font-optical-sizing: auto;
font-weight: 600;
font-style: normal;
}
.font-size-80{
font-size: 50px;
}
}
@media screen and (max-width: 350px){
.progress-line{
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</div>
<div id="header-inroduction-text-container-div-2">
<p class="jost-normal-300 font-size-35" style="margin-bottom: 0rem; padding: 0rem;">HELLO, I'M</p>
<h1 class="playfair-display-normal-1000 font-size-80" style="margin-bottom: 1rem;margin-top: 0rem;padding: 0rem;">Ahmad Arab</h1>
<h1 class="playfair-display-normal-1000 font-size-80" style="margin-bottom: 1rem;margin-top: 0rem;padding: 0rem;text-align: center;">Ahmad Arab</h1>
<p class="playfair-display-italic-400 font-size-22" style="margin-top: 0rem;">Full stack developer</p>
</div>

Expand Down

0 comments on commit d454c3e

Please sign in to comment.