-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
112 lines (88 loc) · 1.56 KB
/
Copy pathindex.css
File metadata and controls
112 lines (88 loc) · 1.56 KB
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
* {
box-sizing: border-box;
}
.grid-container {
display: grid;
}
.text-logo {
text-align: center;
color: white;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
/*color:#FC4A1A;*/
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-style: italic;
}
#logo {
margin-top: 10px;
padding: 10px;
}
.search-text-field {
width: 65%;
min-width: 200px;
height: auto;
font-size: 18px;
}
.search-button {
width: 30%;
min-width: 100px;;
align-self: right;
height: auto;
font-size: 16px;
font-style: bold;
border-radius: 12px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.input-fields {
display: inline;
}
.search-result-logo {
margin-left: 25px;
text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
color:white;
}
#thumbnails-style{
display: inline-block;
margin-left: 20px;
margin-bottom: 30px;
}
img:hover{
background-color: steelblue;
}
img{
border: 1px solid #ddd;
border-radius: 4px;
padding: 5px;
width: 120px;
}
.main-container {
margin-left: 20%;
margin-right: 20%;
background-color: #4ABDAC;
}
button:hover {
cursor: pointer;
background-color: lightgreen;
color: red;
}
button {
background-color: yellow;
}
header{
display: inline;
}
#load-more-videos{
width: 20%;
min-width: 100px;
margin-bottom: 35px;
display: inline;
height: auto;
font-size: 16px;
font-style: bold;
border-radius: 12px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
margin-left: 40%;
margin-right: 40%;
}
#l-more-b{
align-content: center;
}