diff --git a/glossary/Viewport.md b/glossary/Viewport.md new file mode 100644 index 000000000..040920e96 --- /dev/null +++ b/glossary/Viewport.md @@ -0,0 +1,4 @@ +### Viewport + +A viewport is a polygonal (usually rectangular) area in computer graphics that is currently being viewed. +In web development and design, it refers to the visible part of the document that is being viewed by the user in the browser window.