Css modified, added description and material

This commit is contained in:
fr34k 2020-11-11 22:54:30 +01:00
parent 02161b549c
commit 54b0b1a2da
2 changed files with 67 additions and 11 deletions

View file

@ -364,12 +364,6 @@ div.collection h1 {
font-size: 36pt;
}
div.collection div.col-desc {
display: none;
padding: 10px;
text-align: justify;
}
/* Img Collections
=====================*/
@ -396,6 +390,60 @@ div.collection div.col-desc {
cursor: pointer;
}
/* Collection Items
===================*/
#collection_padding{
padding-top: 50px;
}
.ci_container{
display: flex;
flex-wrap: wrap;
justify-content: center;
}
h1.collection_name{
font-size: 32pt;
margin-left: 20px;
margin-right: 20px;
}
section.description{
text-align: justify;
margin-left: 20px;
margin-right: 20px;
}
.collection_item{
width: 400px;
margin-left: auto;
margin-right: auto;
margin-top: 50px;
text-align: center;
}
.collection_item img{
object-fit: cover;
object-position: center;
width: 400px;
height: 400px;
}
.collection_item img:hover{
filter: brightness(50%);
cursor: pointer;
}
.collection_item h1{
margin-bottom: 10px;
}
p.ci_material{
font-size: 10pt;
margin-bottom: 5px;
}
/* Contacts
================== */