-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathInstaproj.css
62 lines (62 loc) · 910 Bytes
/
Instaproj.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
*{
margin: 0px auto;
}
.container{
margin: 0px auto;
max-width: 900px;
}
table{
width: 100%;
}
tr{
height:275px;
}
#divheader{
height: 60px;
margin-top:20px;
border-bottom:2px solid #e6e6e6;
}
#divimage{
margin-top: 20px; margin-bottom: 40px;
}
#divprofile{
margin-top: 40px;
height: 225px;
margin-bottom: 20px;
border-bottom:2px solid #ccc;
}
.divpost{
height: 60px;padding-top: 20px;padding-left: 50px;
}
.image{
width:250px;
height:250px;
}
.divpostcntr{
max-width:700px;
margin:0px auto;
}
.divlkbtn{
padding:10px;
padding-left: 50px;
border-bottom:1px solid #ccc;
}
.divprfleimg
{
width: 50px;
height: 50px;
margin-right: 50px;
float: left;
}
.imgpst
{
width: 600px;
height: 600px;
margin:0px 50px;
}
.imgprfl
{
width: 40px;
height: 40px;
border-radius: 10px;
}