Ttrpg resources
| Source | Caption | Code bits |
|---|---|---|
![]() |
Gold Frame: works great as a border image for a picture |
.framedImage {
height: 300px;
width: fit-content;
background-color: #8c3f01;
background-clip: padding-box;
border: 32px solid;
border-image-source: url('source/goldFrame.png');
border-image-slice: 208;
border-image-width: 80px;
border-image-repeat: repeat;
box-sizing: border-box;
}
.framedImage img {
max-height: 100%;
width: auto;
max-width: 600px;
object-fit: cover;
}
|
![]() |
Vertical Scroll: works as a border image. | |
![]() |
Horizontal Scroll: works as a border image. | |
![]() |
Scroll Background: seamless background for the scrolls |