Skip to content

Commit

Permalink
edit scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
aliramezani747 committed May 19, 2024
1 parent c434f51 commit 743291c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"liveServer.settings.port": 5501
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@
</section>
<section class="slogan">
<div>
<P> <span>پیشگامان،</span> همراه بدون مرز جهان آنلاین </P>
<P> <span id="Fourth">پیشگامان،</span> همراه بدون مرز جهان آنلاین </P>
</div>
</section>
<section class="Fourth" id="Fourth">
<section class="Fourth">
<div>
<div class="cards">
<P class="text4"> سرویس ۱۰۰ گیگ</P>
Expand Down
6 changes: 5 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ body {
margin: 0px;
direction: rtl;
font-size: 16px;
scroll-behavior: auto;
}

html {
scroll-behavior: smooth;
}

@font-face {
Expand Down Expand Up @@ -61,6 +64,7 @@ body {
padding: 2px 10px;
border: 0px;
font-size: 2vw;
scroll-behavior: smooth;
text-decoration: none;
}

Expand Down

0 comments on commit 743291c

Please sign in to comment.