Skip to content

owlling/Magic_Poker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Magic_Poker

Magi Poker,Nothing, Try card effect with CSS.

Here:CodepenDribbble

blockchain

CSS

.card .list{
	width: 240px;
	height: 400px;
	margin: 30px 30px 30px 30px;
	text-align: center;
	float: left;
	border-top: 3px solid #fff;
	transition: all .5s cubic-bezier(.2, .5, .3, 1);
	background-color: #262628;
	border:2px solid #464648;
	box-shadow: 0px 30px 50px -20px rgba(0,0,0,0.2);
	border-radius: 20px;
}
.card .list:hover{
	border-top: 30px solid #464648;
	box-shadow: 0px 25px 40px -10px rgba(0,0,0,0.25);
	transform: translateY(-6px);
}

THX

About

Magic Poker, Nothing

Resources

Stars

Watchers

Forks