UNPKG

@shower/ribbon

Version:

Ribbon theme for Shower HTML presentation engine

26 lines (21 loc) 292 B
/* Cover */ .cover { position: absolute; top: 50%; left: 50%; z-index: -1; max-width: 100%; max-height: 100%; transform: translate(-50%, -50%); } /* Fitting */ .cover.w, .cover.width { width: 100%; max-height: none; } .cover.h, .cover.height { max-width: none; height: 100%; }