Files
card_effect/css/style.css
2024-04-26 16:10:21 +02:00

44 lines
610 B
CSS

*,
::before
::after{
margin: 0;
padding: 0;
}
.container {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
text-align: center;
}
.card {
width: 300px;
border: 1px solid #ccc;
padding: 10px;
border-radius: 5px;
margin: 10px;
}
.image{
height: 250px;
width: 200px;
}
.img{
height: 269px;
width: 219px;
}
.button {
display: inline-block;
background-color: #007bff;
color: #fff;
padding: 10px 20px;
text-decoration: none;
border-radius: 4px;
margin-top: 12px;
}