custom homapage
This commit is contained in:
20
src/lib/components/Card.svelte
Normal file
20
src/lib/components/Card.svelte
Normal file
@@ -0,0 +1,20 @@
|
||||
<script lang="ts">
|
||||
export let title: string;
|
||||
</script>
|
||||
|
||||
<div class="card">
|
||||
<h1>{title}</h1>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
.card {
|
||||
margin: 1rem 0;
|
||||
overflow: hidden;
|
||||
border-radius: 0.25rem;
|
||||
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
BIN
src/lib/images/profil.webp
Normal file
BIN
src/lib/images/profil.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 352 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 113 KiB |
Reference in New Issue
Block a user