-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
116 lines (114 loc) · 1.67 KB
/
Copy pathstyle.css
File metadata and controls
116 lines (114 loc) · 1.67 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
112
113
114
115
116
* {
margin: 0;
padding: 0;
color: inherit;
text-decoration: none;
}
.container {
width: 345px;
height: 275px;
margin: 10% auto 4em;
position: relative;
right: 0pc;
top: -1pc;
overflow: hidden;
}
.bird {
width: 800px;
height: 800px;
top: -358px;
left: -325px;
position: relative;
}
.bird > div {
width: 140px;
height: 140px;
background: #2daae1;
border-radius: 100%;
position: absolute;
}
.bird .tail-cut,
.bird .feather-bottom-cut,
.bird .feather-middle-cut,
.bird .body-top-cut,
.bird .mouth-bottom-cut,
.bird .mouth-top-cut {
background: white;
}
.bird .body {
width: 390px;
height: 390px;
top: 240px;
left: 240px;
}
.bird .tail-cut {
width: 285px;
height: 285px;
left: 198px;
top: 315px;
}
.bird .feather-bottom {
left: 366px;
top: 430px;
}
.bird .feather-bottom-cut {
left: 310px;
top: 384px;
}
.bird .feather-middle {
left: 344px;
top: 382px;
}
.bird .feather-middle-cut {
left: 300px;
top: 320px;
}
.bird .feather-top {
top: 335px;
left: 345px;
}
.bird .body-top-cut {
width: 390px;
height: 390px;
top: 52px;
left: 310px;
}
.bird .mouth-bottom {
width: 130px;
height: 130px;
top: 302px;
left: 536px;
}
.bird .mouth-bottom-cut {
width: 235px;
height: 235px;
top: 166px;
left: 495px;
}
.bird .mouth-top {
width: 130px;
height: 130px;
top: 279px;
left: 527px;
}
.bird .mouth-top-cut {
width: 235px;
height: 235px;
top: 147px;
left: 472px;
}
.bird .head {
width: 135px;
height: 135px;
top: 358px;
left: 493px;
}
h1{
font-size: 100px;
font-family: 'Roboto Condensed', sans-serif;
font-weight: 100;
color: #2daae1;
text-indent: 23pc;
position: relative;
bottom: 4pc;
}