-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmike.css
More file actions
executable file
·34 lines (29 loc) · 878 Bytes
/
mike.css
File metadata and controls
executable file
·34 lines (29 loc) · 878 Bytes
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
/* Colors */
/* Timeline */
.timeline-mike-01,
.timeline-mike-02,
.timeline-mike-03,
.timeline-mike-04 {
-moz-transition: all .5s ease-in-out;
-webkit-transition: all .5s ease-in-out;
transition: all .5s ease-in-out; }
.timeline-mike-01 {
background: url("image/timeline/01.jpg");
background-position: center;
background-size: cover; }
.timeline-mike-02 {
background: url("image/timeline/02.jpg");
background-position: center;
background-size: cover; }
.timeline-mike-03 {
background: url("image/timeline/03.jpg");
background-position: center;
background-size: cover; }
.timeline-mike-04{
background: url("image/timeline/04.png");
background-position: center;
background-size: cover; }
.timeline-mike-05 {
background: url("image/timeline/05.jpg");
background-position: center;
background-size: cover; }