This commit is contained in:
Joe Carstairs
2023-12-28 11:06:00 +00:00
parent 3abbc00fb5
commit f78c69e27e
6 changed files with 825 additions and 0 deletions

11
hcard.css Normal file
View File

@@ -0,0 +1,11 @@
.h-card {
display: flex;
gap: 1rem;
align-items: center;
}
.u-photo {
width: 256px;
height: 256px;
}