1 .frame {2 margin: auto;3 text-align: center;4 position: absolute;5 left: 0;6 right: 0;7 top: 0;8 bottom: 0;9 overflow: hidden;10 background: black;11 }12 13 .frame .item {14 width: 100px;15 height: 100px;16 display: inline-block;17 background-color: pink;18 margin: 20px;19 }20 21 .frame .image {22 position: absolute;23 width: inherit;24 height: inherit;25 background: url('http://1.bp.blogspot.com/-nvtgIZhF7WA/UTo7VKAvhEI/AAAAAAAAwhE/7coRjQL9pCU/s640/Fondos+de+Pantalla+de+Paisajes+-+Www.10Pixeles.Com+(11).jpg') no-repeat center center;26 background-size: cover;27 -webkit-transform: scale(1,1);28 transition: -webkit-transform 0.5s ease;29 }30 31 .frame .preadd .image {32 -webkit-transform: scale(30,30);33 }34 35 .buttons {36 position: absolute;37 top: 0;38 left: 0;39 right: 0;40 text-align: center;41 z-index:99;42 }
Enlace
El enlace para compartir es: