layout | title | permalink |
---|---|---|
page |
Art |
/Art/ |
This is a collection of my digital art. Feel free to inquire for high-res copies.
All © Ravi Umadi
.album {
display: flex;
flex-wrap: wrap;
/* justify-content: center;*/ gap: 20px; padding: 20px; }
.artwork {
width: 100%;
max-width: 100%;
height: auto;
}
.artwork-title {
font-weight: bold;
text-align: left;
margin-top: 10px;
}
.artwork-description {
text-align: center;
margin-top: 10px;
}
</style>