nyc-bookstores/node_modules/tabletop/examples/common/cats.css

21 lines
307 B
CSS
Raw Normal View History

2013-05-27 20:45:59 +00:00
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;
}