Create card component

This commit is contained in:
2022-09-28 00:01:03 -04:00
parent 2c25fdc731
commit 3781c2c154
7 changed files with 118 additions and 99 deletions

View File

@@ -365,4 +365,9 @@ code {
.monospace {
font-family: 'Hack', 'Source Code Pro', Consolas, monospace;
}
.license {
background-color: #222222;
padding: 1rem;
}