I have a box in where there is a READ MORE
text. Here is the fiddle for it. On hover, the box is moving towards the right. I am wondering what is the reason behind this ? How can I stop its movement ?
Below is my css code:
.chrisdavenport-middle24-text{
position: absolute;
top: 290px;
/* font-style: italic; */
font-family: "Adelle PE";
padding-right: 200px;
/* font-size: 16px; */
padding-left: 200px;
border-style: solid;
padding-top: 10px;
padding-bottom: 10px;
color: orange;
line-height: 1.379;
font-size: 16px;
font-family: "Adelle PE";
color: red;
right: 35px;
letter-spacing: 0.300em;
}
.chrisdavenport-middle24-text:hover {
font-weight: bold;
font-style: italic;
}