Difference between revisions of "Team:elan vital korea/Members"
Line 36: | Line 36: | ||
} | } | ||
+ | |||
+ | .list{ | ||
+ | float:left; | ||
+ | width:100%; | ||
+ | margin:0; | ||
+ | padding:0; | ||
+ | } | ||
+ | .list li{ | ||
+ | display:inline; | ||
+ | margin-right:0px; | ||
+ | float:left; | ||
+ | margin-bottom:0px; | ||
+ | } | ||
+ | .list li.last{ | ||
+ | margin-right:px; | ||
+ | } | ||
+ | /* Portolio Hover */ | ||
+ | .da-thumbs li , | ||
+ | .da-thumbs li img { | ||
+ | display: block; | ||
+ | position: relative; | ||
+ | } | ||
+ | .da-thumbs li { | ||
+ | overflow: hidden; | ||
+ | } | ||
+ | .da-thumbs li article { | ||
+ | position: absolute; | ||
+ | background-image:url(images/image_hover.png); | ||
+ | background-repeat:repeat; | ||
+ | width: 100%; | ||
+ | height: 100%; | ||
+ | } | ||
+ | .da-thumbs li article.da-animate { | ||
+ | -webkit-transition: all 0.4s ease; | ||
+ | -moz-transition: all 0.4s ease-in-out; | ||
+ | -o-transition: all 0.4s ease-in-out; | ||
+ | -ms-transition: all 0.4s ease-in-out; | ||
+ | transition: all 0.4s ease-in-out; | ||
+ | } | ||
+ | |||
</style> | </style> | ||
Revision as of 12:40, 27 August 2015