This file contains hidden or 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> | |
<meta charset="utf-8"> | |
<title>HTML pong</title> | |
<style> | |
#message{ | |
font-family:sans-serif; | |
font-weight:bold; | |
text-align:center; |
This file contains hidden or 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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
background: #f06; | |
background: linear-gradient(45deg, #f06, yellow); | |
min-height: 100%; |
This file contains hidden or 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
/** | |
* 3Dpage | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=New+Rocker); | |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800); | |
body{ | |
background-color:#ddd; | |
} | |
#back{ | |
border-radius:10px; |
This file contains hidden or 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>3Dpage</title> | |
</head> | |
<body> | |
</body> | |
</html> |
This file contains hidden or 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
/** | |
* 3Dpage | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=New+Rocker); | |
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800); | |
body{ | |
background-color:#ddd; | |
} | |
#back{ | |
border-radius:10px; |
This file contains hidden or 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
/** | |
* unknown robot | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Oswald); | |
@import url(http://fonts.googleapis.com/css?family=Lobster); | |
@import url(http://fonts.googleapis.com/css?family=Ruslan+Display); | |
h1 { | |
text-align:center; | |
-webkit-transition:box-shadow 5s, text-shadow 2s; |
This file contains hidden or 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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
#button{ | |
background-color:#FF6600; | |
box-shadow:0px 10px 0px #B24700; | |
border-radius:5px; | |
padding:10px; |
This file contains hidden or 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
/** | |
* title | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Open+Sans); | |
body{ | |
background-color:#d6d6d6; | |
} | |
#title{ |
This file contains hidden or 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
/** | |
* The first commented line is your dabblet’s title | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Fredoka+One); | |
body{ | |
font-family:Fredoka One; | |
} | |
This file contains hidden or 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
/** | |
* font | |
*/ | |
@import url(http://fonts.googleapis.com/css?family=Fredoka+One); | |
body{ | |
font-family:Fredoka One; | |
text-align:right; | |
padding:100px; | |
} |
NewerOlder