intelidomWebsite/src/lib/Footer.svelte

20 lines
262 B
Svelte

<script>
</script>
<style>
.footer{
background-color: #11161a;
width: 100%;
display: flex;
justify-content: center;
align-items: end;
height: 10em;
}
</style>
<div class = "footer">
<p>
Intelidom d.o.o. 2025
</p>
</div>