-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
51 lines (44 loc) · 859 Bytes
/
style.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
body {
background-image: url("./source/Youtube-Video-UI.jpg");
background-size: cover;
background-repeat: no-repeat;
/* background-color: #cccccc; */
height: 100vh;
/* overflow: hidden; */
}
#topNav {
width: 100vw;
height: 5vh;
/* background-color: aqua; */
}
#middle{
width: 100vw;
height: 95vh;
/* background-color: red; */
}
#leftColumn{
width: 180vw;
height: 70vh;
}
#rightColumn{
width: 180vw;
height: 70vh;
}
#mainVideo{
border:0px #ffffff none;
display: block;
margin-left:1vw;
margin-top: 3vh;
/* height: 290px; */
height: 80vh;
width: 90%;
}
/* #main{
border:0px #ffffff none;
background-color: red;
display: block;
margin-left:1vw;
margin-top: 5vh;
height: 30px;
width: 20px;
} */