-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (40 loc) · 1.16 KB
/
style.css
File metadata and controls
44 lines (40 loc) · 1.16 KB
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
body {
background-color: rgba(192,192,192,0.3);
}
small {
margin-left: 3%;
}
.title {
margin-left: 2%;
margin-top: 5%;
font-size: 150%;
font-weight: bold;
}
.profile {
margin-top: 2%;
border-radius: 50%;
width: 6%;
height: 6%;
}
.grid {
width: 31%;
height: 31%;
margin: 1%;
margin-bottom: 4%;
}
.bio {
text-align: center;
margin-right: 2%;
margin-left: 2%;
}
.contact {
text-align: center;
font-size: 80%;
color: #708090;
margin-bottom: 5%;
}
.ig-b- { display: inline-block; }
.ig-b-:hover { background-position: 0 -60px; } .ig-b-:active { background-position: 0 -120px; }
.ig-b-v-24 { width: 137px; height: 24px; background: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24.png) no-repeat 0 0; }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
.ig-b-v-24 { background-image: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24@2x.png); background-size: 160px 178px; } }