Shell File Manager
.cont {
width: auto;
/* margin-left: 100px;
margin-right: 0px; */
}
.container2 {
display: flex;
flex-wrap: wrap;
width: auto;
justify-content: flex-start;
}
.single-item {
/* width: 250px;
height: 250px; */
display: flex;
align-items: center;
justify-content: center;
/* background-color: #f3f3f3; */
/* margin: 20px; */
/* margin-left: 50px; */
border-radius: 10px;
/* color: #888; */
}
/* .container {
display: flex;
flex-wrap: wrap;
width: 1300px;
justify-content: flex-start;
} */
.single0 {
width: 250px;
height: 250px;
display: flex;
align-items: center;
justify-content: center;
/* background-color: #f3f3f3; */
margin: 20px;
margin-left: 50px;
border-radius: 10px;
/* color: #888; */
}
.pagination {
justify-content: center;
margin-left: 50px;
margin-right: 50px;
margin-top: 50px;
margin-bottom: 50px;
}
.pagination,
.pagination * {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pagination a {
display: inline-block;
padding: 0 10px;
cursor: pointer;
}
.pagination a.disabled {
opacity: 0.3;
pointer-events: none;
cursor: not-allowed;
}
.pagination a.current {
background: #f3f3f3;
}
Shell File Manager Version 1.1, Coded By Shell
Email: [email protected]