-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
65 lines (58 loc) · 971 Bytes
/
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
64
65
html, body{
width: 100%;
height: 100%;
color: gray;
}
body{
margin-top: 50px;
}
.text_container {
height: inherit;
width: 75%;
background: rgba(0, 0, 0, 0.3);
border-radius: 10px;
color: white;
padding: 10px;
}
.tmdb_logo{
height: 50px;
position: absolute;
bottom: 0;
left: 0;
}
.posterimg {
height: 100px;
float: left;
border-radius: 70px;
border-color: white;
border-style: solid;
border-width: 2px;
margin: 10px;
}
#app {
height: 100%;
border-radius: 10px;
padding: 20px 20px 20px 20px;
background-repeat: no-repeat;
background-position: center;
background-size: cover;
}
#myNavmenu {
text-align: center;
}
.navbar-toggle{
float: left;
}
.input-group {
text-align: center;
padding-left: 15px;
margin-top: 20px;
}
.btn {
margin-top: 15px;
}
@media (min-width: 0) {
.navbar-toggle-reveal {
display: block;
}
}