add placeholders
This commit is contained in:
@@ -1,15 +1,3 @@
|
||||
#imageholder{
|
||||
position: absolute;
|
||||
left: 0%;
|
||||
top:0%;
|
||||
}
|
||||
|
||||
#letterholder{
|
||||
position: absolute;
|
||||
right: 0%;
|
||||
top: 0%;
|
||||
}
|
||||
|
||||
#activeholder{
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
@@ -61,6 +49,22 @@ th, td {
|
||||
padding: 16px;
|
||||
}
|
||||
|
||||
.itemcont{
|
||||
width: 100vw;
|
||||
}
|
||||
|
||||
.itemstor {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
margin: 10px;
|
||||
overflow-wrap: break-word;
|
||||
width: fit-content;
|
||||
margin: auto;
|
||||
padding: auto;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.itemstor > *{
|
||||
margin: 16px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user