Featured Post

How to capture long screenshot of apps and website on Android?

Image
Usually, you can take screenshot of only visible area on your display. But what if you could capture screenshot of the app by scrolling up and it will automatically keep capturing the long screenshot until you scroll up. Well, it's easy. In some devices, there is built-in feature called Super Screenshot or Long Screenshot which can capture long screenshot by scrolling up. If your device don't have these features, don't worry, I am going to share best trick to take long screenshot on any Android device. In this tutorial, I am going to share a useful Android app which can be used to take long screenshot of any apps or stitch multiple screenshots into one. The name of the app is LongShot for long screenshot . This is my favorite app to take long screenshot on Android phone. For taking long screenshot, the view must be scrollable. Example, you can take long screenshots on Facebook, Messages, Twitter and any apps which can be scrolled vertically. You can also take the s...

CSS Beautifier

CSS Beautifier Tool
CSS Beautifier tool helps you to beautify your Minified CSS code by adding proper indentation and new lines. Minified CSS is the compressed version of CSS Code. To reduce the size of CSS code, it can be compressed by removing unwanted spaces, new lines, indentation, last semicolon, comments, etc.
Minified CSS helps you a lot to reduce your webpage load time, reduce bandwidth cost, etc. But there will be one problem with using Minified CSS. That is whenever you want to make some changes in the CSS code, it'll be difficult to do because every CSS code will be contained in a single line.
To overcome this, there is a tool called CSS Beautifier which formats your code with proper indentation, line breaks, spaces, etc. It can make your code as like before it was minified.
CSS Beautifier is also called CSS Preetifier as preetifies the ugly CSS code to preety one with proper indentation, line breaks, spaces, etc at just one click.
It can not only beautify the minified CSS code, but also any CSS code which don't have proper indentation and line breaks.

How to use:

  1. Paste your CSS code in the input box.
  2. Press the Beautify CSS button.
  3. Copy the Beautified CSS code from the output box.
To beautify your CSS code, paste the CSS code without <style></style> tags.
To Beautify your CSS Code, paste it below:
CSS Beautifier tool can preetify your compressed/ minified css code in just one click.
If you have any problem or queries regarding this tool, drop it to me through Contact Form.

Comments

Popular posts from this blog

How to capture long screenshot of apps and website on Android?

How to capture long screenshot of apps and website on Android?

How to run VB.NET programs offline on your Android?