not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

50 lines
760 B

.body {
background-color: white;
}
.item {
border-radius: 10%;
width: 120px;
max-width: 10%;
background-color: #9c9a9c;
display: inline-block;
margin: .2% .2% .2% .2%;
z-index: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.itemImage {
width: 100%;
text-align: center;
}
/*.items {
background-color: #cecfce;
}*/
.collection {
border-radius: 10%;
width: 120px;
max-width: 10%;
background-color: #212021;
display: inline-block;
margin: .2% .2% .2% .2%;
z-index: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.collectionImage {
width: 100%;
text-align: center;
}
.collections {
background-color: #cecfce;
}