Close

Mobile Apps

.ticket { position:relative; display:inline-block; min-width: 377px; max-width: 30%; height: 250px; margin: 10px; padding: 10px; border-radius: 10px; background: #FBFBFB; box-shadow: 2px 2px 15px 0px #AB9B0D; overflow: hidden; transition: all .3s ease-in-out; } div.ticket img { float:left; width: 70px; height: auto; margin-right:5px; margin-top:5px;} .ticket> a:link {text-decoration: none;} .ticket> a:hover {color: blue; } div.ticket p {text-align:justify; } .ticket:hover {transform: translateY(-5px);}