Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* SCOTTISBAE's THEMES #188 (HTML PART 1) */
- /* */
- .musewrap {
- margin: auto;
- width: 390px;
- overflow:hidden;
- }
- .muserow {
- margin: auto;
- }
- /* each muse box */
- .musecontainer {
- position: relative;
- width: 50%;
- float: left;
- margin:4px;
- width: 185px;
- height: 185px;
- background: #fff;
- border: solid 1px #eaeaea;
- }
- /* each muse box */
- .museimage {
- display: block;
- width: 185px;
- height: 185px;
- }
- /* box that appears when hover the muse box */
- .museoverlay {
- overflow:scroll;
- position: absolute;
- top: 0;
- bottom: 0;
- left: 0;
- right: 0;
- width: 185px;
- height: 185px;
- opacity: 0;
- transition: .5s ease;
- background-color: #fff;
- }
- /* box that appears when hover the muse box */
- .musecontainer:hover .museoverlay {
- opacity: 1;
- }
- .musetext {
- padding:5px;
- position: absolute;
- }
- /* SCOTTISBAE's THEMES #188 (HTML PART 1) */
Advertisement
Add Comment
Please, Sign In to add comment