- Professional CSS3
- Piotr Sikora
- 302字
- 2021-07-02 16:39:36
Pixelperfect layouts tools
In a common workflow, a graphic designer creates the design of a website/application. Then, next in the process is the HTML/CSS coding. After the development process, the project is in the quality assurance (QA) phase. Sometimes it's focused only on the functional side of the project, but in a good workflow, it checks of graphic design phase. During the QA process, the designer is involved, he/she will find all pixels that are not good in your code. How would check all the details in a pixelperfect project?
The question is about mobile projects. How to check if it is still pixel perfect when it needs to be flexible in browsers? You will need to make it in described ranges. For example, you have to create HTML/CSS for the web page, which has three views for mobile, tablet, and desktop. You will need plugins, which will help you to build pixel perfect layouts.
Pixelfperfect plugin
Pixelperfect plugin will help you to compare design with your HTML/CSS in your browser. This plugin is available on Firefox and Chrome. To work with it, you need to make a screenshot of your design and add it in a plugin. Then you can set a position of image and opacity. This plugin is one of the most used by frontend developers to create pixel perfect HTML layouts.

MeasureIT plugin
This plugin will help you to keep proper distances between elements, fonts, and so on. As you can see in the following screenshot, it looks like a ruler over your web page. It is easy to use—just click on the plugin icon in the browser and then click on the website (it will start the ruler), and move the cursor to the place to which you want to know the distance, and voila!

- 微服務設計(第2版)
- 深入理解Android(卷I)
- Raspberry Pi for Python Programmers Cookbook(Second Edition)
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- Python編程完全入門教程
- Mastering OpenCV 4
- 區塊鏈:以太坊DApp開發實戰
- Oracle Database 12c Security Cookbook
- Securing WebLogic Server 12c
- 用戶體驗可視化指南
- C語言程序設計實訓教程與水平考試指導
- 區塊鏈項目開發指南
- Deep Learning with R Cookbook
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)
- 深入實踐C++模板編程