Compare commits
4 Commits
febbe1f830
...
main
Author | SHA1 | Date | |
---|---|---|---|
0a94932185 | |||
6de10ffeb3 | |||
59bbe8820c | |||
101c9310d7 |
12
README.md
Normal file
12
README.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Pixel Perfect
|
||||
|
||||
- Displays current browser window size (width x height) in pixels.
|
||||
- Values will live update when browser window is resized.
|
||||
|
||||
## Screenshot
|
||||
|
||||

|
||||
|
||||
## Acknowledgements
|
||||
|
||||
- [Vincent Garreau](https://vincentgarreau.com/en) for [particle.js](https://vincentgarreau.com/particles.js/) - A lightweight JavaScript library for creating particles.
|
BIN
assets/screenshot_final.png
Normal file
BIN
assets/screenshot_final.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 84 KiB |
Before Width: | Height: | Size: 97 KiB After Width: | Height: | Size: 97 KiB |
10
index.html
10
index.html
@@ -1,15 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewpoint" content="weidth=device-width, intial-scale=1.0" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewpoint" content="width=device-width, intial-scale=1.0">
|
||||
|
||||
<title>Pixel Perfect -- What is my browser size?</title>
|
||||
|
||||
<meta name="description" content="What is my browser size?" />
|
||||
<meta name="description" content="What is my browser size?">
|
||||
|
||||
<link rel="stylesheet" href="assets/style.css" />
|
||||
<link rel="icon" type="image/x-icon" href="assets/favicon.ico" />
|
||||
<link rel="stylesheet" href="assets/style.css">
|
||||
<link rel="icon" type="image/x-icon" href="assets/favicon.ico">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
Reference in New Issue
Block a user