fix: didn't add style.css 🗿

This commit is contained in:
TheClashFruit 2024-01-12 21:48:17 +01:00
parent 101f5934a3
commit d227c64862
Signed by: TheClashFruit
GPG key ID: 09BB24C34C2F3204
2 changed files with 144 additions and 0 deletions

143
css/style.css Normal file
View file

@ -0,0 +1,143 @@
@import url("https://fonts.googleapis.com/css2?family=Rethink+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&family=Space+Mono:ital@0;1&display=swap");
* {
padding: 0;
margin: 0;
box-sizing: border-box;
}
html {
height: 100%;
}
body {
font-family: "Rethink Sans", sans-serif;
display: flex;
flex-direction: column;
height: 100%;
}
a {
background: linear-gradient(337deg, #A855F7 -34.74%, #3B0764 162.02%);
background-clip: text;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
header {
margin: 0 0 2rem;
background: linear-gradient(337deg, #A855F7 -34.74%, #3B0764 162.02%), #D9D9D9;
color: #fff;
height: 30vh;
}
header > div {
max-width: 1100px;
margin: 0 auto;
padding: 1rem 0;
height: 100%;
display: flex;
flex-direction: column;
justify-content: end;
}
header > div .title {
display: flex;
align-items: center;
gap: 1rem;
}
main {
display: flex;
flex-direction: column;
flex: 1;
max-width: 1100px;
margin: 0 auto 2rem;
gap: 2rem;
}
main h2 {
margin-bottom: 1rem;
line-height: 1.5rem;
}
main p {
margin-bottom: 0.5rem;
line-height: 1.5rem;
}
main code, main kbd {
background-color: #f3f3f3;
padding: 0.1rem 0.3rem;
border-radius: 4px;
border: 1px solid #ccc;
font-family: monospace;
}
footer {
background-color: #f3f3f3;
}
footer .footerInner {
display: flex;
justify-content: space-between;
align-items: start;
padding: 16px 0;
max-width: 1100px;
margin: 0 auto;
}
footer .footerInner > .footerText {
display: flex;
flex-direction: column;
gap: 0.3rem;
}
footer .footerInner > .footerLinks {
display: flex;
justify-content: space-between;
align-items: start;
gap: 2rem;
}
footer .footerInner > .footerLinks > div {
display: flex;
flex-direction: column;
gap: 0.5rem;
}
footer .footerInner > .footerLinks > div > ul {
display: flex;
flex-direction: column;
gap: 0.3rem;
}
footer .footerInner > .footerLinks > div > ul > li {
list-style: none;
}
footer .footerInner > .footerLinks > div > ul > li > a {
text-decoration: none;
color: #000;
font-size: 0.9rem;
}
footer .footerInner > .footerLinks > div > label {
text-transform: uppercase;
font-weight: 700;
}
.cards {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1rem;
}
.cards > .card {
display: flex;
flex-direction: column;
gap: 0.5rem;
padding: 1rem;
border-radius: 4px;
border: 1px solid #ccc;
}
.cards > .card > .cardTitle {
font-size: 1.2rem;
}
.cards > .card > .cardDescription {
font-size: 0.9rem;
}
.cards > .card > .cardLink {
text-decoration: none;
color: #000;
font-size: 0.9rem;
}
/*# sourceMappingURL=style.css.map */

1
css/style.css.map Normal file
View file

@ -0,0 +1 @@
{"version":3,"sourceRoot":"","sources":["style.scss"],"names":[],"mappings":"AAAQ;AAER;EACE;EACA;EAEA;;;AAGF;EACE;;;AAGF;EACE;EAEA;EAEA;EAEA;;;AAGF;EACE;EACA;EAEA;;AAEA;EACE;;;AAIJ;EACE;EAEA;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;EAEA;EAEA;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;;;AAKN;EACE;EAEA;EAEA;EAEA;EAEA;EAEA;;AAEA;EACE;EAEA;;AAGF;EACE;EAEA;;AAGF;EACE;EAEA;EAEA;EACA;EAEA;;;AAIJ;EACE;;AAEA;EACE;EAEA;EACA;EAEA;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;;AAGF;EACE;EAEA;EACA;EAEA;;AAEA;EACE;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;;AAEA;EACE;;AAEA;EACE;EAEA;EAEA;;AAKN;EACE;EAEA;;;AAOV;EACE;EAEA;EAEA;;AAEA;EACE;EAEA;EAEA;EAEA;EAEA;EACA;;AAEA;EACE;;AAGF;EACE;;AAGF;EACE;EAEA;EAEA","file":"style.css"}