Skip to content

Commit

Permalink
footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Bapt-Tech authored Oct 16, 2024
1 parent c038b25 commit ab33d78
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ <h1 id="title">Welcome to the TerraMine Website !</h1>
</section>

<footer>
<p>©, Bapt-tech, 2024</p>
<section id="info" class="footer">
<p>©, Bapt-tech, 2024</p>
</section>
</footer>

</body>

</html>
8 changes: 7 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ nav ul li a {
transition: color 0.3s ease;
}


.text-info {
margin-bottom: 40px;
background-color: #222;
Expand Down Expand Up @@ -141,3 +140,10 @@ nav ul li a:hover, button:hover {
from { opacity: 0; }
to { opacity: 1; }
}

.footer {
margin-top: 30px;
margin-bottom: 30px;
display: flex;
justify-content: center;
}

0 comments on commit ab33d78

Please sign in to comment.