Skeletoning
This commit is contained in:
parent
8262888a93
commit
f7c238ec38
23 changed files with 580 additions and 0 deletions
34
global.css
Normal file
34
global.css
Normal 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%;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue