Tag Archives: styling

I Give You My CSS3 Heart

I made this little heart shape with CSS3, which I’ve been playing around with lately as a way of rendering rounded corners in the latest version of Subscription Options. Turns out there’s loads you can do with CSS3! Here’s the (admittedly complex) code that’s used to render the above: #heart { position: relative; width: 100px; […]

Posted in Design | Also tagged , , , , , , , , , | Leave a comment