UNPKG

argus-eyes

Version:

A lightweight commandline tool for visual regression testing of UI components.

26 lines (25 loc) 469 B
<!doctype html> <html> <head> <style> .header, .footer { display: block; margin: 25px; } .header { width: 250px; height: 100px; background: crimson; } .footer { width: 100px; height: 250px; background: royalblue; } </style> </head> <body> <div class="header"></div> <div class="footer"></div> </body> </html>