/ Published in: CSS
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
a.read-more {
display: block;
margin: 0 auto;
width: 120px;
padding: 2px 5px;
border: 1px solid #2f2626;
background: rgba(237,95,0,0.3);
-moz-transition: all 0.1s ease-in-out;
-webkit-transition: all 0.1s ease-in-out;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
}
a.read-more:hover {
background: rgba(237,95,0,1.0);
border-color: rgba(237,95,0,1.0);
-moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-moz-box-shadow: 0 0 20px black;
-webkit-box-shadow: 0 0 20px black;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                