Untitled
unknown
plain_text
10 months ago
816 B
4
Indexable
<footer>
<div class="container">
<div class="row">
<div class="col">
<copyright> 2024 by Bugarin Florin © All rights reserved. </copyright>
</div>
<div class="col">
<i class="material-icons">cloud</i>
<i class="material-icons">favorite</i>
<i class="material-icons">attachment</i>
<i class="material-icons">computer</i>
<i class="material-icons">traffic</i>
</div>
</div>
</div>
<footer>
/* -- Footer -- */
footer {
left: 0;
bottom: 0;
width: 100%;
background-color: #3d5d64;
color: var(--white);
text-align: center;
}
footer copyright {
font-family: 'Times New Roman', Times, serif;
}
/* -- End footer -- */ Editor is loading...
Leave a Comment