Compare commits
6 Commits
487c84dd06
...
main
Author | SHA1 | Date | |
---|---|---|---|
0a94932185 | |||
6de10ffeb3 | |||
59bbe8820c | |||
101c9310d7 | |||
febbe1f830 | |||
b84b66e142 |
9
LICENSE
Normal file
9
LICENSE
Normal file
@@ -0,0 +1,9 @@
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2024 KlazHTT
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
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.
|
Binary file not shown.
Before Width: | Height: | Size: 318 B After Width: | Height: | Size: 318 B |
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