Posted in Link Effects
6729
8:54 am, October 18, 2021

Add hovering text to your href links

What is it?

Here we have a script that adds a Click Me Text above your links when they are hovered over or active. 

What can i use this for?

Showing some additional information when your links are active.

Should I use it?

If you want to bring some extra attention or information to your text links you cold use this, it may be more useful to change the text per link and make it more of a title tag rather than just having the words click me on each link. 

Conclusion

This is a nice example of adding some additional information and animation to your text links however depending on the link positioning your milage may vary with the usage of this css. It could be a nice base for some custom link hover text or to show a bit more information on your links. 

Original Codepen Source

Thanks to the author jhancock532, this code comes from the 
Click Me! Link Hover Effect pen on Codepen.

Add hovering text to your href links Demo

View Demo Full Screen View Demo New Tab

Add hovering text to your href links Code

HTML

<div class="container">
  <h1>Some text with a <a class="link" href="https://jhancock532.github.io/link-hover-effects/">link</a> in it.</h1>
  
  <div class="paragraph-container">
    <p>
    Here's a paragraph to test out the link effect over multiple lines of text. <a class="link" href="https://jhancock532.github.io/link-hover-effects/">Here is an extended length version of the link which displays slightly awkwardly because of how long it is.</a> These effects don't always display well for longer links, usually because pseudoelements have difficulty <a class="link" href="https://jhancock532.github.io/link-hover-effects/">with absolute positioning</a>.
    </p>
  </div>
</div>

CSS

h1 {
  font-family: 'Baloo Tamma 2', sans-serif;
  font-size: 2rem;
}

p {
  font-family: 'Baloo Tamma 2', sans-serif;
  font-size: 1.4rem;
}

.container {
  text-align: center;
  padding-top: 2rem;
}

.paragraph-container {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.link {
  position: relative;
}

.link::before {
  content: "Click";
  font-size: 0.9em;
  background: black;
  color: white;
  line-height: 1em;
  padding: 0.2em 0.15em 0;
  border-radius: 0.2em;
  position: absolute;
  top: -1em;
  left: 50%;
  opacity: 0;
  transform: translate(-65%, 20%) rotateZ(-1deg);
  transition: 0.4s opacity cubic-bezier(0.33, 1, 0.68, 1), 0.4s transform cubic-bezier(0.33, 1, 0.68, 1);
}

.link:after {
  content: "me!";
  position: absolute;
  font-size: 0.9em;
  background: black;
  color: white;
  line-height: 1em;
  padding: 0.2em 0.15em 0;
  border-radius: 0.2em;
  top: -1em;
  left: 50%;
  opacity: 0;
  transform: translate(45%, 20%) rotateZ(1deg);
  transition: 0.4s opacity cubic-bezier(0.33, 1, 0.68, 1), 0.4s transform cubic-bezier(0.33, 1, 0.68, 1);
}

.link:hover::before {
  opacity: 1;
  transform: translatex(-75%) rotateZ(-3deg);
}

.link:hover::after {
  opacity: 1;
  transform: translatex(45%) rotateZ(3deg);
}

Scripts

<link href="https://fonts.googleapis.com/css2?family=Baloo+Tamma+2&display=swap" rel="stylesheet">

External Link for Add hovering text to your href links

Related Tags

No Items Found.

Add Comment
Type in a Nick Name here
 
Other Items in Link Effects
Search Code
Search Code by entering your search text above.
Welcome to CSSBundle.com

Hi there and welcome to CSSBundle. Here at CSS Bundle we aim to find the best css and javascript bundles and demos and add them here to make them easy to find all in one place.

If you would like to stay up to date with our latest updates you can subscribe to our mailing list where we will send you one email per week with the latest updates, no spam emails just the latest updates.

Random Quote


Latest Code
css animations Falling Stars CSS Animation html Video different sources on screen sizes video embed html responsive css animations Animated Triangles on Canvas JS HTML HTML Canvas Instant colour fill with HTML Canvas javascript Transform Text into Images using SnapText JS CSS Tools Fancy Border Radius CSS Generator Tool - spin animation keyframes CSS Tools CSS Drop Filter Shadow Creator CSS Slider A CSS and HTML Only Carousel Slider CSS Z-Index Z-Index Code Front - CSS to change z-index when element is active sections section with image to the right text to the left gradient Sections Two Clickable Logo Promo Box Section Foundation HTML CSS Sections Inline Contact Form Formatting HTML CSS Sections Overview full width section in Poppins font with light gray background using foundation Interactive Images Map Image with Easy Dots and Titles using only CSS HTML Sections Social Header Links easy Drop in Code with Font Awesome Icons Sections Responsive Friendly Subscribe to our Newsletter Section CSS Tips Create a button with CSS, HTML and Center it! CSS Text Formatting Truncate Text to an amount of lines using line-clamp CSS Positions Item Positioning in CSS CSS Tips Draw a Circle in CSS css animations Magical Text Effect Bootstrap 4.2 Kitchen Sink CSS Frameworks Make your site look like windows 7 CSS Backgrounds Fancy up your banner image hero sections using overlay gradients CSS Modal Floating Modal Message Fixed on the Bottom of the Screen CSS Modal Create a modal with only CSS css grid display items in a css grid CSS Text Effects Using the selection selector to change the default highlight color Text Truncate your Text with CSS CSS Cursors Change your cursor into an Emoji Cursor or Image Cursor CSS How to Center Everything or Anything with CSS CSS Animations Smooth Scrolling with just CSS CSS Animations Radial Glow under cursor on box hover over effect CSS Shadows Using a filter drop shadow for transparent images CSS Animations Pure CSS 3D Flipping Book with Animations CSS Create a checkerboard background pattern with CSS CSS Animations button animations hover and fill animation CSS Animations button on focus swing animation CSS Animations Animated Button Border when Active Quick CSS create a border with top triangle in css CSS Animations Single Element CSS Spinners CSS Animations CSS Shake - Shake up your elements CSS Framework NES-style(8bit-like) CSS Framework CSS Tips Why to use a CSS Reset? Web Developer Checklists Front-End Checklist Icons Font Awesome Icons CSS Animation Animate Stuff with Animate.css CSS Animations Check Wave Click a Checkbox and Watch the Animation Animation Cloudy spiral animation with CSS3 Notifications Toast Messages and Notifications Standalone Library no JQuery - notify.js