claude and example site

This commit is contained in:
2025-09-28 07:51:22 -04:00
parent c99bced56e
commit c9a3a21f07
11 changed files with 1298 additions and 0 deletions

View File

@ -0,0 +1,28 @@
.content {
display: flex;
flex-direction: column;
align-content: flex-start;
justify-content: center;
height: 100%;
gap: 1rem;
width: 100%;
background: var(--font-color);
}
.content div {
background: var(--background-color);
font-size: 100%;
}
.content .code {
flex-grow: 1;
font-size: 6em;
}
.content .message {
flex-grow: 1;
font-size: 4em;
}
.content .description {
flex-grow: 1;
font-size: 2em;
}