Posts

Showing posts with the label CSS

How to Make CSS Minifier Tool on Blogger

Image
For those who often do coding will probably be very familiar with the tool that I will discuss this time. Yes, CSS Minifier is a useful tool for minimizing or compressing the structure of CSS code to make the file size smaller and lighter. As we know, the small size of CSS or Cascading Style Sheets greatly affects the speed of access when loaded by visitors. If you just want to just use, there are many websites that provide these minifier tool online. But why not make your own? In addition to being easy, you no longer need to rely on one source that will only benefit other people's websites. Minify https://www.minifier.org/ Clean CSS https://www.cleancss.com/css-minify/ FreeFormatter https://www.freeformatter.com/css-minifier.html In addition, readers can make your blog as a place to minimize the CSS structure to be used. From there the traffic will increase over time. In the previous article, I also gave a tut...