sorting css

This commit is contained in:
fr34k 2020-11-01 20:29:49 +01:00
parent 1c378cfff5
commit 9d40d0f1d2

View file

@ -370,8 +370,8 @@ div.collection div.col-desc {
text-align: justify;
}
/* Img Collections + Slide in stuff
====================================*/
/* Img Collections
=====================*/
.flexbox-col-img {
display: flex;
@ -396,37 +396,6 @@ div.collection div.col-desc {
cursor: pointer;
}
/*.col-img-desc {
display: block;
position: absolute;
bottom: 0;
left: 0;
right: 0;
background-color: rgba(51, 51, 51, 0.4);
overflow: hidden;
width: 220px;
height: 220px;
opacity: 0;
border-radius: 50%;
transition: .5s ease;
}
.col-img-container:hover .col-img-desc {
opacity: 1;
}
.col-img-desc div {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
text-align: center;
} */
/* Contacts
================== */