A callout UI typically has a leader line (or “tail”) with a text box at one end. It is often used as a visual highlight and to add annotations in a casual layout. Let’s look at one way to design a callout like this using CSS offset and borders.
The LayoutThe HTML layout consists of an element that represents the callout, inside which is another element that’...