forked from jmnorma/MeTube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.css
49 lines (45 loc) · 892 Bytes
/
header.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
.home{
float: left;
display: block;
text-align: center;
padding: 14px 16px;
text-decoration: none;
color:#ffffff;
}
.search{
margin-top: auto;
margin-bottom: auto;
display: block;
float:right;
text-align: center;
padding: 14px 16px;
text-decoration: none;
color:#ffffff;
}
.searchButton{
margin-top: auto;
margin-bottom: auto;
display: block;
float:right;
align-self: center;
text-align: center;
padding: 14px 16px;
text-decoration: none;
background-color: #08415c;
color:#ffffff;
}
.upload{
float: right;
display: block;
text-align: center;
padding: 14px 16px;
text-decoration: none;
color:#ffffff;
}
.App-header {
align-items: center;
justify-content: center;
min-height: 20px;
font-size: calc(10px + 2vmin);
color: #ffffff;
}