-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
111 lines (90 loc) · 1.49 KB
/
style.css
File metadata and controls
111 lines (90 loc) · 1.49 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
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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
body, html {
text-align: center;
}
img.moyinguis {
width: 90%;
padding-top: 150px;
max-width: 900px;
}
p {
font-family: 'Karla', sans-serif;
font-weight: 400;
color: #264c55;
font-size: 15px;
letter-spacing: 2px;
margin-top: 20px;
}
ul, li {
padding: 0;
list-style: none;
display: inline;
margin-top: 70px;
}
li {
margin: 0 auto;
}
a {
display: inline-block;
text-decoration: none;
}
.button {
height: 95px;
width: 120px;
position: relative;
text-decoration: none;
}
.front, .back {
width: 90px;
height: 90px;
position: absolute;
background-size: contain;
background-repeat: no-repeat;
background-position: 0 0;
}
.front {
z-index: 2;
top: 0;
left: 0;
}
.back{
top: 6px;
left: 6px;
}
.front:hover {
transform: translate(6px,6px);
-webkit-transform: translate(6px,6px);
}
.animate {
transition: all 0.1s;
-webkit-transition: all 0.1s;
}
.front-behance {
background-image:url("behance.png");
}
.back-behance {
background-image:url("behance-fondo.png");
}
.front-twitter {
background-image:url("twitter.png");
}
.back-twitter {
background-image:url("twitter-fondo.png");
}
.front-insta {
background-image:url("instagram.png");
}
.back-insta {
background-image:url("instagram-fondo.png");
}
.front-drib {
background-image:url("dribbble.png");
}
.back-drib {
background-image:url("dribbble-fondo.png");
}
.front-mail {
background-image:url("mail.png");
}
.back-mail {
background-image:url("mail-fondo.png");
}