ADD: projects

This commit is contained in:
webfussel 2024-05-21 12:01:11 +02:00
parent ea01b37e08
commit e43366566e
8 changed files with 159 additions and 12 deletions

View file

@ -126,6 +126,27 @@ span.highlight {
color: var(--color-orange);
}
span.chip {
background: var(--color-orange);
border-radius: 999px;
font-size: 1rem;
color: var(--color-black);
height: max-content;
padding: .5em 1em;
}
.card {
padding: 2rem;
background: var(--color-black);
border-radius: 20px;
min-width: 300px;
flex: 1;
}
.color-icon {
filter: invert(50%) sepia(84%) saturate(868%) hue-rotate(1deg) brightness(103%) contrast(100%);
}
.content {
position: relative;
z-index: 100;