This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* http://tympanus.net/codrops/2012/01/30/page-transitions-with-css3/ */ | |
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
body{ background-color: #c40001;} | |
#header{ | |
position: absolute; | |
z-index: 2000; | |
width: 235px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* http://tympanus.net/codrops/2012/01/30/page-transitions-with-css3/ */ | |
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
body{ background-color: #c40001;} | |
#header{ | |
position: absolute; | |
z-index: 2000; | |
width: 235px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE HTML> | |
<html lang="en"> | |
<head> | |
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"> | |
<title>Pure CSS3 Cycle Slider</title> | |
<link rel="stylesheet" type="text/css" media="screen" href="res/css/style.css"/> | |
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400italic,400,600,600italic,700,700italic,800,800italic' rel='stylesheet' type='text/css'> | |
<meta name="description" content="A Pure CSS3 Cycling Slideshow! Thanks to CSS3, we can create effects and animations without using JavaScript, which will facilitate the work of many designers." /> | |
<meta name="keywords" content="CSS3, CSS3 Slideshow, HTML/CSS Tutorials, Smashing Magazine" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* http://tympanus.net/codrops/2012/01/30/page-transitions-with-css3/ */ | |
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
#header{ | |
position: absolute; | |
z-index: 2000; | |
width: 235px; | |
top: 50px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* http://tympanus.net/codrops/2012/01/30/page-transitions-with-css3/ */ | |
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
#header{ | |
position: absolute; | |
z-index: 2000; | |
width: 235px; | |
top: 50px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* http://tympanus.net/codrops/2012/01/30/page-transitions-with-css3/ */ | |
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
#header{ | |
position: absolute; | |
z-index: 2000; | |
width: 235px; | |
top: 50px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* http://tympanus.net/codrops/2012/01/30/page-transitions-with-css3/ */ | |
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
#header{ | |
position: absolute; | |
z-index: 2000; | |
width: 235px; | |
top: 50px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* http://tympanus.net/codrops/2012/01/30/page-transitions-with-css3/ */ | |
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
#header{ | |
position: absolute; | |
z-index: 2000; | |
width: 235px; | |
top: 50px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* http://tympanus.net/codrops/2012/01/30/page-transitions-with-css3/ */ | |
@import url(http://fonts.googleapis.com/css?family=Gloria+Hallelujah); | |
#header{ | |
position: absolute; | |
z-index: 2000; | |
width: 235px; | |
top: 50px; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/*! | |
* Bootstrap v2.1.1 | |
* | |
* Copyright 2012 Twitter, Inc | |
* Licensed under the Apache License v2.0 | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Designed and built with all the love in the world @twitter by @mdo and @fat. | |
*/ | |
.clearfix { |