🌺💾 Checkpoint

./styles/main.css:69682263/1356
./index.html:69682263/350
This commit is contained in:
Glitch (glitch-hello-website)
2024-12-11 23:53:48 +00:00
parent a20dd7c01b
commit 728a8bcbfd
3 changed files with 23 additions and 35 deletions

View File

@ -3,7 +3,7 @@
--color-bg: #f0f0f0;
--color-text-main: #640054;
--color-text-header: #185370;
--color-primary: #FFFF00;
--color-warn: #FBCC0A;
--wrapper-height: 87vh;
--image-max-width: 300px;
--image-margin: 3rem;
@ -32,14 +32,6 @@
format("opentype");
}
/* Links */
a:link,
a:visited {
color: var(--color-text-header);
font-size: 1.1rem;
text-decoration: underline solid 3px var(--color-text-main);
}
/* Navigation grid */
.footer {
display: flex;
@ -64,6 +56,15 @@ body {
color: var(--color-text-main);
}
/* Links */
a:link,
a:visited {
color: var(--color-text-header);
font-size: 1.1rem;
font-weight: bold;
border-radius: 1rem;
}
/* Page structure */
.wrapper {
min-height: var(--wrapper-height);