wbcmc/css/style.css

21 lines
302 B
CSS
Raw Normal View History

2019-07-26 18:05:19 +00:00
tr {
display: flex;
flex-direction: row;
justify-content: space-between; }
td img {
2019-07-26 18:05:19 +00:00
width: 32px;
transition: all 0.2s; }
td img:hover {
2019-07-26 18:05:19 +00:00
width: 64px; }
#comic {
margin: 0 auto; }
.strip {
width: 512px; }
.strip:hover {
width: 512px; }
2019-07-26 18:05:19 +00:00
/*# sourceMappingURL=style.css.map */