Yusuf

Navigation

Articles on #HTML.

Minify HTML in Laravel

If you've ever used a javascript framework with SSR support, you've seen that HTML is compressed when you build. How would you set up this output in Laravel?

Shine Text Effect in CSS and Tailwind CSS

You may have come across a floating shine effect on some websites or applications. With these types of effects, you can give your application a nice feel with a little touch. Let's take a look at examples of how you can apply a floating shine effect to your texts using flat CSS or Tailwind CSS.