File tree Expand file tree Collapse file tree 5 files changed +19
-3
lines changed Expand file tree Collapse file tree 5 files changed +19
-3
lines changed Original file line number Diff line number Diff line change 34
34
.titles {
35
35
margin-bottom : 2rem ;
36
36
}
37
- }
37
+ }
38
+
39
+ .footer {
40
+ position : fixed;
41
+ left : 0 ;
42
+ bottom : 0 ;
43
+ width : 100% ;
44
+ background-color : rgb (78 , 77 , 77 );
45
+ color : white;
46
+ text-align : center;
47
+ }
Original file line number Diff line number Diff line change @@ -96,5 +96,6 @@ <h5 class="card-title">Hacktoberfest 2020</h5>
96
96
</ div >
97
97
</ div >
98
98
</ section >
99
+ < div class ="footer "> PowerTheWeb | Developed By PTW Community @ 2022</ div >
99
100
</ body >
100
101
</ html >
Original file line number Diff line number Diff line change 44
44
</ li >
45
45
</ ul >
46
46
</ nav >
47
+
48
+ < div class ="footer "> PowerTheWeb | Developed By PTW Community @ 2022</ div >
47
49
</ body >
48
50
</ html >
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ <h1>Welcome to the open-source projects.</h1>
51
51
sandbox ="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts "> </ iframe >
52
52
</ div >
53
53
</ section >
54
+ < div class ="footer "> PowerTheWeb | Developed By PTW Community @ 2022</ div >
54
55
</ body >
55
56
56
- </ html >
57
+ </ html >
Original file line number Diff line number Diff line change @@ -127,5 +127,7 @@ <h1 class="text-center">Project List</h1>
127
127
</ tr >
128
128
</ table >
129
129
</ section >
130
+
131
+ < div class ="footer "> PowerTheWeb | Developed By PTW Community @ 2022</ div >
130
132
</ body >
131
- </ html >
133
+ </ html >
You can’t perform that action at this time.
0 commit comments