fixed div grid
This commit is contained in:
parent
0c4b231aa7
commit
1978ea263e
File diff suppressed because one or more lines are too long
@ -1,14 +1,14 @@
|
|||||||
|
|
||||||
.group {
|
.group {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: 1fr;
|
grid-template-rows: repeat(auto-fill, minmax(200px, 1fr));
|
||||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||||
grid-gap: 5%;
|
gap: 5px 5px 5px 5px;
|
||||||
background-color: #35465a9f;
|
background-color: #35465a9f;
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
padding: 20px;
|
padding: 20px 20px 20px 20px;
|
||||||
margin: 20px;
|
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
|
overflow-y: scroll;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -26,12 +26,11 @@ h1 {
|
|||||||
|
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
size: 200px;
|
|
||||||
font: bold 11px Arial;
|
font: bold 11px Arial;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
background-color: #EEEEEE;
|
background-color: #EEEEEE;
|
||||||
color: #333333;
|
color: #333333;
|
||||||
padding: 10px 20px;
|
padding: 20px 20px;
|
||||||
border-radius: 20px;
|
border-radius: 20px;
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
transform: scale(1);
|
transform: scale(1);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user