-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
121 lines (118 loc) · 3.15 KB
/
styles.css
File metadata and controls
121 lines (118 loc) · 3.15 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
117
118
119
120
121
div.a {
<<<<<<< HEAD
background-image: url('/Users/jasonjones/Desktop/Codesmith/cohort33/hackathon33/assets/PinClipart.com_motion-clipart_1236689.png');
background-repeat: no-repeat;
background-size: contain;
border: none;
width: 200px;
height: 200px;
position: fixed;
top: 20%;
left: 70%;
}
div.b {
background-image: url('/Users/jasonjones/Desktop/Codesmith/cohort33/hackathon33/assets/cartoon-pictures-of-monsters-6.png');
background-repeat: no-repeat;
background-size: contain;
width: 200px;
height: 200px;
position: fixed;
transform: scaleX(-1);
left: 50%;
top: 50%;
}
div.c {
background-image: url('/Users/jasonjones/Desktop/Codesmith/cohort33/hackathon33/assets/PinClipart.com_stock-market-clipart_134576.png');
background-repeat: no-repeat;
background-size: contain;
width: 200px;
height: 200px;
position: fixed;
transform: scaleX(-1);
top: -100px;
left: -100px;
}
div.d {
background-image: url('/Users/jasonjones/Desktop/Codesmith/cohort33/hackathon33/assets/64-643693_wildcat-clipart-monster-baby-monster-legend-monsters-png.png');
background-repeat: no-repeat;
background-size: contain;
width: 300px;
height: 300px;
position: fixed;
transform: scaleX(-1);
}
div.explode {
background-image: url('/Users/jasonjones/Desktop/Codesmith/cohort33/hackathon33/assets/explode.png');
background-repeat: no-repeat;
background-size: contain;
position: fixed;
}
/* #stage {
position: relative;
height: 4em;
background: #efefef;
text-align: center;
} */
#box {
position: absolute;
left: 0;
bottom: 0;
width: 100px;
background: red;
line-height: 2em;
color: #fff;
-webkit-transition: 1s bottom, 4s 1s left cubic-bezier(0, 1, 1, 1);
-moz-transition: 1s bottom, 4s 1s left cubic-bezier(0, 1, 1, 1);
-o-transition: 1s bottom, 4s 1s left cubic-bezier(0, 1, 1, 1);
transition: 1s bottom, 4s 1s left cubic-bezier(0, 1, 1, 1);
}
#stage:hover #box {
left: calc(100% - 100px);
bottom: 2em;
}
/* initial state */
/* #outerspace {
position: relative;
height: 400px;
background: #0c0440 url(/images/outerspace.jpg);
color: #fff;
}
div.rocket {
position: absolute;
bottom: 10px;
left: 20px;
-webkit-transition: 3s ease-in;
-moz-transition: 3s ease-in;
-o-transition: 3s ease-in;
transition: 3s ease-in;
}
div.rocket div {
width: 92px;
height: 215px;
background: url(/images/rocket.gif) no-repeat;
-webkit-transition: 2s ease-in-out;
-moz-transition: 2s ease-in-out;
-o-transition: 2s ease-in-out;
transition: 2s ease-in-out;
}
/* hover final state
#outerspace:hover div.rocket {
-webkit-transition: 1s bottom, 4s 1s left cubic-bezier(0, 1, 1, 1);
-moz-transition: 1s bottom, 4s 1s left cubic-bezier(0, 1, 1, 1);
-o-transition: 1s bottom, 4s 1s left cubic-bezier(0, 1, 1, 1);
transition: 1s bottom, 4s 1s left cubic-bezier(0, 1, 1, 1);
}
#outerspace:hover div.rocket div {
-webkit-transform: rotate(70deg);
-moz-transform: rotate(70deg);
-o-transform: rotate(70deg);
-ms-transform: rotate(70deg);
transform: rotate(70deg);
} */
=======
width: 50px;
height:50px;
background-color:red;
position:fixed;
}
>>>>>>> bfefe2197b172995c5c0331604646e2b4359646c