forked from jashgopani/Shuttergram
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsearch.css
More file actions
52 lines (43 loc) · 722 Bytes
/
Copy pathsearch.css
File metadata and controls
52 lines (43 loc) · 722 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
.srch{
border-bottom:1px solid rgba(0,0,0,.1);
background : whitesmoke;
margin:5px;
/* margin-top:0px; */
padding: 2px;
}
.pad{
padding:1px;
}
/* ---------------timeline css------------ */
.postImg{
width: 5vw;
height: 5vw;
border-radius: 200px;
padding: 3px;
margin: 0;
}
.postTitle{
position: relative;
left: 4vw;
}
i{
font-size: 1.7rem
}
a.username{
color: black;
font-weight: 800;
text-decoration: none;
text-decoration-color: black;
}
a.username :hover{
color: black;
text-decoration: none;
text-decoration-color: black;
}
i.likeBtn{
cursor: pointer;
}
.h{
font-family: 'Exo 2', sans-serif;
color: deeppink
}