Link to article: SCP-5500-5.
.hover {
color: red;
text-decoration: underline;
}
.hover .hover-text {
position: absolute;
display: none;
margin: 20px 0px;
height: auto;
width: auto;
background:white;
border: 1px solid black;
color: black;
padding: 0.5em;
}
.hover:hover {
text-decoration: none;
border-bottom: none;
color: #004c00;
}
.hover:hover .hover-text {
display: inline;
}
background-color: #600; border: solid 1px #600; border-radius: 20px; color: #fff; width: 450px; margin: 0 auto; font-size: 150%; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,.5), inset 0 1px rgba(255,255,255,.5), inset 0 10px rgba(255,204,204,.5), inset 0 10px 20px rgba(255,204,204,.3), inset 0 -15px 30px rgba(48,0,0,.5); line-height: 100%; padding: 0 10px;
background-color: #fff0f0; border: solid 1px #600; border-radius: 20px; color: #300; width: 450px; margin: 20px auto 0; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,.5); padding: 0 10px;
background-color: #fffff0; border: solid 1px #660; border-radius: 20px; color: #330; width: 450px; margin: 20px auto 0; text-align: center; box-shadow: 0 2px 6px rgba(0,0,0,.5); padding: 0 10px;
hover
hover-text