tabletop
Version:
**Tabletop.js** takes a Google Spreadsheet and makes it easily accessible through JavaScript. With zero dependencies!
21 lines (19 loc) • 307 B
CSS
body {
background: yellow;
font-family: "Comic Sans MS";
}
.entry {
float: left;
width: 200px;
border: solid black 3px;
height: 250px;
padding: 30px;
margin: 30px;
background: white;
}
h2 {
font-size: 2em;
color: black;
text-transform: uppercase;
text-shadow: 2px 2px 20px red;
}