-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstagram_topline.css
More file actions
70 lines (61 loc) · 954 Bytes
/
instagram_topline.css
File metadata and controls
70 lines (61 loc) · 954 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
/* Topline*/
.Topline {
position: fixed;
top: 0%;
padding:0%;
margin:0%;
overflow: auto;
background-color: white;
width : 1516px;
height: 58px;
border: 1.5px solid #EEEDED;
z-index: 100;
}
.logo {
position:fixed;
left: 20%;
top: 2.5%;
z-index: 100;
}
.searchinput{
position:fixed;
right: 42%;
top: 1.2%;
z-index: 100;
}
.homelogo{
position:fixed;
right: 34.5%;
top: 0.4%;
}
.dmlogo{
position:fixed;
right: 32.2%;
top: 2.2%;
}
.addlogo{
position:fixed;
right: 29%;
top: 2.2%;
}
.compasslogo{
position:fixed;
right: 26%;
top: 2.2%;
}
.heartlogo{
position:fixed;
right: 23%;
top: 2.1%;
}
.my_profile{
position:fixed;
right: 20%;
top: 1.9%;
}
.usingexplain{
position:fixed;
top: 13%;
right: 22%
}
/*End Topline*/