-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstyle.css
More file actions
75 lines (63 loc) · 1014 Bytes
/
style.css
File metadata and controls
75 lines (63 loc) · 1014 Bytes
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
body{
background-image: url(images/main-bg.jpg);
background-repeat: no-repeat ;
background-size: 100%, auto;
height: 100%;
margin: 0px;
font-family: 'Encode Sans', sans-serif;
}
.nav-bar{
height: 70px;
background: rgba(255, 255, 255, 0.4);
margin: 0px;
}
.logo{
float: left;
margin: 0px;
}
.name{
padding-left: 80px;
position: relative;
top: 50%;
transform: translateY(-50%);
font-size: 30px;
}
.container{
position: relative;
top: 250px;
font-size: 30px;
}
.search-bar{
position: relative;
height: 50px;
width: 100%;
}
.search-input{
height: 100%;
}
.search-btn-holder {
}
.search-btn{
width: 100%;
height: 100%;
background-color: rgb(0, 123, 255);
font-size: 25px;
}
.search-btn:hover{
background-color: rgb(0, 105, 217);
}
.or-holder{
position: relative;
top: 30px;
font-weight: bold;
}
.select-type{
position: relative;
top: 50px;
}
.select-btn{
width: 200px;
border-radius: 100px;
height: 50px;
font-size: 25px;
}