initial commit
This commit is contained in:
44
css/style.css
Normal file
44
css/style.css
Normal 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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user