-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
93 lines (86 loc) · 1.55 KB
/
style.css
File metadata and controls
93 lines (86 loc) · 1.55 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
@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);
body {
padding: 0;
background: #eee;
overflow: hidden;
font-family: 'Oswald', sans-serif;
text-align: center;
}
.frame {
position: relative;
width: 230px;
height: 380px;
padding: 6px;
background: #fff;
margin: 80px auto;
}
.shadow-top {
position: absolute;
left: -50;
width: 0;
height: 0;
border-bottom: 366px solid #bbb;
border-left: 50px solid transparent;
}
.shadow-bottom {
position: absolute;
left: -50px;
bottom: 0;
width: 0;
border-top: 20px solid #aaa;
border-left: 50px solid transparent;
}
.canvas {
padding: 30px;
width: 170px;
height: 320px;
box-shadow: inset -2px 2px 0 #777;
}
.ground {
position: absolute;
top: 450px;
width: 100%;
min-width: 250px;
height: 400px;
padding: 120px 0;
background: #ddd;
overflow: hidden;
}
.workhard, .and, benice {
text-transform: uppercase;
font-weight: 700;
font-size: 62px;
line-height: 70px;
}
.and {
font-size: 40px;
}
.benice {
margin: 0 auto;
width: 150px;
font-size: 36px;
line-height: 40px;
}
.line {
width: 90px;
height: 1px;
background: #111;
margin: 30px auto 0;
}
.sign {
font-size: 3px;
}
a, .ground p {
color: #222;
line-height: 0;
}
.mysite {
font-size: 18px;
text-decoration: none;
color: rgba(0,0,0,0.5);
border-bottom: solid 1px rgba(0,0,0,0.5);
position: fixed;
bottom: 10px;
right: 10px;
line-height: 20px;
}