I found a cool CSS technique on this web page. The idea is have text wrap in a curvy, rather than in a block-like manner.
Here are the basic steps
- Take an image and slice it into horizontal strips. Use the same height for each strip.
- I use GIMP to make the image’s background transparent.
- I saved the image as a PNG file.
- Using CSS, each image is stacked on top of one another using “float.” I found that if you floating the images to the right, it looks less awkward.
Here is a sample I created using a similar technique, called “ragged float”.
2 Comments
thanks for your tutorial. but how can we make arc text using css
Paul, I wish I had an answer. If you find out, feel free to share some links here about it. The best I could find was located here. None of the techniques filled me with confidence.