WIP: temp commit in case my laptop explodes

This commit is contained in:
moonleay 2023-11-14 23:38:56 +01:00
parent be75f60b38
commit 7707d8b7db
Signed by: moonleay
GPG key ID: 82667543CCD715FB
7 changed files with 56 additions and 11 deletions

View file

@ -38,6 +38,7 @@ footer {
display: flex;
flex-direction: column;
align-items: baseline;
font-size: 0.75rem;
a {
position: relative;
@ -71,7 +72,7 @@ footer {
.footerNotice {
margin: 0 auto;
text-align: center;
font-size: 0.75rem;
font-size: 0.65rem;
a {
transition: .5s;

View file

@ -0,0 +1,34 @@
.ImageSection {
//background-image: url("https://static.moonleay.net/img/lilJuddWeb/bgs/tapes-bg.png"), linear-gradient(180deg,rgba(2,0,36,.1) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,.25) 100%);
.backgroundImage{
border-radius: 0.5rem;
background-size: contain;
background-color: rgb(25 215 25);
-webkit-mask-image: url("https://static.moonleay.net/img/lilJuddWeb/bgs/card-header.svg");
mask-image: url("https://static.moonleay.net/img/lilJuddWeb/bgs/card-header.svg");
-webkit-mask-position: top;
mask-position: top;
-webkit-mask-size: 2000px auto;
mask-size: 2000px auto;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
}
.content {
}
h1 {
}
img {
}
p {
}
}

View file

@ -7,7 +7,6 @@
.section h1 {
font-size: 4rem;
margin-top: 8rem;
}
.section h5 {
@ -29,4 +28,11 @@
.p2 a {
font-weight: bolder;
text-decoration: underline;
font-size: 0.9rem;
transition: .5s;
}
.p2 a:hover {
color: rgb(96 59 255) !important;
}