File tree Expand file tree Collapse file tree 2 files changed +40
-6
lines changed Expand file tree Collapse file tree 2 files changed +40
-6
lines changed Original file line number Diff line number Diff line change 20
20
src ="https://code.jquery.com/jquery-3.6.0.slim.min.js "
21
21
integrity ="sha256-u7e5khyithlIdTpu22PHhENmPcRdFiHRjhAuHcs05RI= "
22
22
crossorigin ="anonymous ">
23
- </ script >
24
- < script src ="app.js "> </ script >
23
+ </ script >
24
+ < link rel ="stylesheet " href ="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css ">
25
+ < script src ="app.js "> </ script >
25
26
</ head >
26
27
< body style ="background-color:#25274D ">
27
28
< div class ="container main ">
@@ -45,12 +46,21 @@ <h1>Country Details App</h1>
45
46
< div class ="col-md-3 "> </ div >
46
47
</ div >
47
48
48
- < div class ="row ">
49
+ <!-- < div class="row">
49
50
<div class="col-md-8"></div>
50
51
<div class="col-md-4"></> with ❤ by <a href="https://github.com/TushitaParashar" style="text-decoration:none" >Tushita Parashar</a></div>
51
- </ div >
52
+ </div> -->
52
53
53
- </ div >
54
+
55
+ </ div >
56
+ < footer >
57
+ < div > </> with ❤ by < a href ="https://github.com/TushitaParashar " target ="_blank "> Tushita Parashar</ a > </ div > < br >
58
+ < div class ="subfooter " >
59
+ < a href ="# " target ="_blank " class ="hover-links "> < i class ="fa-brands fa-linkedin fa-xl " style ="color: #4400ff; "> </ i > </ a >
60
+ < a href ="# " target ="_blank " class ="hover-links "> < i class ="fa-brands fa-instagram fa-xl " style ="color: #fb00ff; "> </ i > </ a >
61
+ < a href ="# " target ="_blank " class ="hover-links "> < i class ="fa-brands fa-whatsapp fa-xl " style ="color: #097000; "> </ i > </ a >
62
+ </ div >
63
+ </ footer >
54
64
</ body >
55
65
</ html >
56
66
Original file line number Diff line number Diff line change @@ -30,4 +30,28 @@ a:visited{
30
30
a {
31
31
font-weight : bolder;
32
32
color : aliceblue;
33
- }
33
+ }
34
+
35
+ /* footer */
36
+ footer {
37
+ background-color : # 1c0930 ;
38
+ color : white;
39
+ padding : 20px 0 ;
40
+ text-align : center;
41
+ position : fixed;
42
+ bottom : 0 ;
43
+ width : 100% ;
44
+ }
45
+
46
+ footer a {
47
+ color : white;
48
+ text-decoration : none;
49
+ }
50
+
51
+ footer a : hover {
52
+ text-decoration : underline;
53
+ }
54
+
55
+ .fa-brands {
56
+ margin : 0px 20px ;
57
+ }
You can’t perform that action at this time.
0 commit comments