sorting css
This commit is contained in:
parent
1c378cfff5
commit
9d40d0f1d2
1 changed files with 2 additions and 33 deletions
|
@ -370,8 +370,8 @@ div.collection div.col-desc {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Img Collections + Slide in stuff
|
/* Img Collections
|
||||||
====================================*/
|
=====================*/
|
||||||
|
|
||||||
.flexbox-col-img {
|
.flexbox-col-img {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -396,37 +396,6 @@ div.collection div.col-desc {
|
||||||
cursor: pointer;
|
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
|
/* Contacts
|
||||||
================== */
|
================== */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue