Files
webextensions-examples/beastify/popup/choose_beast.css
2015-09-02 14:07:18 -07:00

21 lines
277 B
CSS

html, body {
height: 100px;
width: 100px;
margin: 0;
}
.beast {
height: 30%;
width: 90%;
margin: 3% auto;
padding-top: 6%;
text-align: center;
font-size: 1.5em;
background-color: #E5F2F2;
cursor: pointer;
}
.beast:hover {
background-color: #CFF2F2;
}