Sunday, March 31, 2019

gallery css

.gallery {
    display:grid;
    justify-content: space-between;
    grid-gap:20px;
    grid-template-columns: repeat(7, 1fr);
}

.gallery-item{
    display:inline-block;
 
}
.gallery-item img{
     padding: 10px 10px 10px 10px;
    border: 1px solid #000;
        margin-right: 20px;
}

No comments:

Featured Post

Make money online

https://www.wpbeginner.com/beginners-guide/make-money-online/?fbclid=IwAR0_9_5aHmbB4rDisaPevdnO4uAgo0N9heHgPu1TjerjurE5ilD2NyzeB2A

Popular Posts