Changes some Css properties

pull/162/head
Akshat Verma 2 years ago
parent 4f316edbc0
commit 0880e72f32

@ -17,9 +17,9 @@ body {
} }
button { button {
background-color: purple; background-color:blue;
color: #fff; color: #fff;
border: 1px purple solid; border: 1px blue solid;
font-size: 14px; font-size: 14px;
text-transform: uppercase; text-transform: uppercase;
letter-spacing: 2px; letter-spacing: 2px;

@ -24,6 +24,7 @@ img {
border-radius: 10px; border-radius: 10px;
overflow: hidden; overflow: hidden;
width: 350px; width: 350px;
transition: transform 0.5s;
} }
.card-header { .card-header {
@ -94,6 +95,9 @@ img {
height: 10px; height: 10px;
width: 100%; width: 100%;
} }
.card:hover{
transform: translateY(-10px);
}
@keyframes bgPos { @keyframes bgPos {
0% { 0% {

Loading…
Cancel
Save