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
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Test</title> | |
<style> | |
body, html { | |
padding: 0; | |
margin: 0; | |
height: 100%; | |
overflow: hidden; |
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
table { | |
border-collapse: collapse; | |
} | |
td { | |
border: 2px solid black; | |
padding: 0.5em; | |
color: black; | |
min-width: 50px; | |
height: 30px; | |
cursor: pointer; |
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
/* | |
* Tokyo by bike | |
*/ | |
html { | |
background: url(http://people.mozilla.org/~bbirtles/soi/yakei.jpg); | |
background-size: cover; | |
} | |
body { | |
border: 1px solid black; | |
border-radius: 35px; |
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
/** | |
* HTML5 Workshop Survey | |
*/ | |
/* Here is some CSS to get your started */ | |
input { | |
margin: 0 1em; | |
} | |
label { | |
display: inline-block; |
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
/** | |
* HTML5 Workshop Survey | |
*/ | |
/* Here is some CSS to get your started */ | |
input { | |
margin: 0 1em; | |
} | |
label { | |
display: inline-block; |
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
/** | |
* Very Vegemite restaurant reservation | |
*/ | |
body { | |
font-size: 20px; | |
font-family: sans-serif; | |
} | |
input { | |
font-size: 1.1em; |
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 | |
*/ | |
NewerOlder