reminder i got this from a layout but it does end up working for me so
<style>
</style>
<div class="name"></div>
<style>
div.name {
background: url(link);
background-size: 100%!important;
position: fixed;
right: 160px; (you can change where this goes/the pixels)
bottom: 0.6px;
height: 400px;
width: 340px;
z-index: 100;
opacity: 100%;
background-blend-mode: overlay;
}
i spent ages trying to find this and it finally worked so i thought i would just make a post about it
Comments
Displaying 0 of 0 comments ( View all | Add Comment )