Skip to content

Commit

Permalink
halftone
Browse files Browse the repository at this point in the history
  • Loading branch information
ninakali committed Dec 30, 2024
1 parent 74fb590 commit b3787ec
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
Binary file added notes/halftone/halftone1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions notes/halftone/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<html>
<style>
img {
display: block;
margin-left: auto;
margin-right: auto;
image-rendering: pixelated;
image-rendering: -moz-crisp-edges;
image-rendering: crisp-edges;
}
body {
max-width: 800px; margin:40px auto;
background: black;
}
</style>
<body>
<img src="halftone1.png">
</body>
</html>

0 comments on commit b3787ec

Please sign in to comment.