Howdy Be Team,
I would like to put a border around the youtube video I have on my home page (bottom of page beside "About Sage Heart"), similar to the one you show in your band demo: (
[Links visible only for registered users]), colour #57102c.
I have given the video the class of .homevideo
Thanks,
Casper
Comments
to get the same effect as on our demo, please use below css:
.homevideo iframe {Thanks!border: 20px solid #54dda5;
border-radius: 5px;
box-sizing: border-box;
}