This commit is contained in:
2023-01-06 17:16:30 +01:00
parent 1e14528fa9
commit b1ea9420c7
8 changed files with 137 additions and 106 deletions

0
css/UnMeme.css Normal file
View File

View File

@@ -5,10 +5,6 @@
--meme-vsize: 26vw;
}
.page{
background:linear-gradient(rgb(189, 211, 255), rgb(55, 15, 141));
z-index:2;
}
.Liste{
width:100%;

View File

@@ -26,10 +26,13 @@ main{
grid-row-start: 2;
grid-row-end: 2;
width: 100%;
background: rgba(255, 0, 0, 0.1);
z-index:3;
background:linear-gradient(rgb(189, 211, 255), rgb(55, 15, 141));
z-index:2;
min-height: 100%;
}
.pubG{
grid-column-start : 1;
grid-column-end: 1;

13
css/upload.css Normal file
View File

@@ -0,0 +1,13 @@
.generalPanel{
margin-right: auto;
margin-left: auto;
margin-top: 15%;
margin-bottom: 15%;
width:70%;
background: rgba(150, 0, 0, 0.212);
border-style:solid;
border-width:10px;
border-color: white;
border-radius:100px;
}