Create tooltip by using CSS

CSS Positioning

Ckmobile

--

In this article, we are going to create a tool tip. A tool tip composed by simply a rectangle and a triangle.

What we want to do is when the user mouse over the orange box. the tooltip with appear.

Photo by Joan Tran on Unsplash

Create orange box

At index.html, create a div with class name is

--

--