-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
123 lines (112 loc) · 1.92 KB
/
index.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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
background: linear-gradient(to bottom, #1F4E79 30%, #1F4E79 30%, #ddd 70%, #ddd 40%);
opacity: 5.7;
}
#span {
color: greenyellow;
background-position: center;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
#tv-list {
height: 10vh;
display: flex;
flex-wrap: wrap;
align-items: top center;
}
#tv-list span{
height: 60%;
width: 13vw;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
border: 4px solid greenyellow;
color: white
}
#display-info {
display: flex;
flex-flow: column;
align-items: center;
}
iframe{
display: flex;
flex-flow: column;
align-items: center ;
text-align: center;
top: auto
}
h2 {
display: flex;
flex-flow: column;
align-items: center;
font-size: 1.5rem;
}
h3 {
display: flex;
flex-flow: column;
align-items: center;
font-size: 1.5rem;
}
input {
margin-right: 20px;
flex-flow: column ;
font-size: 1.3rem;
Display: inherit;
border: 3px solid #73AD21;
background: beige;
position: sticky;
bottom:1;
}
input:hover {
transform: translate(10px, 5px);
background: rgb(0, 225, 255);
transition: 0.3s;
}
label {
font-size: 1.3rem;
opacity: 10;
}
#my-dropdown {
color: #FFFFFF;
min-height: 15px;
position:absolute;
left:1628px;
top:20px;
}
h5 {
font-size: 1.3rem;
height: 6vh;
}
.fa-trash {
font-size: 1.9rem;
}
.fa-check {
font-size: 1.9rem;
transition: 1.8s;
transform: translate(30px, 10px);
}
.watch{
font-size: 1.9rem;
transition: 1.8s;
transform: translate(30px, 10px);
}
h1 {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
lable{
min-height: 15px;
position:absolute;
left:1422px;
top:20px;
}