艾蘭哥爾咖啡| Alanger Coffee - Traffic Directions
body{font-family:Times New Roman} .navbar-nav > li > a {padding-top: 10px;padding-bottom: 0px;line-height: 25px;font-size: 15px;}
body{
background-image: url(/userUpload/images/%E8%89%BE%E8%98%AD%E5%93%A5%E7%88%BE/sky%201.jpg);
background-size: cover;
background-attachment:fixed;
color:black;
}
Alanger Coffee head office
Monday to Friday, 9 am to 6 pm
Alanger Coffee
.hover {position:relative;}
.hover img {
position:absolute;
/* CSS3淡出淡入效果,1秒 */ -webkit-transition: opacity 1s ease-in-out;
-moz-transition: opacity 1s ease-in-out;
-o-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
width:100%;
}
.hover img:nth-of-type(2):hover{
opacity:0; /*滑鼠滑入時,透明度變0*/}