-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css.bak
80 lines (73 loc) · 1.14 KB
/
stylesheet.css.bak
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
76
77
78
79
80
@font-face {
font-family: 'hall_feticaregular';
src: url('hall_fetica-webfont.woff2') format('woff2'),
url('hall_fetica-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
html, body, .section-button {
width:100%;
height:100%;
margin:0;
}
main{
width:auto;
height:auto;
max-width:130%;
max-height:130%;
}
.tumblr {
overflow: hidden;
display:inline;
text-align:center;
}
img {
transition: transform 0.25s;
}
.tumblr:hover img {
transform: scale(1.1);
}
.twitter {
overflow: hidden;
display:inline;
text-align:center;
}
img {
transition: transform 0.25s;
}
.twitter:hover img {
transform: scale(1.1);
}
.shirt {
overflow: hidden;
display:inline;
text-align:center;
}
img {
transition: transform 0.25s;
}
.shirt:hover img {
transform: scale(1.1);
}
.kofi {
overflow: hidden;
display:inline;
text-align:center;
}
img {
transition: transform 0.25s;
}
.kofi:hover img {
transform: scale(1.1);
}
.refs {
overflow: hidden;
display:inline;
text-align:center;
}
img {
transition: transform 0.25s;
}
.refs:hover img {
transform: scale(1.1);
}