Creating a awesome 😎 underline text effect in CSS

Creating awesome stuffs in css is easy. So let’s create an awesome underline effect. Let’s create an para <p class=”underline”> Javascript Jeep πŸš™ 🚘 is awesome 😎 </p> Let’s add the position property to the para to relativeΒ , with that we can make use ofΒ ::after pseudo class and create a underline like shapeΒ . .underline { …

Creating an awesome Tooltip in css.

Awesome tooltips are made by crazy peoples. First let’s create a buttonΒ . <button class = “button”> Button </button> Add some style to it, to make the button looks great, .button { position: relative; background: #E5C388; padding: 10px; border-radius: 4px; border: none; text-transform: uppercase; font-weight: bold; color: white;} The position property of button is set to …

Design a site like this with WordPress.com
Get started