19 lines
491 B
Svelte
19 lines
491 B
Svelte
<svelte:head>
|
|
<title>Past and Current Projects</title>
|
|
</svelte:head>
|
|
|
|
<h1>Past and Current Projects</h1>
|
|
|
|
<figure class="">
|
|
<video class="shadow rounded" type="video/mp4" src="video/ledCube.mp4" autoplay="true" loop="true" video muted="true" style="height: 100%; width: 100%; object-fit: cover;" alt="Video Of LED Cube I Made"></video>
|
|
<figcaption>Led Cube I made on Live Stream</figcaption>
|
|
</figure>
|
|
|
|
<style>
|
|
h1{
|
|
text-align: center;
|
|
}
|
|
figcaption{
|
|
text-align: center;
|
|
}
|
|
</style> |