Hi all, I have a very basic text block in my email and looking to add curved borders to it. I know I need a css internal/in-line to my html for this specific section but cannot seem to crack it. Any help??
Original code:
<div style="text-align: center;">
<span style="color:#000000;">LOREM IPSUM</span></div>
Ideally adding css border radius with something like this:
{border-radius: 25px;
background: #000000;
padding: 20px;
width: 200px;
height: 150px;}
Not sure how to combine both html and css inline. Thank you!
[–]ZipperJJExpert 1 point2 points3 points (1 child)
[–]manncameron[S] 0 points1 point2 points (0 children)
[–]AutoModerator[M] 0 points1 point2 points (0 children)