html , css , javascript & trick

 1. membuat navigasi klik scroll 

https://codepen.io/chriscoyier/pen/dpBMVP

2. .htaacces 

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
untuk membuat slide
Slick, Owl Carousel

Komentar