RP Tutorials

July 2021

S M T W T F S
    123
45678910
11121314151617
18192021222324
25262728293031

Tags

July 29th, 2015


[info]serpentsblood
[info]rp_tutorials

[info]serpentsblood
[info]rp_tutorials

[No Subject]


[info]serpentsblood
[info]rp_tutorials
Okay I'm hoping someone here can help me. I'm trying to code a new character roster using CSS Shapes and this article. What I'm trying to get is something that looks like this.

The code that does that is:

float: left;
width: 150px;
height: 150px;
border-radius: 50%;

shape-outside: circle();
shape-margin: 15px;


I've translated it to:


So long story short is while I've got the image circular I can't get the text to wrap around the image.

Anyone have any suggestions?