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
=begin | |
################################# | |
All Copyrights reserved Mohamed Fouad | |
About this program, this is a signup/login code part of Torii authentication server | |
Version: 1.0.0 | |
This program uses semantic versioning | |
You can learn more about Semantic Versioning at http://semver.org/. | |
################################# |
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
html, body { | |
height:100%; | |
} | |
body { | |
width: 100%; | |
background: #ffcb00; | |
overflow: hidden; | |
} | |
#header{ |
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); | |
html, body { | |
height:100%; | |
} | |
body { | |
width: 100%; |
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); | |
html, body { | |
height:100%; | |
} | |
body { | |
width: 100%; |
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>Demo</title> | |
<style type="text/css"> | |
body{ | |
background-color:#ccc; | |
padding: 20px; |
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> | |
<head> | |
<title>Demo</title> | |
<style type="text/css"> | |
body{ | |
background-color:#ccc; | |
padding: 20px; |
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
/* PROGRESS BAR */ | |
p {color:red;} | |
.progress-bar { | |
position: relative; | |
top: 5px; | |
width: 680px; | |
height: 100px; | |
background: #000; |