message
This commit is contained in:
0
css/UnMeme.css
Normal file
0
css/UnMeme.css
Normal 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%;
|
||||
|
@@ -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
13
css/upload.css
Normal 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;
|
||||
}
|
Reference in New Issue
Block a user