Skip to main content

One post tagged with "reset"

View All Tags

· 8 min read
Marvin Danig

This article was originally featured on the The Bubblin Blog.


Baselining Reset

In a previous chapter, we started with a blank file to test the responsiveness of an empty page. That worked well, and it was easy enough to implement.

Touch a new file on the disk and open it on a browser like Chrome:

$ touch example0.html     // Create a new blank file.