Changes

Jump to navigation Jump to search
1,265 bytes added ,  04:42, 4 October 2022
no edit summary
Line 6: Line 6:  
  HI!!!!!!!! its me my names five. the most epic girl this side of the PS2.
 
  HI!!!!!!!! its me my names five. the most epic girl this side of the PS2.
 
[[File:Justice - Stress.mp3]]
 
[[File:Justice - Stress.mp3]]
 +
{{#css:
 +
.scene {
 +
width: 200px;
 +
height: 200px;
 +
perspective: 600px;
 +
margin: 100px;
 +
}
 +
 +
.cube {
 +
width: 100%;
 +
height: 100%;
 +
position: relative;
 +
transform-style: preserve-3d;
 +
animation: rotatey 5s linear infinite;
 +
}
 +
 +
.cube-face {
 +
position: absolute;
 +
width: 200px;
 +
height: 200px;
 +
}
 +
.face-front  { transform: rotateY(  0deg) translateZ(100px); }
 +
.face-right  { transform: rotateY( 90deg) translateZ(100px); }
 +
.face-back  { transform: rotateY(180deg) translateZ(100px); }
 +
.face-left  { transform: rotateY(-90deg) translateZ(100px); }
 +
.face-top    { transform: rotateX( 90deg) translateZ(100px); }
 +
.face-bottom { transform: rotateX(-90deg) translateZ(100px); }
 +
@keyframes rotatey {
 +
0% { transform: rotate3d(0, 0, 1, 0deg); }
 +
100% { transform: rotate3d(1, 0, 1, 360deg); }
 +
}
 +
/* most of the css was taken from https://3dtransforms.desandro.com/cube */
 +
}}
 +
<div class="scene">
 +
<div class="cube">
 +
<div class="cube-face face-front">[[File:Dmc2.gif|200px]]</div>
 +
<div class="cube-face face-back">[[File:Dmc2.gif|200px]]</div>
 +
<div class="cube-face face-right">[[File:Dmc2.gif|200px]]</div>
 +
<div class="cube-face face-left">[[File:Dmc2.gif|200px]]</div>
 +
<div class="cube-face face-top">[[File:Dmc2.gif|200px]]</div>
 +
<div class="cube-face face-bottom">[[File:Dmc2.gif|200px]]</div>
 
[[File:Cool dude.jpg|left|thumb|[[Skeletons in media|My Hype Man]]]]
 
[[File:Cool dude.jpg|left|thumb|[[Skeletons in media|My Hype Man]]]]
  
1,649

edits

Navigation menu