File tree Expand file tree Collapse file tree 9 files changed +12
-17
lines changed Expand file tree Collapse file tree 9 files changed +12
-17
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 8
8
justify-content : center;
9
9
display : none;
10
10
align-items : center;
11
- border-radius : 100% ;
12
- background-color : grey;
11
+ border-radius : 100% ; /* Makes the button circular */
13
12
}
14
13
15
14
.go-top-btn img {
16
- width : 45 px ;
17
- height : 45 px ;
18
- }
19
-
15
+ width : 55 px ;
16
+ height : 55 px ;
17
+ border-radius : 50 % ; /* Makes the image circular */
18
+ }
Original file line number Diff line number Diff line change @@ -854,7 +854,7 @@ <h4>Follow US</h4>
854
854
< script src ="./Internships/script.js "> </ script >
855
855
856
856
< button class ="go-top-btn ">
857
- < img src ="upi-arrow .png " alt ="up-arrow ">
857
+ < img src ="up-arrow2 .png " alt ="up-arrow ">
858
858
859
859
< script src ="ScrollToTop.js "> </ script >
860
860
</ button >
Original file line number Diff line number Diff line change @@ -804,12 +804,12 @@ i {
804
804
justify-content : center;
805
805
display : none;
806
806
align-items : center;
807
- border-radius : 100% ;
808
- background-color : grey;
807
+ border-radius : 100% ; /* Makes the button circular */
809
808
}
810
809
811
810
.go-top-btn img {
812
- width : 45px ;
813
- height : 45px ;
811
+ width : 55px ;
812
+ height : 55px ;
813
+ border-radius : 50% ; /* Makes the image circular */
814
814
}
815
815
Original file line number Diff line number Diff line change @@ -324,19 +324,15 @@ <h6>Quick Links</h6>
324
324
</ div >
325
325
</ div >
326
326
327
- < div class ="container ">
328
- < h1 class ="hello-text "> Hello</ h1 >
329
- </ div >
330
-
331
327
</ footer >
332
328
<!-- Bootstrap core JS-->
333
329
< script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/js/bootstrap.bundle.min.js "
> </ script >
334
330
< script src ="./posts/script.js "> </ script >
335
331
336
332
< button class ="go-top-btn ">
337
- < img src ="up-arrow .png " alt ="up-arrow ">
333
+ < img src ="up-arrow2 .png " alt ="up-arrow ">
338
334
339
- < script src ="ScrolllToTop .js "> </ script >
335
+ < script src ="ScrollToTop .js "> </ script >
340
336
</ button >
341
337
342
338
</ body >
You can’t perform that action at this time.
0 commit comments