Source Code
Making Website Design
Hover Effect
CSS code
.opacity{
opacity: 0;
transition-duration: 1.25s;
padding-top: 245px;
margin-top: -245px;
}
.opacity:hover{
opacity: 1
}
Update Failed: 500 Internal Error
PHp code
# BEGIN WordPress
RewriteEngine On
RewriteRule .* – [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
# END WordPress