https://github.com/mikogs/entire-window-html-template
HTML template for apps that occupy entire browser window
https://github.com/mikogs/entire-window-html-template
Last synced: 4 months ago
JSON representation
HTML template for apps that occupy entire browser window
- Host: GitHub
- URL: https://github.com/mikogs/entire-window-html-template
- Owner: mikogs
- Created: 2024-09-02T08:01:56.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-04T13:52:35.000Z (over 1 year ago)
- Last Synced: 2025-02-13T08:48:26.286Z (over 1 year ago)
- Language: HTML
- Homepage:
- Size: 3.99 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# entire-window-html-template
A simple HTML template for web applications that use entire browser window.
----
This template is designed for applications that occupy the entire browser window. The primary objective was to achieve this layout with minimal complexity, limiting the use of JavaScript and minimising CSS styling as much as possible.
While the current design is basic and could be further refined in terms of aesthetics, it provides a foundational layout structure commonly needed in applications. The layout consists of five columns, with the central column designated for main content and the leftmost and rightmost columns for icons. A top navigation bar and a simple bottom status bar with a sample alert box are also included. The additional columns (aside from the central one) are optional and can be removed without affecting functionality.
To facilitate easy adjustments to widths and font sizes, layout configuration is centralised in the config.css file.
----