initial commit

This commit is contained in:
2024-04-26 16:10:21 +02:00
commit f38f4ac5cf
12 changed files with 263 additions and 0 deletions

44
css/style.css Normal file
View File

@ -0,0 +1,44 @@
*,
::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;
}