Skip to content

Commit

Permalink
Add Urbana Middle School SS presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
mjy committed Nov 7, 2024
1 parent 7c00455 commit 1411486
Show file tree
Hide file tree
Showing 89 changed files with 13,577 additions and 0 deletions.
41 changes: 41 additions & 0 deletions 2024/public/urbana_middle_school_ss/css/effects.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
/***** Menu where this style is selected *****/
.effects .css-menu-effects {
border: solid 1px #aaaaaa;
}

/***** Presentation *****/

body.effects {
font-family: 'PT Sans', sans-serif;
min-height: 740px;

background: #dde5dd;
}

.effects .step {
}


/* Color effect. */
.effects .past > *,
.effects .future > * {
color: inherit;
transition: 3s;
}
.effects .present > * {
color: rgb(200, 102, 102);
transition: 3s;
}

/* Fly right */

.effects .past h1,
.effects .future h1 {
transform: scale(3);
transition: 1s;
}
.effects .present h1 {
transform: scale(1);
transition: 1s;
}

Loading

0 comments on commit 1411486

Please sign in to comment.