05-11-2024, 04:24 PM
(This post was last modified: 05-12-2024, 03:56 PM by taylor. Edited 5 times in total.)
mood board template :)
Spoiler:
Code:
[div style="max-width: 300px; height: auto; justify-content: center; align-items: center; display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 5px; margin: auto;"]
[div style="background:url(TL); grid-column: 1; grid-row: 1; height: 100px; width: 100px; background-size: cover; background-position: center;"][/div]
[div style="background:url(TM); grid-column: 2; grid-row: 1; height: 100px; width: 100px; background-size: cover; background-position: center;"][/div]
[div style="background:url(TR); grid-column: 3; grid-row: 1; height: 100px; width: 100px; background-size: cover; background-position: center;"][/div]
[div style="background:url(ML); grid-column: 1; grid-row: 2; height: 100px; width: 100px; background-size: cover; background-position: center;"][/div]
[div style="background:url(MM); grid-column: 2; grid-row: 2; height: 100px; width: 100px; background-size: cover; background-position: center;"][/div]
[div style="background:url(MR); grid-column: 3; grid-row: 2; height: 100px; width: 100px; background-size: cover; background-position: center;"][/div]
[div style="background:url(BL); grid-column: 1; grid-row: 3; height: 100px; width: 100px; background-size: cover; background-position: center;"][/div]
[div style="background:url(BM); grid-column: 2; grid-row: 3; height: 100px; width: 100px; background-size: cover; background-position: center;"][/div]
[div style="background:url(BR); grid-column: 3; grid-row: 3; height: 100px; width: 100px; background-size: cover; background-position: center;"][/div]
[/div]