This commit is contained in:
Raphael Rees 2022-12-12 09:29:29 +01:00
parent a44ff3c530
commit b2c247f316
2 changed files with 8 additions and 1 deletions

View file

@ -10,6 +10,12 @@
} }
footer {
position: absolute;
bottom: 0;
text-align: justify;
color: white;
}
div { div {
height: 50px; height: 50px;

View file

@ -22,6 +22,7 @@
</article> </article>
</section> </section>
</main>--> </main>-->
<hr>
<footer> <footer>
<p>© Copyright 2022 by 3MIC. All Rights Reserved</p> <p>© Copyright 2022 by 3MIC. All Rights Reserved</p>
</footer> </footer>