File tree 1 file changed +46
-0
lines changed
1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < style >
5
+ body , html {
6
+ margin : 0 ;
7
+ padding : 0 ;
8
+ }
9
+ # video-background {
10
+ position : fixed;
11
+ top : 0 ;
12
+ left : 0 ;
13
+ width : 100% ;
14
+ height : 100% ;
15
+ object-fit : cover;
16
+ z-index : -1 ;
17
+ }
18
+ .profile-container {
19
+ display : flex;
20
+ flex-direction : column;
21
+ align-items : center;
22
+ }
23
+ .profile-image {
24
+ width : 100px ;
25
+ height : 100px ;
26
+ border-radius : 50% ;
27
+ background-color : # ccc ;
28
+ margin-bottom : 20px ;
29
+ }
30
+
31
+ .profile-name {
32
+ font-size : 24px ;
33
+ font-weight : bold;
34
+ }
35
+ </ style >
36
+ </ head >
37
+ < body > 、
38
+ < div class ="profile-container ">
39
+ < div class ="profile-image "> </ div >
40
+ < div class ="profile-name "> Your Name</ div >
41
+ </ div >
42
+ < video id ="video-background " autoplay loop muted >
43
+ < source src ="windmills by visualdon loop.mp4 " type ="video/mp4 ">
44
+ </ video >
45
+ </ body >
46
+ </ html >
You can’t perform that action at this time.
0 commit comments