accessibility maxxing

This commit is contained in:
sundae 2025-09-11 19:30:58 +03:00
parent 6c9294f0a0
commit f18a342ae5
No known key found for this signature in database
64 changed files with 320 additions and 205 deletions

View file

@ -1,33 +1,46 @@
@import url("./variables.css");
#index {
margin: 0;
padding: 0;
color: var(--primary-dark-300);
background-color: rgb(255, 190, 0);
width: 100%;
margin: 0;
padding: 0;
& main {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
width: inherit;
flex-direction: column;
background-image: var(--sunny);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
& a {
position: absolute;
top: 2rem;
background-color: unset;
}
}
height: 100%;
display: flex;
flex-direction: column;
background-image: var(--sunny);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
& footer {
position: absolute;
bottom: var(--pad-l);
& p {
text-align: center;
bottom: 0;
}
& header {
top: 0;
display: flex;
flex-direction: column;
justify-self: center;
& a, img {
z-index: 1;
display: inherit;
flex-direction: inherit;
}
& span {
position: absolute;
width: 0;
height: 0;
overflow: hidden;
}
}
}
& footer,
header {
position: absolute;
left: 0;
right: 0;
text-align: center;
}
}