######### Bild im Hintergrund ########################### #---## CSS Datei ##---# body { background: url(bild.jpg) no-repeat fixed; background-size: cover; background-position: center center; background-repeat: no-repeat; background-attachment: fixed; margin:0; padding:0; } ######### Video im Hintergrund ########################### #---## CSS Datei ##---# #video_background { position: absolute; top: 0px; right: 0px;min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -1000;overflow: hidden; } #video_pattern { background-image: url(pattern.png); ### Ein Transparentes Bild mit Karomuster über das Video legen wenn man will. position: fixed; opacity: 0.5; left: 0px; top: 0px; width: 100%; height: 100%;z-index: -1; } #---## HTML Datei ##---#
... ... ...
Text bla bla bla Download |