Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create an alphabet shape containing text with html css javascript? [closed]

I want to create several shapes which will look like different English alphabets and, each shape should contain text. I have an image file showing what I want to do. I want to do it only with html css javascript. I am not asking to teach me everything but references to different methods will be enough.

enter image description here

More Info: The content will be dynamically populated in the shapes.

like image 498
Pankil Joshi Avatar asked Sep 14 '26 13:09

Pankil Joshi


1 Answers

Closest you'll get without a ridiculous answer.

This can generate many types of ASCII art. Go ahead. Go crazy.

I highly doubt someone will write out the entire story for you, but you can now use CSS shapes to define the line between an image and text.

Though, good luck with it.

css-shapes

like image 115
James Martin-Davies Avatar answered Sep 16 '26 04:09

James Martin-Davies