Skip to content

/**
* CAT
*/
*, *::before, *::after {
-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.meow {
margin: 0.5em auto 0;
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>New Tab</title>
<style>
@font-face {
font-family: 'Chivo';
src: url("../fonts/Chivo-Black.ttf") format("truetype");
/** Cats **/
css
@-webkit-keyframes flip{0%{-webkit-transform:perspective(400px) rotateY(0);-webkit-animation-timing-function:ease-out}40%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(170deg);-webkit-animation-timing-function:ease-out}50%{-webkit-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-webkit-animation-timing-function:ease-in}80%{-webkit-transform:perspective(400px) rotateY(360deg) scale(.95);-webkit-animation-timing-function:ease-in}100%{-webkit-transform:perspective(400px) scale(1);-webkit-animation-timing-function:ease-in}}@-moz-keyframes flip{0%{-moz-transform:perspective(400px) rotateY(0);-moz-animation-timing-function:ease-out}40%{-moz-transform:perspective(400px) translateZ(150px) rotateY(170deg);-moz-animation-timing-function:ease-out}50%{-moz-transform:perspective(400px) translateZ(150px) rotateY(190deg) scale(1);-moz-animation-timing-function:ease-in}80%{-moz-transform:perspective(400px) rotateY(360deg) scale(.95);-moz-animation-timing-function:
@just-boris
just-boris / bear.js
Last active August 29, 2015 14:13
Ym-cat
(function() {
var bear = '<img src="http://placebear.com/g/400/200">';
if(typeof modules !== 'undefined') {
modules.define("bear", function(provide) {
provide(bear);
});
} else {
define('bear', bear);
}
})();
@davelops
davelops / index.html
Created December 24, 2017 12:23
walking cat
<html>
<body>
< id="marco">
<div id="cielo"></div>
<div id="luna"></div>
<div id="gato"></div>
<div id="edificios"></div>
<div id="muro"></div>
</div>