Film
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
a94bffb828
commit
3c8c78d5ea
|
@ -2,24 +2,37 @@
|
||||||
title: Start
|
title: Start
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<!-- Videobakgrund med blur -->
|
||||||
|
<div style="position: relative; width: 100%; height: 90vh; overflow: hidden;">
|
||||||
|
|
||||||
|
<!-- Blurrad bakgrundsvideo -->
|
||||||
<video autoplay loop muted playsinline
|
<video autoplay loop muted playsinline
|
||||||
style="position: absolute; left: 50%;
|
style="position: absolute; top: 0; left: 0;
|
||||||
transform: translate(-50%, -50px);
|
width: 100%; height: 100%;
|
||||||
height: 90vh;
|
object-fit: cover;
|
||||||
object-fit: cover; z-index: -1;">
|
filter: blur(20px) brightness(0.7);
|
||||||
|
transform: scale(1.1); /* lite zoom för att dölja kanter */
|
||||||
|
z-index: -2;">
|
||||||
<source src="assets/drone.mp4" type="video/mp4">
|
<source src="assets/drone.mp4" type="video/mp4">
|
||||||
Din webbläsare stödjer inte video.
|
|
||||||
</video>
|
</video>
|
||||||
|
|
||||||
|
<!-- Skarp centrerad video -->
|
||||||
|
<video autoplay loop muted playsinline
|
||||||
|
style="position: absolute; left: 50%; top: 50%;
|
||||||
|
height: 90vh;
|
||||||
|
transform: translate(-50%, -50px);
|
||||||
|
object-fit: cover;
|
||||||
|
z-index: -1;">
|
||||||
|
<source src="assets/drone.mp4" type="video/mp4">
|
||||||
|
</video>
|
||||||
|
|
||||||
<!-- Mellanrum -->
|
</div>
|
||||||
<div style="height: 100vh;"></div>
|
|
||||||
|
<!-- Spacer -->
|
||||||
|
<div style="height: 90vh;"></div>
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
# SA6ANW
|
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue