Skip to content

Commit

Permalink
Added the footer (#53)
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
Aishaa-26 authored Oct 19, 2022
1 parent 98a0e8b commit 8478fcd
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 3 deletions.
12 changes: 11 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,14 @@ span{
.titles{
margin-bottom: 2rem;
}
}
}

.footer {
position: fixed;
left: 0;
bottom: 0;
width: 100%;
background-color: rgb(78, 77, 77);
color: white;
text-align: center;
}
1 change: 1 addition & 0 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,6 @@ <h5 class="card-title">Hacktoberfest 2020</h5>
</div>
</div>
</section>
<div class="footer">PowerTheWeb | Developed By PTW Community @ 2022</div>
</body>
</html>
2 changes: 2 additions & 0 deletions contributor.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@
</li>
</ul>
</nav>

<div class="footer">PowerTheWeb | Developed By PTW Community @ 2022</div>
</body>
</html>
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ <h1>Welcome to the open-source projects.</h1>
sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>
</div>
</section>
<div class="footer">PowerTheWeb | Developed By PTW Community @ 2022</div>
</body>

</html>
</html>
4 changes: 3 additions & 1 deletion project.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,5 +127,7 @@ <h1 class="text-center">Project List</h1>
</tr>
</table>
</section>

<div class="footer">PowerTheWeb | Developed By PTW Community @ 2022</div>
</body>
</html>
</html>

1 comment on commit 8478fcd

@vercel
Copy link

@vercel vercel bot commented on 8478fcd Oct 19, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.