Skip to content

Commit 81895de

Browse files
committed
Update
1 parent 9f1fb4c commit 81895de

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

index.css

+9-5
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,10 @@ nav li a
215215
{
216216
margin-left: 0px;
217217
}
218+
.intro
219+
{
220+
font-size: 18px;
221+
}
218222
}
219223
/*css end for main section*/
220224

@@ -385,16 +389,16 @@ tr td:nth-child(1)
385389
.top-button
386390
{
387391
display: none;
388-
position: fixed;
392+
position: fixed;
389393
bottom: 3%;
390394
right: 3%;
391395
background-color: #7456c6;
392396
color: #fff;
393397
cursor: pointer;
394-
border-radius: 10px;
395-
font-size: 30px;
396-
width: 50px;
397-
height: 50px;
398+
border-radius: 19%;
399+
font-size: 25px;
400+
width: 45px;
401+
/*max-height: 50px;*/
398402
}
399403
/* css end for top button */
400404
/* css to just debug some thing*/

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ <h1 class="text-center section-heading">
421421
<!-- footer section end -->
422422

423423
<a href="#top" id="top-button" class="top-button btn" onclick="jsfunction()">
424-
<i class="fa fa-angle-up"></i>
424+
<i class="fa fa-angle-up text-center"></i>
425425
</a>
426426

427427
<script type="text/javascript">

0 commit comments

Comments
 (0)