From b9d3fc25931725d9ab49a7232790cd182ca124e7 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Tue, 7 Jan 2020 18:46:17 -0500 Subject: [PATCH] Bootstrap Framework - Finished thought in documentation page --- Web Pages/documentation.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Web Pages/documentation.html b/Web Pages/documentation.html index a0ef868..05a1d4e 100644 --- a/Web Pages/documentation.html +++ b/Web Pages/documentation.html @@ -102,7 +102,9 @@ aspect, but it made some things unnecessarily tedious and difficult. One example of this is the navigation bar. Trying to implement that without a framework is more difficult than it needs to be. Another issue I ran into was compatibility with mobile browsers. Per Tianhong (Sam) Wen's recommendation, I looked into - Bootstrap. This has built-in "responsive" classes that can auto adjust + Bootstrap. This has built-in "responsive" classes that can auto adjust + the size and placement of elements based on the screen size. It also provides an easy way to implement some cool features + like the navbar, accordion-like cards, and a grid layout to easily place images and text around your website's viewport.