-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
63 lines (56 loc) · 1.09 KB
/
main.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
html,
body {
/* background: #ebde91; */
font-size: 14pt;
background-image: url('./images/sandeep_chair.png');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
height: 100%;
width: 100%;
text-align: center;
}
.parent {
display: grid;
grid-template-columns: 30vw 30vw 30vw;
/* background-color: #2196F3; */
/* padding: 10px; */
position: absolute;
height: 100%;
width: 100%;
text-align: center;
transform: translateX(10%);
}
video {
width: 100vw;
height: 100vh;
object-fit: cover;
position: fixed;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
}
#aprlfls {
background-image: url('./images/Sandeep.jpeg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
position: relative;
}
img {
position: relative;
/* height: 100%;
width: 100%; */
}
button {
display: block;
width: 50%;
height: 50%;
position: relative;
transform: translate(75%, 25%);
}
/* video {
visibility: hidden;
} */