Skeletoning

This commit is contained in:
April Eaton 2025-12-08 13:48:14 +01:00
parent 8262888a93
commit f7c238ec38
23 changed files with 580 additions and 0 deletions

34
global.css Normal file
View file

@ -0,0 +1,34 @@
body {
background: linear-gradient(170deg, #dce0e8, #dc8a78);
background-repeat: no-repeat;
background-attachment: fixed;
height: max-content;
margin: 0;
font-family: "Radio Canada", sans-serif;
font-weight: 375;
font-style: normal;
color: #232634;
display: grid;
grid-template-rows: auto 1fr auto;
grid-template-columns: 100%;
min-height: 100svh;
a {
color: #232634;
font-style: italic;
}
li {
img {
height: 1rem;
}
}
}
.centered {
text-align: center;
width: 100%;
}