sheep3.js demo page
sheep3.js is the third and current version of the little sheep watermark in the bottom right corner of the page. It's the successor of sheep2.js, and has been used for almost all web pages created after 2018-12-14.
Unlike its predecessors, sheep3.js is relatively featureless. This was intentional because I felt like sheep2.js had way more features than were necessary. Nonetheless, it was also out of laziness, and I plan on adding parity with sheep2.js in the future without compromising its minimalism.
Little sheep features
-
Clicking on the little sheep brings you to the home page.
-
The little sheep is keyboard accessible.
Style documentation
The little sheep is a custom <sheep-btn> element, so
it can be hidden by adding:
sheep-btn {
display: none;
}