"pure CSS3 Blend animation blend : Sammy Stalking"
Bootstrap 3.3.0 Snippet by rayrc

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
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="//code.jquery.com/jquery-1.11.1.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<!DOCTYPE html><!--[if lte IE 9]><html class="old-ie" lang="en"><![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--><html lang="en"><!--<[endif]--><head> <meta charset="utf-8">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head> <meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="en" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Pure CSS3 Blend Animation Demo Sneaky Stalking Sammy</title>
<meta http-equiv="X-Robots-Tag" content="index, archive, snippet">
<meta http-equiv="Robots" content="*">
<meta http-equiv="Connection" content="keep-alive">
<meta http-equiv="cleartype" content="on">
<meta name="Access-Control-Allow-Origin" content="*">
<meta http-equiv="Access-Control-Allow-Origin" content="*">
<meta http-equiv="Vary" content="accept-encoding">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Cache-Control" content="no-cache, max-age=0, must-revalidate, no-store">
<meta name="viewport" content="width=device-width,initial-scale=0.98" />
<meta http-equiv="cleartype" content="on">
<meta name="language" content="English, en" />
<meta name="keywords" content="css3, css blend,css animation, ray anthony, rccloud, rayrc,web demo,digital ocean, sammy mascot" />
<meta http-equiv="X-Meta-Description" content="content=Pure CSS animated fish lurking behind window blinds - its Digital Oceans Sammy Mascot!"/>
<meta http-equiv="X-Meta-Generator" content="nano and firenote.info">
<meta http-equiv="X-Meta-Keywords" content="css3, css blend,css animation, ray anthony, rccloud, rayrc,web demo,digital ocean, sammy mascot" />
<link rel="base-href" href="//rccloud.me/">
<link rel="host" href="//rccloud.me/">
<link rel="mount-point" href="//rccloud.me/">
<meta http-equiv="Content-Base" content="https://rccloud.me/">
<!-- bots, crawlers, verifies -->
<meta name="language" content="English, en">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
html{max-height:100%}
body{
margin:0px;
padding:0px;
font-family: 'Typewriter','Courier New',sans;
font-size: 16px;
font-weight:400;
background:
/* top, transparent grey, faked with gradient */
linear-gradient(
rgba(96,96,96,0.4),
rgba(255, 255, 255,0.1),#fff,#f0f0f0,#f6f7f6,#f9f7f0,#fff),url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/167883/sammy-404.gif) no-repeat;
background-attach:cover;
backround-size:100% cover;
flex:1;
color:#444;
z-index: 5;
text-decoration: none;
text-rendering: optimizeLegibility;
/*-webkit-font-feature-settings: "liga"; Currently broken in Chrome >= v22. Falls back to text-rendering. Safari is unaffected. */
-moz-font-feature-settings: "liga=1";
-moz-font-feature-settings: "liga";
-ms-font-feature-settings: "liga" 1;
-o-font-feature-settings: "liga";
font-feature-settings: "liga";
-webkit-font-smoothing: antialiased;
}
#header{
height: 25px;
width: 100%;
}
#main{
position: absolute;
height:auto;
top: 25px; /* Header Height */
bottom: 15px; /* Footer Height */
width: 100%;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: