Skip to content

Commit 8478fcd

Browse files
authored
Added the footer (#53)
* Updated style.css Added the style for the footer class. * Updated project.html Added the footer * Updated index.html Added footer * Updated contributer.html Added the footer * Updated blog.html Added the footer.
1 parent 98a0e8b commit 8478fcd

File tree

5 files changed

+19
-3
lines changed

5 files changed

+19
-3
lines changed

assets/css/style.css

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,14 @@ span{
3434
.titles{
3535
margin-bottom: 2rem;
3636
}
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+
}

blog.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,5 +96,6 @@ <h5 class="card-title">Hacktoberfest 2020</h5>
9696
</div>
9797
</div>
9898
</section>
99+
<div class="footer">PowerTheWeb | Developed By PTW Community @ 2022</div>
99100
</body>
100101
</html>

contributor.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,7 @@
4444
</li>
4545
</ul>
4646
</nav>
47+
48+
<div class="footer">PowerTheWeb | Developed By PTW Community @ 2022</div>
4749
</body>
4850
</html>

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ <h1>Welcome to the open-source projects.</h1>
5151
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
5252
</div>
5353
</section>
54+
<div class="footer">PowerTheWeb | Developed By PTW Community @ 2022</div>
5455
</body>
5556

56-
</html>
57+
</html>

project.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,5 +127,7 @@ <h1 class="text-center">Project List</h1>
127127
</tr>
128128
</table>
129129
</section>
130+
131+
<div class="footer">PowerTheWeb | Developed By PTW Community @ 2022</div>
130132
</body>
131-
</html>
133+
</html>

0 commit comments

Comments
 (0)