Workworkwork

This commit is contained in:
2022-10-01 14:39:46 +02:00
parent 29359f3d69
commit 6d2ae21e58
3 changed files with 33 additions and 17 deletions

View File

@@ -1,11 +1,12 @@
.card {
border: 1px solid gray;
border-radius: 5px;
max-width: 40%;
border-radius: 1em;
max-width: 350px;
margin: 1rem auto;
transition: box-shadow 0.1s ease-in-out;
cursor: pointer;
padding: 5px;
padding: 10px;
margin: 5px;
&:hover {
box-shadow: 0px 0px 10px blue;
@@ -13,9 +14,10 @@
}
.title {
font-size: 120%;
font-weight: bold;
}
.description {
}