telephone 06 01 52 15 20
Video Background

Welcome to My Website

Your amazing content goes here.

/* Reset margins and paddings */ * { margin: 0; padding: 0; box-sizing: border-box; } /* Style the body */ body { font-family: Arial, sans-serif; height: 100vh; overflow: hidden; /* Prevent scrollbars */ } /* Container for the video and content */ .video-container { position: relative; height: 100vh; /* Full viewport height */ width: 100vw; /* Full viewport width */ overflow: hidden; /* Prevent scrollbars */ } /* Style the video to cover the entire screen */ #background-video { position: absolute; top: 50%; left: 50%; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1; /* Send video behind content */ transform: translate(-50%, -50%); /* Center the video */ } /* Overlay content styling */ .overlay-content { position: relative; color: white; /* Ensure text is readable */ text-align: center; z-index: 1; /* Place content above the video */ }