Khác biệt giữa bản sửa đổi của “Thành viên:Đức Anh/Nháp 60”

Nội dung được xóa Nội dung được thêm vào
Không có tóm lược sửa đổi
Không có tóm lược sửa đổi
 
Dòng 18:
}
 
.button {
position: relative;
display: inline-block;
Dòng 29:
font-family: inherit;
}
button.button learn-more {
font-weight: 600;
color: #382b22;
Dòng 40:
transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), background 150ms cubic-bezier(0, 0, 0.58, 1);
}
button.button learn-more::before {
position: absolute;
content: "";
Dòng 55:
transition: transform 150ms cubic-bezier(0, 0, 0.58, 1), box-shadow 150ms cubic-bezier(0, 0, 0.58, 1);
}
button.button learn-more:hover {
background: #ffe9e9;
transform: translate(0, 0.25em);
}
button.button learn-more:hover::before {
box-shadow: 0 0 0 2px #b18597, 0 0.5em 0 0 #ffe3e2;
transform: translate3d(0, 0.5em, -1em);
}
button.button learn-more:active {
background: #ffe9e9;
transform: translate(0em, 0.75em);
}
button.button learn-more:active::before {
box-shadow: 0 0 0 2px #b18597, 0 0 #ffe3e2;
transform: translate3d(0, 0, -1em);