inclusive Posted March 17, 2020 Share Posted March 17, 2020 Just trying to put a border around an image. I'm proficient with CSS, but I can't for the life of me figure out to put my CSS skills to work in SquareSpace.com! Link to comment
dcode Posted March 17, 2020 Share Posted March 17, 2020 (edited) Hi @inclusive It should be exactly the same in Squarespace as in any online platform. Simply target the image(s) you want to format by class or id and then specify the border: <style> img { border: black 2px solid; } </style> You can add this into the Header of your site as a whole - or just the page itself. Hope it helps! AndrewDCODE GROUP Edited March 17, 2020 by dcode Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment